SlideShare a Scribd company logo
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

More Related Content

Similar to 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 Reuse
Anita de Waard
 
G3 talk rld_2
G3 talk rld_2G3 talk rld_2
G3 talk rld_2
Robert Davidson
 
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
Phoebe Ayers
 
CST4599 Nov 2021
CST4599 Nov 2021CST4599 Nov 2021
CST4599 Nov 2021
EISLibrarian
 
CST3590 Nov 2021
CST3590 Nov 2021 CST3590 Nov 2021
CST3590 Nov 2021
EISLibrarian
 
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 2018
EISLibrarian
 
Open Access Tools
Open Access ToolsOpen Access Tools
Open Access Tools
Athena Hoeppner
 
Research Shared: researchobject.org
Research Shared: researchobject.orgResearch Shared: researchobject.org
Research Shared: researchobject.org
Norman 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 reproducibility
Oscar Corcho
 
Research Objects in Scientific Publications
Research Objects in Scientific PublicationsResearch Objects in Scientific Publications
Research Objects in Scientific Publications
dgarijo
 
PDE4422 and PDE4400 Feb 2018
PDE4422 and PDE4400 Feb 2018PDE4422 and PDE4400 Feb 2018
PDE4422 and PDE4400 Feb 2018
EISLibrarian
 
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
 
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
National Information Standards Organization (NISO)
 

Similar to 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
 

More from 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 - WMID
Fariz Darari
 
[PUBLIC] quiz-01-midterm-solutions.pdf
[PUBLIC] quiz-01-midterm-solutions.pdf[PUBLIC] quiz-01-midterm-solutions.pdf
[PUBLIC] quiz-01-midterm-solutions.pdf
Fariz Darari
 
Free AI Kit - Game Theory
Free AI Kit - Game TheoryFree AI Kit - Game Theory
Free AI Kit - Game Theory
Fariz 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 Intro
Fariz 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 has
Fariz Darari
 
Supply and Demand - AI Talents
Supply and Demand - AI TalentsSupply and Demand - AI Talents
Supply and Demand - AI Talents
Fariz 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 02
Fariz Darari
 
AI in education done properly
AI in education done properlyAI in education done properly
AI in education done properly
Fariz Darari
 
Artificial Neural Networks: Pointers
Artificial Neural Networks: PointersArtificial Neural Networks: Pointers
Artificial Neural Networks: Pointers
Fariz Darari
 
Open Tridharma at ICACSIS 2019
Open Tridharma at ICACSIS 2019Open Tridharma at ICACSIS 2019
Open Tridharma at ICACSIS 2019
Fariz Darari
 
Defense Slides of Avicenna Wisesa - PROWD
Defense Slides of Avicenna Wisesa - PROWDDefense Slides of Avicenna Wisesa - PROWD
Defense Slides of Avicenna Wisesa - PROWD
Fariz 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 Darari
Fariz Darari
 
Foundations of Programming - Java OOP
Foundations of Programming - Java OOPFoundations of Programming - Java OOP
Foundations of Programming - Java OOP
Fariz Darari
 
Recursion in Python
Recursion in PythonRecursion in Python
Recursion in Python
Fariz 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 unittest
Fariz 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.18
Fariz Darari
 
KOI - Knowledge Of Incidents - SemEval 2018
KOI - Knowledge Of Incidents - SemEval 2018KOI - Knowledge Of Incidents - SemEval 2018
KOI - Knowledge Of Incidents - SemEval 2018
Fariz Darari
 

More from 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
 

Recently uploaded

Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
Safe Software
 
Large Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial ApplicationsLarge Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial Applications
Rohit Gautam
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems S.M.S.A.
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
Kari Kakkonen
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
Aftab Hussain
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
ControlCase
 
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
名前 です男
 
20240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 202420240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 2024
Matthew Sinclair
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Paige Cruz
 
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
Neo4j
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
Neo4j
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
Adtran
 
RESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for studentsRESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for students
KAMESHS29
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
Free Complete Python - A step towards Data Science
Free Complete Python - A step towards Data ScienceFree Complete Python - A step towards Data Science
Free Complete Python - A step towards Data Science
RinaMondal9
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Albert Hoitingh
 
UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5
DianaGray10
 
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
James Anderson
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 

Recently uploaded (20)

Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
 
Large Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial ApplicationsLarge Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial Applications
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
 
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
 
20240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 202420240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 2024
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
 
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
 
RESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for studentsRESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for students
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
Free Complete Python - A step towards Data Science
Free Complete Python - A step towards Data ScienceFree Complete Python - A step towards Data Science
Free Complete Python - A step towards Data Science
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
 
UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5
 
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 

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