SlideShare ist ein Scribd-Unternehmen logo
1 von 34
Downloaden Sie, um offline zu lesen
LinkedLab Ontology
                       SPECIFICATION



Reuse swrc + swc + foaf + bibo + org
About
• Represents research communities.
• Key terms
  – Person
  – Document
  – Topic
  – Project
  – Product
  – Event
  – Organization
Design
Ontology
                       Dataset
   foaf:
                       Lab X

           LinkedLab
  swrc:       lab:
                       Lab Y

                       Lab Z
   bibo:
Reused Ontologies
•   Research Community: swrc + vivo
•   Conference: swc
•   People: foaf
•   Document: dcterms + bibo
•   Organization: org + aiiso
•   Misc: geo
PERSON
foaf:person
Properties

•   foaf:name             •   foaf:homepage
•   foaf:firstName        •   foaf:topic_interest
•   foaf:lastName         •   foaf:made
•   foaf:phone            •   org:hasMembership
•   foaf:mbox
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 ] .
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
Membership - Property
            org:Membership
•   org:role
•   org:member = -org:hasMembership
•   org:organization
•   swrc:startDate
•   swrc:endDate
DOCUMENT
bibo:Document
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
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
Authorship
             vivo:Authorship
• vivo:linkedAuthor
• vivo:linkedInformationResource =
  -vivo:informationResourceInAuthorship
• vivo:authorRank
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” .
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” .
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”.
TOPIC
swrc:ResearchTopic
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.
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 .
PROJECT
swrc:Project = foaf:Project
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 =
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 .
PRODUCT
swrc:Product
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
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 .
EVENT
swc:AcademicEvent
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 =
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
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 .
ORGANIZATION
org:Organization & foaf:Organization
Organization - Subclass
           org:Organization = foaf:Organization

•   aiiso:Center
•   aiiso:College
•   aiiso:Department
•   aiiso:Division
•   aiiso:Faculty
•   aiiso:Institute
•   aiiso:Institution
•   aiiso:ResearchGroup
•   aiiso:School
Organization - Property
•   foaf:name
•   foaf:homepage
•   foaf:mbox
•   foaf:phone
•   foaf:based_near
•   foaf:topic_interest
•   org:subOrganizationOf = -org:hasSubOrganization
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 .
Credits
•   W3C
•   Protege-OWL
•   Many Open Vocabularies (FOAF, BIBO, etc)
•   Fakultas Ilmu Komputer UI
•   Lab Information Retrieval UI

Weitere ähnliche Inhalte

Ähnlich wie LinkedLab Ontology - Specification

Making Use of the Linked Open Data Services for OpenAIRE (DI4R 2016 tutorial ...
Making Use of the Linked Open Data Services for OpenAIRE (DI4R 2016 tutorial ...Making Use of the Linked Open Data Services for OpenAIRE (DI4R 2016 tutorial ...
Making Use of the Linked Open Data Services for OpenAIRE (DI4R 2016 tutorial ...OpenAIRE
 
Why do they call it Linked Data when they want to say...?
Why do they call it Linked Data when they want to say...?Why do they call it Linked Data when they want to say...?
Why do they call it Linked Data when they want to say...?Oscar Corcho
 
Mendeley Data: Enhancing Data Discovery, Sharing and Reuse
Mendeley Data: Enhancing Data Discovery, Sharing and ReuseMendeley Data: Enhancing Data Discovery, Sharing and Reuse
Mendeley Data: Enhancing Data Discovery, Sharing and ReuseAnita de Waard
 
Library research in physics: tips for new researchers
Library research in physics: tips for new researchersLibrary research in physics: tips for new researchers
Library research in physics: tips for new researchersPhoebe Ayers
 
The digital researcher1
The digital researcher1The digital researcher1
The digital researcher1Neal Sumner
 
A document-inspired way for tracking changes of RDF data - The case of the Op...
A document-inspired way for tracking changes of RDF data - The case of the Op...A document-inspired way for tracking changes of RDF data - The case of the Op...
A document-inspired way for tracking changes of RDF data - The case of the Op...University of Bologna
 
Labman: a Research Information System to Foster Insight Discovery Through Vis...
Labman: a Research Information System to Foster Insight Discovery Through Vis...Labman: a Research Information System to Foster Insight Discovery Through Vis...
Labman: a Research Information System to Foster Insight Discovery Through Vis...Oscar Peña del Rio
 
How to finding information about existing research
How to finding information about existing researchHow to finding information about existing research
How to finding information about existing researchFaizuddin Harliansyah
 
PDE2440 and PDE4421 Oct 2018
PDE2440 and PDE4421 Oct 2018PDE2440 and PDE4421 Oct 2018
PDE2440 and PDE4421 Oct 2018EISLibrarian
 
Research Shared: researchobject.org
Research Shared: researchobject.orgResearch Shared: researchobject.org
Research Shared: researchobject.orgNorman Morrison
 
Research Objects for improved sharing and reproducibility
Research Objects for improved sharing and reproducibilityResearch Objects for improved sharing and reproducibility
Research Objects for improved sharing and reproducibilityOscar Corcho
 
Research Objects in Scientific Publications
Research Objects in Scientific PublicationsResearch Objects in Scientific Publications
Research Objects in Scientific Publicationsdgarijo
 
PDE4422 and PDE4400 Feb 2018
PDE4422 and PDE4400 Feb 2018PDE4422 and PDE4400 Feb 2018
PDE4422 and PDE4400 Feb 2018EISLibrarian
 
Tracking Changes through EARMARK: a Theoretical Perspective and an Implementa...
Tracking Changes through EARMARK: a Theoretical Perspective and an Implementa...Tracking Changes through EARMARK: a Theoretical Perspective and an Implementa...
Tracking Changes through EARMARK: a Theoretical Perspective and an Implementa...University of Bologna
 

Ähnlich wie LinkedLab Ontology - Specification (20)

Making Use of the Linked Open Data Services for OpenAIRE (DI4R 2016 tutorial ...
Making Use of the Linked Open Data Services for OpenAIRE (DI4R 2016 tutorial ...Making Use of the Linked Open Data Services for OpenAIRE (DI4R 2016 tutorial ...
Making Use of the Linked Open Data Services for OpenAIRE (DI4R 2016 tutorial ...
 
Why do they call it Linked Data when they want to say...?
Why do they call it Linked Data when they want to say...?Why do they call it Linked Data when they want to say...?
Why do they call it Linked Data when they want to say...?
 
Mendeley Data: Enhancing Data Discovery, Sharing and Reuse
Mendeley Data: Enhancing Data Discovery, Sharing and ReuseMendeley Data: Enhancing Data Discovery, Sharing and Reuse
Mendeley Data: Enhancing Data Discovery, Sharing and Reuse
 
G3 talk rld_2
G3 talk rld_2G3 talk rld_2
G3 talk rld_2
 
Library research in physics: tips for new researchers
Library research in physics: tips for new researchersLibrary research in physics: tips for new researchers
Library research in physics: tips for new researchers
 
CST4599 Nov 2021
CST4599 Nov 2021CST4599 Nov 2021
CST4599 Nov 2021
 
CST3590 Nov 2021
CST3590 Nov 2021 CST3590 Nov 2021
CST3590 Nov 2021
 
The digital researcher1
The digital researcher1The digital researcher1
The digital researcher1
 
A document-inspired way for tracking changes of RDF data - The case of the Op...
A document-inspired way for tracking changes of RDF data - The case of the Op...A document-inspired way for tracking changes of RDF data - The case of the Op...
A document-inspired way for tracking changes of RDF data - The case of the Op...
 
Labman: a Research Information System to Foster Insight Discovery Through Vis...
Labman: a Research Information System to Foster Insight Discovery Through Vis...Labman: a Research Information System to Foster Insight Discovery Through Vis...
Labman: a Research Information System to Foster Insight Discovery Through Vis...
 
How to finding information about existing research
How to finding information about existing researchHow to finding information about existing research
How to finding information about existing research
 
PDE2440 and PDE4421 Oct 2018
PDE2440 and PDE4421 Oct 2018PDE2440 and PDE4421 Oct 2018
PDE2440 and PDE4421 Oct 2018
 
Open Access Tools
Open Access ToolsOpen Access Tools
Open Access Tools
 
Research Shared: researchobject.org
Research Shared: researchobject.orgResearch Shared: researchobject.org
Research Shared: researchobject.org
 
Research Objects for improved sharing and reproducibility
Research Objects for improved sharing and reproducibilityResearch Objects for improved sharing and reproducibility
Research Objects for improved sharing and reproducibility
 
Research Objects in Scientific Publications
Research Objects in Scientific PublicationsResearch Objects in Scientific Publications
Research Objects in Scientific Publications
 
PDE4422 and PDE4400 Feb 2018
PDE4422 and PDE4400 Feb 2018PDE4422 and PDE4400 Feb 2018
PDE4422 and PDE4400 Feb 2018
 
Physics4999
Physics4999 Physics4999
Physics4999
 
Tracking Changes through EARMARK: a Theoretical Perspective and an Implementa...
Tracking Changes through EARMARK: a Theoretical Perspective and an Implementa...Tracking Changes through EARMARK: a Theoretical Perspective and an Implementa...
Tracking Changes through EARMARK: a Theoretical Perspective and an Implementa...
 
NISO Webinar: Library Linked Data: From Vision to Reality
NISO Webinar: Library Linked Data: From Vision to RealityNISO Webinar: Library Linked Data: From Vision to Reality
NISO Webinar: Library Linked Data: From Vision to Reality
 

Mehr von Fariz Darari

Data X Museum - Hari Museum Internasional 2022 - WMID
Data X Museum - Hari Museum Internasional 2022 - WMIDData X Museum - Hari Museum Internasional 2022 - WMID
Data X Museum - Hari Museum Internasional 2022 - WMIDFariz Darari
 
[PUBLIC] quiz-01-midterm-solutions.pdf
[PUBLIC] quiz-01-midterm-solutions.pdf[PUBLIC] quiz-01-midterm-solutions.pdf
[PUBLIC] quiz-01-midterm-solutions.pdfFariz Darari
 
Free AI Kit - Game Theory
Free AI Kit - Game TheoryFree AI Kit - Game Theory
Free AI Kit - Game TheoryFariz Darari
 
Neural Networks and Deep Learning: An Intro
Neural Networks and Deep Learning: An IntroNeural Networks and Deep Learning: An Intro
Neural Networks and Deep Learning: An IntroFariz Darari
 
NLP guest lecture: How to get text to confess what knowledge it has
NLP guest lecture: How to get text to confess what knowledge it hasNLP guest lecture: How to get text to confess what knowledge it has
NLP guest lecture: How to get text to confess what knowledge it hasFariz Darari
 
Supply and Demand - AI Talents
Supply and Demand - AI TalentsSupply and Demand - AI Talents
Supply and Demand - AI TalentsFariz Darari
 
Basic Python Programming: Part 01 and Part 02
Basic Python Programming: Part 01 and Part 02Basic Python Programming: Part 01 and Part 02
Basic Python Programming: Part 01 and Part 02Fariz Darari
 
AI in education done properly
AI in education done properlyAI in education done properly
AI in education done properlyFariz Darari
 
Artificial Neural Networks: Pointers
Artificial Neural Networks: PointersArtificial Neural Networks: Pointers
Artificial Neural Networks: PointersFariz Darari
 
Open Tridharma at ICACSIS 2019
Open Tridharma at ICACSIS 2019Open Tridharma at ICACSIS 2019
Open Tridharma at ICACSIS 2019Fariz Darari
 
Defense Slides of Avicenna Wisesa - PROWD
Defense Slides of Avicenna Wisesa - PROWDDefense Slides of Avicenna Wisesa - PROWD
Defense Slides of Avicenna Wisesa - PROWDFariz Darari
 
Seminar Laporan Aktualisasi - Tridharma Terbuka - Fariz Darari
Seminar Laporan Aktualisasi - Tridharma Terbuka - Fariz DarariSeminar Laporan Aktualisasi - Tridharma Terbuka - Fariz Darari
Seminar Laporan Aktualisasi - Tridharma Terbuka - Fariz DarariFariz Darari
 
Foundations of Programming - Java OOP
Foundations of Programming - Java OOPFoundations of Programming - Java OOP
Foundations of Programming - Java OOPFariz Darari
 
Recursion in Python
Recursion in PythonRecursion in Python
Recursion in PythonFariz Darari
 
[ISWC 2013] Completeness statements about RDF data sources and their use for ...
[ISWC 2013] Completeness statements about RDF data sources and their use for ...[ISWC 2013] Completeness statements about RDF data sources and their use for ...
[ISWC 2013] Completeness statements about RDF data sources and their use for ...Fariz Darari
 
Testing in Python: doctest and unittest (Updated)
Testing in Python: doctest and unittest (Updated)Testing in Python: doctest and unittest (Updated)
Testing in Python: doctest and unittest (Updated)Fariz Darari
 
Testing in Python: doctest and unittest
Testing in Python: doctest and unittestTesting in Python: doctest and unittest
Testing in Python: doctest and unittestFariz Darari
 
Dissertation Defense - Managing and Consuming Completeness Information for RD...
Dissertation Defense - Managing and Consuming Completeness Information for RD...Dissertation Defense - Managing and Consuming Completeness Information for RD...
Dissertation Defense - Managing and Consuming Completeness Information for RD...Fariz Darari
 
Research Writing - 2018.07.18
Research Writing - 2018.07.18Research Writing - 2018.07.18
Research Writing - 2018.07.18Fariz Darari
 
KOI - Knowledge Of Incidents - SemEval 2018
KOI - Knowledge Of Incidents - SemEval 2018KOI - Knowledge Of Incidents - SemEval 2018
KOI - Knowledge Of Incidents - SemEval 2018Fariz Darari
 

Mehr von Fariz Darari (20)

Data X Museum - Hari Museum Internasional 2022 - WMID
Data X Museum - Hari Museum Internasional 2022 - WMIDData X Museum - Hari Museum Internasional 2022 - WMID
Data X Museum - Hari Museum Internasional 2022 - WMID
 
[PUBLIC] quiz-01-midterm-solutions.pdf
[PUBLIC] quiz-01-midterm-solutions.pdf[PUBLIC] quiz-01-midterm-solutions.pdf
[PUBLIC] quiz-01-midterm-solutions.pdf
 
Free AI Kit - Game Theory
Free AI Kit - Game TheoryFree AI Kit - Game Theory
Free AI Kit - Game Theory
 
Neural Networks and Deep Learning: An Intro
Neural Networks and Deep Learning: An IntroNeural Networks and Deep Learning: An Intro
Neural Networks and Deep Learning: An Intro
 
NLP guest lecture: How to get text to confess what knowledge it has
NLP guest lecture: How to get text to confess what knowledge it hasNLP guest lecture: How to get text to confess what knowledge it has
NLP guest lecture: How to get text to confess what knowledge it has
 
Supply and Demand - AI Talents
Supply and Demand - AI TalentsSupply and Demand - AI Talents
Supply and Demand - AI Talents
 
Basic Python Programming: Part 01 and Part 02
Basic Python Programming: Part 01 and Part 02Basic Python Programming: Part 01 and Part 02
Basic Python Programming: Part 01 and Part 02
 
AI in education done properly
AI in education done properlyAI in education done properly
AI in education done properly
 
Artificial Neural Networks: Pointers
Artificial Neural Networks: PointersArtificial Neural Networks: Pointers
Artificial Neural Networks: Pointers
 
Open Tridharma at ICACSIS 2019
Open Tridharma at ICACSIS 2019Open Tridharma at ICACSIS 2019
Open Tridharma at ICACSIS 2019
 
Defense Slides of Avicenna Wisesa - PROWD
Defense Slides of Avicenna Wisesa - PROWDDefense Slides of Avicenna Wisesa - PROWD
Defense Slides of Avicenna Wisesa - PROWD
 
Seminar Laporan Aktualisasi - Tridharma Terbuka - Fariz Darari
Seminar Laporan Aktualisasi - Tridharma Terbuka - Fariz DarariSeminar Laporan Aktualisasi - Tridharma Terbuka - Fariz Darari
Seminar Laporan Aktualisasi - Tridharma Terbuka - Fariz Darari
 
Foundations of Programming - Java OOP
Foundations of Programming - Java OOPFoundations of Programming - Java OOP
Foundations of Programming - Java OOP
 
Recursion in Python
Recursion in PythonRecursion in Python
Recursion in Python
 
[ISWC 2013] Completeness statements about RDF data sources and their use for ...
[ISWC 2013] Completeness statements about RDF data sources and their use for ...[ISWC 2013] Completeness statements about RDF data sources and their use for ...
[ISWC 2013] Completeness statements about RDF data sources and their use for ...
 
Testing in Python: doctest and unittest (Updated)
Testing in Python: doctest and unittest (Updated)Testing in Python: doctest and unittest (Updated)
Testing in Python: doctest and unittest (Updated)
 
Testing in Python: doctest and unittest
Testing in Python: doctest and unittestTesting in Python: doctest and unittest
Testing in Python: doctest and unittest
 
Dissertation Defense - Managing and Consuming Completeness Information for RD...
Dissertation Defense - Managing and Consuming Completeness Information for RD...Dissertation Defense - Managing and Consuming Completeness Information for RD...
Dissertation Defense - Managing and Consuming Completeness Information for RD...
 
Research Writing - 2018.07.18
Research Writing - 2018.07.18Research Writing - 2018.07.18
Research Writing - 2018.07.18
 
KOI - Knowledge Of Incidents - SemEval 2018
KOI - Knowledge Of Incidents - SemEval 2018KOI - Knowledge Of Incidents - SemEval 2018
KOI - Knowledge Of Incidents - SemEval 2018
 

Kürzlich hochgeladen

ADOPTING WEB 3 FOR YOUR BUSINESS: A STEP-BY-STEP GUIDE
ADOPTING WEB 3 FOR YOUR BUSINESS: A STEP-BY-STEP GUIDEADOPTING WEB 3 FOR YOUR BUSINESS: A STEP-BY-STEP GUIDE
ADOPTING WEB 3 FOR YOUR BUSINESS: A STEP-BY-STEP GUIDELiveplex
 
Machine Learning Model Validation (Aijun Zhang 2024).pdf
Machine Learning Model Validation (Aijun Zhang 2024).pdfMachine Learning Model Validation (Aijun Zhang 2024).pdf
Machine Learning Model Validation (Aijun Zhang 2024).pdfAijun Zhang
 
All in AI: LLM Landscape & RAG in 2024 with Mark Ryan (Google) & Jerry Liu (L...
All in AI: LLM Landscape & RAG in 2024 with Mark Ryan (Google) & Jerry Liu (L...All in AI: LLM Landscape & RAG in 2024 with Mark Ryan (Google) & Jerry Liu (L...
All in AI: LLM Landscape & RAG in 2024 with Mark Ryan (Google) & Jerry Liu (L...Daniel Zivkovic
 
9 Steps For Building Winning Founding Team
9 Steps For Building Winning Founding Team9 Steps For Building Winning Founding Team
9 Steps For Building Winning Founding TeamAdam Moalla
 
activity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdf
activity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdf
activity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdfJamie (Taka) Wang
 
Cybersecurity Workshop #1.pptx
Cybersecurity Workshop #1.pptxCybersecurity Workshop #1.pptx
Cybersecurity Workshop #1.pptxGDSC PJATK
 
Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...
Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...
Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...Will Schroeder
 
COMPUTER 10: Lesson 7 - File Storage and Online Collaboration
COMPUTER 10: Lesson 7 - File Storage and Online CollaborationCOMPUTER 10: Lesson 7 - File Storage and Online Collaboration
COMPUTER 10: Lesson 7 - File Storage and Online Collaborationbruanjhuli
 
20230202 - Introduction to tis-py
20230202 - Introduction to tis-py20230202 - Introduction to tis-py
20230202 - Introduction to tis-pyJamie (Taka) Wang
 
Salesforce Miami User Group Event - 1st Quarter 2024
Salesforce Miami User Group Event - 1st Quarter 2024Salesforce Miami User Group Event - 1st Quarter 2024
Salesforce Miami User Group Event - 1st Quarter 2024SkyPlanner
 
Building Your Own AI Instance (TBLC AI )
Building Your Own AI Instance (TBLC AI )Building Your Own AI Instance (TBLC AI )
Building Your Own AI Instance (TBLC AI )Brian Pichman
 
UiPath Studio Web workshop series - Day 5
UiPath Studio Web workshop series - Day 5UiPath Studio Web workshop series - Day 5
UiPath Studio Web workshop series - Day 5DianaGray10
 
Bird eye's view on Camunda open source ecosystem
Bird eye's view on Camunda open source ecosystemBird eye's view on Camunda open source ecosystem
Bird eye's view on Camunda open source ecosystemAsko Soukka
 
IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019
IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019
IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019IES VE
 
Introduction to Matsuo Laboratory (ENG).pptx
Introduction to Matsuo Laboratory (ENG).pptxIntroduction to Matsuo Laboratory (ENG).pptx
Introduction to Matsuo Laboratory (ENG).pptxMatsuo Lab
 
UiPath Studio Web workshop series - Day 7
UiPath Studio Web workshop series - Day 7UiPath Studio Web workshop series - Day 7
UiPath Studio Web workshop series - Day 7DianaGray10
 
How Accurate are Carbon Emissions Projections?
How Accurate are Carbon Emissions Projections?How Accurate are Carbon Emissions Projections?
How Accurate are Carbon Emissions Projections?IES VE
 
Computer 10: Lesson 10 - Online Crimes and Hazards
Computer 10: Lesson 10 - Online Crimes and HazardsComputer 10: Lesson 10 - Online Crimes and Hazards
Computer 10: Lesson 10 - Online Crimes and HazardsSeth Reyes
 

Kürzlich hochgeladen (20)

ADOPTING WEB 3 FOR YOUR BUSINESS: A STEP-BY-STEP GUIDE
ADOPTING WEB 3 FOR YOUR BUSINESS: A STEP-BY-STEP GUIDEADOPTING WEB 3 FOR YOUR BUSINESS: A STEP-BY-STEP GUIDE
ADOPTING WEB 3 FOR YOUR BUSINESS: A STEP-BY-STEP GUIDE
 
Machine Learning Model Validation (Aijun Zhang 2024).pdf
Machine Learning Model Validation (Aijun Zhang 2024).pdfMachine Learning Model Validation (Aijun Zhang 2024).pdf
Machine Learning Model Validation (Aijun Zhang 2024).pdf
 
All in AI: LLM Landscape & RAG in 2024 with Mark Ryan (Google) & Jerry Liu (L...
All in AI: LLM Landscape & RAG in 2024 with Mark Ryan (Google) & Jerry Liu (L...All in AI: LLM Landscape & RAG in 2024 with Mark Ryan (Google) & Jerry Liu (L...
All in AI: LLM Landscape & RAG in 2024 with Mark Ryan (Google) & Jerry Liu (L...
 
9 Steps For Building Winning Founding Team
9 Steps For Building Winning Founding Team9 Steps For Building Winning Founding Team
9 Steps For Building Winning Founding Team
 
201610817 - edge part1
201610817 - edge part1201610817 - edge part1
201610817 - edge part1
 
activity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdf
activity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdf
activity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdf
 
Cybersecurity Workshop #1.pptx
Cybersecurity Workshop #1.pptxCybersecurity Workshop #1.pptx
Cybersecurity Workshop #1.pptx
 
Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...
Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...
Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...
 
COMPUTER 10: Lesson 7 - File Storage and Online Collaboration
COMPUTER 10: Lesson 7 - File Storage and Online CollaborationCOMPUTER 10: Lesson 7 - File Storage and Online Collaboration
COMPUTER 10: Lesson 7 - File Storage and Online Collaboration
 
20230202 - Introduction to tis-py
20230202 - Introduction to tis-py20230202 - Introduction to tis-py
20230202 - Introduction to tis-py
 
Salesforce Miami User Group Event - 1st Quarter 2024
Salesforce Miami User Group Event - 1st Quarter 2024Salesforce Miami User Group Event - 1st Quarter 2024
Salesforce Miami User Group Event - 1st Quarter 2024
 
Building Your Own AI Instance (TBLC AI )
Building Your Own AI Instance (TBLC AI )Building Your Own AI Instance (TBLC AI )
Building Your Own AI Instance (TBLC AI )
 
UiPath Studio Web workshop series - Day 5
UiPath Studio Web workshop series - Day 5UiPath Studio Web workshop series - Day 5
UiPath Studio Web workshop series - Day 5
 
Bird eye's view on Camunda open source ecosystem
Bird eye's view on Camunda open source ecosystemBird eye's view on Camunda open source ecosystem
Bird eye's view on Camunda open source ecosystem
 
IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019
IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019
IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019
 
Introduction to Matsuo Laboratory (ENG).pptx
Introduction to Matsuo Laboratory (ENG).pptxIntroduction to Matsuo Laboratory (ENG).pptx
Introduction to Matsuo Laboratory (ENG).pptx
 
UiPath Studio Web workshop series - Day 7
UiPath Studio Web workshop series - Day 7UiPath Studio Web workshop series - Day 7
UiPath Studio Web workshop series - Day 7
 
How Accurate are Carbon Emissions Projections?
How Accurate are Carbon Emissions Projections?How Accurate are Carbon Emissions Projections?
How Accurate are Carbon Emissions Projections?
 
20230104 - machine vision
20230104 - machine vision20230104 - machine vision
20230104 - machine vision
 
Computer 10: Lesson 10 - Online Crimes and Hazards
Computer 10: Lesson 10 - Online Crimes and HazardsComputer 10: Lesson 10 - Online Crimes and Hazards
Computer 10: Lesson 10 - Online Crimes and Hazards
 

LinkedLab Ontology - Specification

  • 1. LinkedLab Ontology SPECIFICATION Reuse swrc + swc + foaf + bibo + org
  • 2. About • Represents research communities. • Key terms – Person – Document – Topic – Project – Product – Event – Organization
  • 3. Design Ontology Dataset foaf: Lab X LinkedLab swrc: lab: Lab Y Lab Z bibo:
  • 4. Reused Ontologies • Research Community: swrc + vivo • Conference: swc • People: foaf • Document: dcterms + bibo • Organization: org + aiiso • Misc: geo
  • 6. Properties • foaf:name • foaf:homepage • foaf:firstName • foaf:topic_interest • foaf:lastName • foaf:made • foaf:phone • org:hasMembership • foaf:mbox
  • 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. 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. Membership - Property org:Membership • org:role • org:member = -org:hasMembership • org:organization • swrc:startDate • swrc:endDate
  • 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. 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. Authorship vivo:Authorship • vivo:linkedAuthor • vivo:linkedInformationResource = -vivo:informationResourceInAuthorship • vivo:authorRank
  • 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. 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. 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”.
  • 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. 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 .
  • 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. 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 .
  • 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. 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 .
  • 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. 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. 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 .
  • 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. Organization - Property • foaf:name • foaf:homepage • foaf:mbox • foaf:phone • foaf:based_near • foaf:topic_interest • org:subOrganizationOf = -org:hasSubOrganization
  • 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. Credits • W3C • Protege-OWL • Many Open Vocabularies (FOAF, BIBO, etc) • Fakultas Ilmu Komputer UI • Lab Information Retrieval UI