34
LinkedLab Ontology SPECIFICATION Reuse swrc + swc + foaf + bibo + org lab:

LinkedLab Ontology - Specification

Embed Size (px)

Citation preview

Page 1: LinkedLab Ontology  - Specification

LinkedLab OntologySPECIFICATION

Reuse swrc + swc + foaf + bibo + org

lab:

Page 2: LinkedLab Ontology  - Specification

About

• Represents research communities.• Key terms– Person– Document– Topic– Project– Product– Event– Organization

Page 3: LinkedLab Ontology  - Specification

swrc: LinkedLablab:

foaf:

Lab Y

Lab Z

Lab X

bibo:

OntologyDataset

Design

Page 4: LinkedLab Ontology  - Specification

Reused Ontologies

• Research Community: swrc + vivo• Conference: swc• People: foaf• Document: dcterms + bibo• Organization: org + aiiso• Misc: geo

Page 5: LinkedLab Ontology  - Specification

PERSONfoaf:person

Page 6: LinkedLab Ontology  - Specification

Properties

• foaf:name• foaf:firstName• foaf:lastName• foaf:phone• foaf:mbox

• foaf:homepage• foaf:topic_interest• foaf:made• org:hasMembership

Page 7: LinkedLab Ontology  - Specification

Exampleirui:Fariz_Darari a foaf:Person ;

foaf:name “Fariz Darari” ;

foaf:mbox <mailto:[email protected]> ;

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 ] .

Page 8: LinkedLab Ontology  - Specification

Role - Subclassorg: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

Page 9: LinkedLab Ontology  - Specification

Membership - Property org:Membership

• org:role• org:member = -org:hasMembership• org:organization• swrc:startDate• swrc:endDate

Page 10: LinkedLab Ontology  - Specification

DOCUMENTbibo:Document

Page 11: LinkedLab Ontology  - Specification

Document - Subclassbibo: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

Page 12: LinkedLab Ontology  - Specification

Document - Property

• dcterms:title• dcterms:date• dcterms:publisher• dcterms:subject• dcterms:isPartOf = -

dcterms:hasPart• bibo:presentedAt• bibo:editor• bibo:abstract• bibo:identifier

– bibo:issn

• bibo:locator– bibo:issue– bibo:pageEnd– bibo:pageStart– bibo:pages– bibo:section– bibo:volume

• lab:documentOf = -swrc:outcomeDocument

• vivo:informationResourceInAuthorship

Page 13: LinkedLab Ontology  - Specification

Authorshipvivo:Authorship

• vivo:linkedAuthor• vivo:linkedInformationResource =

-vivo:informationResourceInAuthorship• vivo:authorRank

Page 14: LinkedLab Ontology  - Specification

Document - Exampleirui: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” .

Page 15: LinkedLab Ontology  - Specification

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” .

Page 16: LinkedLab Ontology  - Specification

Document - Exampleirui: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”.

Page 17: LinkedLab Ontology  - Specification

TOPICswrc:ResearchTopic

Page 18: LinkedLab Ontology  - Specification

Topic swrc:ResearchTopic

Topic - Property

• Topic is often used as a property filler like on foaf:topic_interest and dcterms:subject.

• 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).

Page 19: LinkedLab Ontology  - Specification

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 .

Page 20: LinkedLab Ontology  - Specification

PROJECTswrc:Project = foaf:Project

Page 21: LinkedLab Ontology  - Specification

Project - Propertyswrc:Project = foaf:Project

• foaf:name• foaf:homepage• dcterms:description• dcterms:subject• dcterms:contributor• swrc:startDate• swrc:endDate• swrc:carriedOutBy =

-swrc:carriesOut• swrc:financedBy =

-swrc:finances• swrc:outcomeProduct

= -lab:productOf• swrc:outcomeDocum

ent = -lab:documentOf

Page 22: LinkedLab Ontology  - Specification

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 .

Project - Example

Page 23: LinkedLab Ontology  - Specification

PRODUCTswrc:Product

Page 24: LinkedLab Ontology  - Specification

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

Page 25: LinkedLab Ontology  - Specification

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 .

Page 26: LinkedLab Ontology  - Specification

EVENTswc:AcademicEvent

Page 27: LinkedLab Ontology  - Specification

Event - Subclassswc:AcademicEvent

• swrc:Colloquium• swrc:Conference =

swc:ConferenceEvent• swrc:Exhibition• swrc:Lecture• swrc:Meeting• swrc:Seminar• swrc:Workshop =

swc:WorkshopEvent• swc:PanelEvent• swc:TalkEvent• swc:TrackEvent• swc:SessionEvent• swc:TutorialEvent

Page 28: LinkedLab Ontology  - Specification

• foaf:name• foaf:homepage• foaf:based_near• swrc:startDate• swrc:endDate• swrc:atEvent = -

swrc:hasPartEvent• dcterms:subject• dcterms:description• bibo:organizer

• lab:givenBy = -lab:gives• lab:committee– lab:generalChair– lab:honoraryChair– lab:localChair– lab:programChair– lab:demoChair– lab:workshopChair– lab:publicityChair

Event - Property

Page 29: LinkedLab Ontology  - Specification

Event - Exampleirui: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 .

Page 30: LinkedLab Ontology  - Specification

ORGANIZATIONorg:Organization & foaf:Organization

Page 31: LinkedLab Ontology  - Specification

Organization - Subclassorg:Organization = foaf:Organization

• aiiso:Center• aiiso:College• aiiso:Department• aiiso:Division• aiiso:Faculty• aiiso:Institute• aiiso:Institution• aiiso:ResearchGroup• aiiso:School

Page 32: LinkedLab Ontology  - Specification

Organization - Property

• foaf:name• foaf:homepage• foaf:mbox• foaf:phone• foaf:based_near• foaf:topic_interest• org:subOrganizationOf = -org:hasSubOrganization

Page 33: LinkedLab Ontology  - Specification

irui:Lab_IR_UI a aiiso:ResearchGroup ;

foaf:name "Lab IR Universitas Indonesia" ;

foaf:homepage <http://ir.cs.ui.ac.id/> ;

foaf:mbox <mailto:[email protected]> ;

foaf:based_near dbpedia:Depok ;

foaf:topic_interest irui:Perolehan_Informasi ;

org:subOrganizationOf irui:Fasilkom_UI .

Organization - Example

Page 34: LinkedLab Ontology  - Specification

Credits

• W3C• Protege-OWL• Many Open Vocabularies (FOAF, BIBO, etc)• Fakultas Ilmu Komputer UI• Lab Information Retrieval UI