Successfully reported this slideshow.
We use your LinkedIn profile and activity data to personalize ads and to show you more relevant ads. You can change your ad preferences anytime.
Upcoming SlideShare
SADI practice
SADI practice
Loading in …3
×
1 of 34

2 Likes

Share

Download to read offline

LinkedLab Ontology - Specification

Download to read offline

Related Books

Free with a 30 day trial from Scribd

See all

Related Audiobooks

Free with a 30 day trial from Scribd

See all

LinkedLab Ontology - Specification

  1. 1. LinkedLab Ontology SPECIFICATION Reuse swrc + swc + foaf + bibo + org
  2. 2. About • Represents research communities. • Key terms – Person – Document – Topic – Project – Product – Event – Organization
  3. 3. Design Ontology Dataset foaf: Lab X LinkedLab swrc: lab: Lab Y Lab Z bibo:
  4. 4. Reused Ontologies • Research Community: swrc + vivo • Conference: swc • People: foaf • Document: dcterms + bibo • Organization: org + aiiso • Misc: geo
  5. 5. PERSON foaf:person
  6. 6. Properties • foaf:name • foaf:homepage • foaf:firstName • foaf:topic_interest • foaf:lastName • foaf:made • foaf:phone • org:hasMembership • foaf:mbox
  7. 7. Example irui:Fariz_Darari a foaf:Person ; foaf:name “Fariz Darari” ; foaf:mbox <mailto:far@ui.ac.id> ; foaf:homepage <http://far.iz/> ; foaf:topic_interest irui:Semantic_Web ; org:hasMembership [ a org:Membership ; org:role lab:Research_Assistant ; swrc:startDate “2000-01-01” ; swrc:endDate “2010-12-31” ; org:organization irui:Lab_IR_UI ] .
  8. 8. Role - Subclass org:Role • lab:Employee_Role – lab:Academic_Staff_Role • lab:Lecturer_Role • lab:Faculty_Member_Role (with various types of professor as its subclasses) • lab:Researcher_Role – lab:Research_Assistant_Role – lab:Administrative_Staff_Role – lab:Manager_Role – lab:Technical_Staff_Role • lab:Student_Role – lab:Undergraduate_Role – lab:Graduate_Role • lab:Masters_Student_Role • lab:PhD_Student_Role • lab:Alumnus_Role
  9. 9. Membership - Property org:Membership • org:role • org:member = -org:hasMembership • org:organization • swrc:startDate • swrc:endDate
  10. 10. DOCUMENT bibo:Document
  11. 11. Document - Subclass bibo:Document = foaf:Document • bibo:Article – bibo:AcademicArticle • bibo:Book – bibo:Proceedings • bibo:Manual • bibo:Thesis – swrc:DiplomaThesis – swrc:MasterThesis – swrc:PhDThesis • bibo:Report – swrc:ProjectReport – swrc:TechnicalReport bibo:Collection • bibo:Periodical – bibo:Journal
  12. 12. Document - Property • dcterms:title • bibo:locator • dcterms:date – bibo:issue • dcterms:publisher – bibo:pageEnd • dcterms:subject – bibo:pageStart – bibo:pages • dcterms:isPartOf = - dcterms:hasPart – bibo:section – bibo:volume • bibo:presentedAt • lab:documentOf = - • bibo:editor swrc:outcomeDocument • bibo:abstract • vivo:informationResourceI • bibo:identifier nAuthorship – bibo:issn
  13. 13. Authorship vivo:Authorship • vivo:linkedAuthor • vivo:linkedInformationResource = -vivo:informationResourceInAuthorship • vivo:authorRank
  14. 14. Document - Example irui:OWLizr_Knowledge_Representation_for_NL_Text a bibo:Article ; dcterms:isPartOf irui:Proceedings_of_ICACSIS_2010 ; vivo:informationResourceInAuthorship [ a vivo:Authorship ; vivo:linkedAuthor irui:Fariz_Darari ; vivo:authorRank “1” ; ] ; vivo:informationResourceInAuthorship [ a vivo:Authorship ; vivo:linkedAuthor irui:Ruli_Manurung ; vivo:authorRank “3” ; ] ; dcterms:title "OWLizr: Knowledge Representation" ; dcterms:subject irui:NLP ; dcterms:date “2010-1-1” .
  15. 15. Document - Example irui:JIKI a bibo:Journal ; dcterms:title “Jurnal IKI” ; dcterms:subject irui:Ilmu_Komputer ; dcterms:publisher irui:Fasilkom_UI ; bibo:issn “1979-0732” .
  16. 16. Document - Example irui:Sistem_Ontologi_e-Learning_Berbasis_Semantic_Web a bibo:Article ; dcterms:isPartOf irui:JIKI ; vivo:informationResourceInAuthorship [ a vivo:Authorship ; vivo:linkedAuthor irui:B_R_Suteja ; vivo:authorRank “1” ; ] ; vivo:informationResourceInAuthorship [ a vivo:Authorship ; vivo:linkedAuthor irui:S_Guritno ; vivo:authorRank “2” ; ] ; dcterms:title “Sistem Ontologi e-Learning Berbasis Semantic Web” ; dcterms:subject irui:Semantic_Web ; dcterms:date “2009-02-01” ; bibo:volume “2” ; bibo:issue “4” ; bibo:pageStart “1” ; bibo:pageEnd “9”.
  17. 17. TOPIC swrc:ResearchTopic
  18. 18. Topic swrc:ResearchTopic • The subclasses of swrc:ResearchTopic would be research topics that are specific to each research community (e.g. topics about Information Retrieval, Image Processing, and so on). Topic - Property • Topic is often used as a property filler like on foaf:topic_interest and dcterms:subject.
  19. 19. Topic - Example irui:Information_Retrieval a irui:Information_Retrieval_Topic . irui:NLP a irui:NLP_Topic . irui:NLP_Topic a owl:Class ; rdfs:subClassOf irui:Information_Retrieval_Topic . irui:Information_Retrieval_Topic a owl:Class ; rdfs:subClassOf swrc:ResearchTopic .
  20. 20. PROJECT swrc:Project = foaf:Project
  21. 21. Project - Property swrc:Project = foaf:Project • foaf:name -swrc:carriesOut • foaf:homepage • swrc:financedBy = • dcterms:description -swrc:finances • dcterms:subject • swrc:outcomeProduct • dcterms:contributor = -lab:productOf • swrc:startDate • swrc:outcomeDocum ent = • swrc:endDate -lab:documentOf • swrc:carriedOutBy =
  22. 22. Project - Example irui:Pengembangan_WordNet_Bahasa a swrc:Project ; foaf:name "Pengembangan WordNet Bahasa" ; dcterms:contributor irui:Ruli_Manurung ; dcterms:description "Bla..bla..bla" ; swrc:startDate "2007-01-01" ; swrc:endDate "2008-12-31" ; swrc:carriedOutBy irui:Lab_IR_UI ; swrc:financedBy irui:Dikti ; dcterms:subject irui:Perolehan_Informasi ; swrc:outcomeProduct irui:WordNet_Bahasa .
  23. 23. PRODUCT swrc:Product
  24. 24. Product - Property swrc:Product • foaf:name • foaf:homepage • dcterms:issued • dcterms:modified • dcterms:creator = foaf:maker = -foaf:made • dcterms:publisher • dcterms:description • dcterms:subject • lab:productOf = -swrc:outcomeProduct
  25. 25. Product - Example irui:WordNet_Bahasa a swrc:Product ; foaf:name “WordNet Bahasa” ; dcterms:description "Bla..bla..bla" ; dcterms:issued "2008-12-31"^^xsd:date ; foaf:homepage <http://cs.ui.ac.id/wn> ; dcterms:creator irui:Ruli_Manurung ; dcterms:subject irui:NLP ; lab:productOf labirui:Pengembangan_WordNet ; dcterms:publisher labirui:Lab_IR_UI .
  26. 26. EVENT swc:AcademicEvent
  27. 27. Event - Subclass swc:AcademicEvent • swrc:Colloquium swc:WorkshopEvent • swrc:Conference = • swc:PanelEvent swc:ConferenceEvent • swc:TalkEvent • swrc:Exhibition • swc:TrackEvent • swrc:Lecture • swc:SessionEvent • swrc:Meeting • swc:TutorialEvent • swrc:Seminar • swrc:Workshop =
  28. 28. Event - Property • foaf:name • lab:givenBy = -lab:gives • foaf:homepage • lab:committee • foaf:based_near – lab:generalChair • swrc:startDate – lab:honoraryChair – lab:localChair • swrc:endDate – lab:programChair • swrc:atEvent = - – lab:demoChair swrc:hasPartEvent – lab:workshopChair • dcterms:subject – lab:publicityChair • dcterms:description • bibo:organizer
  29. 29. Event - Example irui:ICACSIS_2010 a swrc:Conference ; swrc:startDate "2010-11-20" ; swrc:endDate "2010-11-23" ; foaf:homepage <http://icacsis2010.cs.ui.ac.id/> ; foaf:based_near dbpedia:Bali ; foaf:name "ICACSIS 2010" ; dcterms:subject irui:CS , irui:IS ; dcterms:description “Bla..bla..bla..” ; bibo:organizer irui:Fasilkom_UI ; lab:localChair irui:Ruli_Manurung .
  30. 30. ORGANIZATION org:Organization & foaf:Organization
  31. 31. Organization - Subclass org:Organization = foaf:Organization • aiiso:Center • aiiso:College • aiiso:Department • aiiso:Division • aiiso:Faculty • aiiso:Institute • aiiso:Institution • aiiso:ResearchGroup • aiiso:School
  32. 32. Organization - Property • foaf:name • foaf:homepage • foaf:mbox • foaf:phone • foaf:based_near • foaf:topic_interest • org:subOrganizationOf = -org:hasSubOrganization
  33. 33. Organization - Example irui:Lab_IR_UI a aiiso:ResearchGroup ; foaf:name "Lab IR Universitas Indonesia" ; foaf:homepage <http://ir.cs.ui.ac.id/> ; foaf:mbox <mailto:ir@cs.ui.ac.id> ; foaf:based_near dbpedia:Depok ; foaf:topic_interest irui:Perolehan_Informasi ; org:subOrganizationOf irui:Fasilkom_UI .
  34. 34. Credits • W3C • Protege-OWL • Many Open Vocabularies (FOAF, BIBO, etc) • Fakultas Ilmu Komputer UI • Lab Information Retrieval UI
  • KristiMorris6

    Dec. 25, 2021
  • OscarPDR

    May. 3, 2013

Views

Total views

1,775

On Slideshare

0

From embeds

0

Number of embeds

2

Actions

Downloads

15

Shares

0

Comments

0

Likes

2

×