SlideShare uma empresa Scribd logo
1 de 42
Baixar para ler offline
Linking Data, Linking People
2010 International Symposium on Agricultural Ontology Service
John Fereira, Cornell University
jaf30@cornell.edu
An RDF Graph
John Fereira
Cornell University
isAnEmployeeOf
• Subject: John Fereira
• Predicate: isAnEmployeeOf
• Object: Cornell University
What is an Ontology?
• an ontology defines a set of representational primitives
with which to model a domain of knowledge or
discourse.
http://en.wikipedia.org/wiki/Ontology_(information_science)
My Definition of an Ontology
• An Ontology is the language, or vocabulary used by
practitioners in a specific domain.
• Essentially it is a controlled vocabulary for a specific
subject area,
• Geographic Names Ontology defines terms for things
like:
• Park, Shelf, Saddle
• Terms might have different means if using a different
ontology
Sample RDF can describe members
<foaf:Organization>
<foaf:name>Cornell University</foaf:name>
<dc:type
rdf:about="http://projectrss.org/wiki/spec#Type_of_Organization">nonprofit<
/dc:type>
<foaf:member>
<foaf:Person>
<foaf:name>John Fereira</foaf:name>
</foaf:Person>
<foaf:Person>
<foaf:name>Aaron Godert</foaf:name>
</foaf:Person>
</foaf:member>
</foaf:Organization>
Code4Lib: Code For Libraries
<?xml version="1.0" encoding="UTF-8"?>
...
<Person rdf:about="http://www.code4lib.org/id/zoia">
<name>Zoia</name>
<nick>zoia</nick>
<depiction rdf:resource="http://rc98.net/img/zoia.jpg" />
<based_near rdf:parseType="Resource">
<geo:lat>40.7355556</geo:lat>
<geo:long>-74.1727778</geo:long>
</based_near>
<s:comment>This URI indentifies me the person. Feel free to use it when making statements
about me the person (such as "your_uri foaf:knows http://www.code4lib.org/id/zoia").</s:comment>
<knows>
<Person rdf:about="http://rc98.net/foaf#me">
<nick>gsf</nick>
</Person>
</knows>
<swc:attendeeAt rdf:resource="http://code4lib.org/2009#conference" />
<swc:attendeeAt rdf:resource="http://code4lib.org/node/266#linked-data-preconf" />
<interest rdf:resource="http://dbpedia.org/resource/Python_%28programming_language%29"/>
<interest rdf:resource="http://dbpedia.org/resource/Singing"/>
</Person>
</rdf:RDF>
Linked Data principles
Tim Berners-Lee:
• Use URIs as names for things
• Use HTTP URIs so that people can look up those
names using the web
• When someone looks up a URI, provide useful
information, using the standards (RDF, SPARQL)
• Include links to other URIs so that people can
discover more things
http://www.w3.org/DesignIssues/LinkedData.html
http://linkeddata.org
Vivo in the Open Data Cloud
Food security
Melbourne Central Research Data Registry
SKE Knowledge Environment
Biomedical and Health Knowledge Environment
Unique Identifier for Michael Conlon
• http://vivo.ufl.edu/individual/n25562
• http://vivo.ufl.edu/individual/Michael_Conlon would be
better
Requesting RDF using an Accept Header
• curl -H "Accept: application/rdf+xml" -X GET
http://vivo.ufl.edu/display/n25562
Querying Triples with SPARQL
• By individual URI (subject or object)
• Everything about one event, a grant, a person
• By property relationship (verb)
• All organizations that are part of another
• By type
• Everything with an rdf:type of Event, Person, or
Project
• By combinations of the above
• SPARQL leverages the RDF format to focus on the data
Enabling National Networking of Scientists
Vivoweb is open source
http://www.vivoweb.org
http://sourceforge.net/projects/vivo
cancer
Visualizing RDF as a map
Querying the CIARD ring with SPARQL
Ciard Ring SPARQL Query results
Thank You
Zie Zie
Linking Data, Linking People
A collection of links
Ontology defined on Wikipedia
http://en.wikipedia.org/wiki/Ontology_(information_scienc
e)
Example of FOAF
http://code.google.com/p/projectrss-spec/wiki/examples
About.me
http://about.me/
Semantic Web Conference Ontology
http://data.semanticweb.org/ns/swc/ontology
Code4Lib
http://www.code4lib.org
Code4Lib "Zoia"
http://code4lib.org/irc/faq
Linked Data Principals
http://www.w3.org/DesignIssues/LinkedData.html
Linked Data site
http://linkeddata.org
Cornell Vivo (classic Vivo)
http://vivo.library.cornell.edu
Melbourne Central Research Data Registry
http://vitrofe.esrc.unimelb.edu.au:8333/vitroANDS/i
ndex.jsp?primary=1
Subject Knowledge Environment
http://ske.las.ac.cn/
Vivo at University of Florida
http://vivo.ufl.edu/
Semantic Web Services app
http://turner.mannlib.cornell.edu:8080/SemanticSer
vices/showMainMenu.do
Cornell Classics Department site
http://classics.cornell.edu/people/faculty.cfm
Vivoweb
http://vivoweb.org
Vivoweb on Sourceforge
http://www.sourceforge.net/projects/vivo

Mais conteúdo relacionado

Mais procurados

The Case for Stable VIVO URIs
The Case for Stable VIVO URIsThe Case for Stable VIVO URIs
The Case for Stable VIVO URIsVioleta Ilik
 
LOD/LAM Presentation
LOD/LAM PresentationLOD/LAM Presentation
LOD/LAM PresentationHafabe
 
Who and What Links to the Internet Archive
Who and What Links to the Internet ArchiveWho and What Links to the Internet Archive
Who and What Links to the Internet ArchiveYasmin AlNoamany, PhD
 
Access to Graduate Scholarship in VIVO: Establishing Connections and Tracing ...
Access to Graduate Scholarship in VIVO: Establishing Connections and Tracing ...Access to Graduate Scholarship in VIVO: Establishing Connections and Tracing ...
Access to Graduate Scholarship in VIVO: Establishing Connections and Tracing ...Violeta Ilik
 
Modeling Data with Karma – Data Integration Tool
Modeling Data with Karma – Data Integration ToolModeling Data with Karma – Data Integration Tool
Modeling Data with Karma – Data Integration ToolVioleta Ilik
 
Citing data in research articles: principles, implementation, challenges - an...
Citing data in research articles: principles, implementation, challenges - an...Citing data in research articles: principles, implementation, challenges - an...
Citing data in research articles: principles, implementation, challenges - an...FAIRDOM
 
Your research as open science
Your research as open scienceYour research as open science
Your research as open scienceIrina Radchenko
 
Starting from scratch – building the perfect digital repository
Starting from scratch – building the perfect digital repositoryStarting from scratch – building the perfect digital repository
Starting from scratch – building the perfect digital repositoryVioleta Ilik
 
Karma Data Modeling
Karma Data ModelingKarma Data Modeling
Karma Data ModelingVioleta Ilik
 
An Annotation Framework for Fedora
An Annotation Framework for FedoraAn Annotation Framework for Fedora
An Annotation Framework for Fedoraandyashton
 
Web Archiving Profile - WADL 2013
Web Archiving Profile - WADL 2013Web Archiving Profile - WADL 2013
Web Archiving Profile - WADL 2013Ahmed AlSum
 
Crediting informatics and data folks in life science teams
Crediting informatics and data folks in life science teamsCrediting informatics and data folks in life science teams
Crediting informatics and data folks in life science teamsCarole Goble
 
Reproducible and citable data and models: an introduction.
Reproducible and citable data and models: an introduction.Reproducible and citable data and models: an introduction.
Reproducible and citable data and models: an introduction.FAIRDOM
 
Profile Locally Network Globally
Profile Locally Network GloballyProfile Locally Network Globally
Profile Locally Network Globallyericmeeks
 
Building the new open linked library: Theory and Practice
Building the new open linked library: Theory and PracticeBuilding the new open linked library: Theory and Practice
Building the new open linked library: Theory and PracticeTrish Rose-Sandler
 
What do MARC, RDF, and OWL have in common?
What do MARC, RDF, and OWL have in common?What do MARC, RDF, and OWL have in common?
What do MARC, RDF, and OWL have in common?Violeta Ilik
 
OSFair2017 Workshop | OmicsDI: Omics discovery index
OSFair2017 Workshop | OmicsDI: Omics discovery indexOSFair2017 Workshop | OmicsDI: Omics discovery index
OSFair2017 Workshop | OmicsDI: Omics discovery indexOpen Science Fair
 

Mais procurados (20)

Roar Presentation To School Of Psychology
Roar Presentation To School Of PsychologyRoar Presentation To School Of Psychology
Roar Presentation To School Of Psychology
 
The Case for Stable VIVO URIs
The Case for Stable VIVO URIsThe Case for Stable VIVO URIs
The Case for Stable VIVO URIs
 
LOD/LAM Presentation
LOD/LAM PresentationLOD/LAM Presentation
LOD/LAM Presentation
 
Who and What Links to the Internet Archive
Who and What Links to the Internet ArchiveWho and What Links to the Internet Archive
Who and What Links to the Internet Archive
 
Access to Graduate Scholarship in VIVO: Establishing Connections and Tracing ...
Access to Graduate Scholarship in VIVO: Establishing Connections and Tracing ...Access to Graduate Scholarship in VIVO: Establishing Connections and Tracing ...
Access to Graduate Scholarship in VIVO: Establishing Connections and Tracing ...
 
Modeling Data with Karma – Data Integration Tool
Modeling Data with Karma – Data Integration ToolModeling Data with Karma – Data Integration Tool
Modeling Data with Karma – Data Integration Tool
 
Citing data in research articles: principles, implementation, challenges - an...
Citing data in research articles: principles, implementation, challenges - an...Citing data in research articles: principles, implementation, challenges - an...
Citing data in research articles: principles, implementation, challenges - an...
 
Your research as open science
Your research as open scienceYour research as open science
Your research as open science
 
Starting from scratch – building the perfect digital repository
Starting from scratch – building the perfect digital repositoryStarting from scratch – building the perfect digital repository
Starting from scratch – building the perfect digital repository
 
Karma Data Modeling
Karma Data ModelingKarma Data Modeling
Karma Data Modeling
 
Bracke may4-1
Bracke may4-1Bracke may4-1
Bracke may4-1
 
Bh14 ogo
Bh14 ogoBh14 ogo
Bh14 ogo
 
An Annotation Framework for Fedora
An Annotation Framework for FedoraAn Annotation Framework for Fedora
An Annotation Framework for Fedora
 
Web Archiving Profile - WADL 2013
Web Archiving Profile - WADL 2013Web Archiving Profile - WADL 2013
Web Archiving Profile - WADL 2013
 
Crediting informatics and data folks in life science teams
Crediting informatics and data folks in life science teamsCrediting informatics and data folks in life science teams
Crediting informatics and data folks in life science teams
 
Reproducible and citable data and models: an introduction.
Reproducible and citable data and models: an introduction.Reproducible and citable data and models: an introduction.
Reproducible and citable data and models: an introduction.
 
Profile Locally Network Globally
Profile Locally Network GloballyProfile Locally Network Globally
Profile Locally Network Globally
 
Building the new open linked library: Theory and Practice
Building the new open linked library: Theory and PracticeBuilding the new open linked library: Theory and Practice
Building the new open linked library: Theory and Practice
 
What do MARC, RDF, and OWL have in common?
What do MARC, RDF, and OWL have in common?What do MARC, RDF, and OWL have in common?
What do MARC, RDF, and OWL have in common?
 
OSFair2017 Workshop | OmicsDI: Omics discovery index
OSFair2017 Workshop | OmicsDI: Omics discovery indexOSFair2017 Workshop | OmicsDI: Omics discovery index
OSFair2017 Workshop | OmicsDI: Omics discovery index
 

Semelhante a Linking Data, Linking People

20130622 okfn hackathon t2
20130622 okfn hackathon t220130622 okfn hackathon t2
20130622 okfn hackathon t2Seonho Kim
 
Presentation of LUCERO at EURECOM
Presentation of LUCERO at EURECOMPresentation of LUCERO at EURECOM
Presentation of LUCERO at EURECOMMathieu d'Aquin
 
The PhD Abstracts Collections in FLAX: Academic English with the Open Access ...
The PhD Abstracts Collections in FLAX: Academic English with the Open Access ...The PhD Abstracts Collections in FLAX: Academic English with the Open Access ...
The PhD Abstracts Collections in FLAX: Academic English with the Open Access ...Alannah Fitzgerald
 
Creating Sustainable Communities in Open Data Resources: The eagle-i and VIVO...
Creating Sustainable Communities in Open Data Resources: The eagle-i and VIVO...Creating Sustainable Communities in Open Data Resources: The eagle-i and VIVO...
Creating Sustainable Communities in Open Data Resources: The eagle-i and VIVO...Robert H. McDonald
 
Linked Open Data for Libraries
Linked Open Data for LibrariesLinked Open Data for Libraries
Linked Open Data for LibrariesLukas Koster
 
UKSG webinar: Making scholarly communication great again. Do institutional re...
UKSG webinar: Making scholarly communication great again. Do institutional re...UKSG webinar: Making scholarly communication great again. Do institutional re...
UKSG webinar: Making scholarly communication great again. Do institutional re...UKSG: connecting the knowledge community
 
LoCloud Vocabulary Services: Thesaurus management introduction, Walter Koch a...
LoCloud Vocabulary Services: Thesaurus management introduction, Walter Koch a...LoCloud Vocabulary Services: Thesaurus management introduction, Walter Koch a...
LoCloud Vocabulary Services: Thesaurus management introduction, Walter Koch a...locloud
 
Crossref/OASPA Publishers
Crossref/OASPA PublishersCrossref/OASPA Publishers
Crossref/OASPA PublishersCrossref
 
4.16.15 Slides, “Enhancing Early Career Researcher Profiles: VIVO & ORCID Int...
4.16.15 Slides, “Enhancing Early Career Researcher Profiles: VIVO & ORCID Int...4.16.15 Slides, “Enhancing Early Career Researcher Profiles: VIVO & ORCID Int...
4.16.15 Slides, “Enhancing Early Career Researcher Profiles: VIVO & ORCID Int...DuraSpace
 
Subject Headings Authority File for Filipiniana materials / Annelyn C. Kim an...
Subject Headings Authority File for Filipiniana materials / Annelyn C. Kim an...Subject Headings Authority File for Filipiniana materials / Annelyn C. Kim an...
Subject Headings Authority File for Filipiniana materials / Annelyn C. Kim an...CILIP MDG
 
LUCERO - Building the Open University Web of Linked Data
LUCERO - Building the Open University Web of Linked DataLUCERO - Building the Open University Web of Linked Data
LUCERO - Building the Open University Web of Linked DataMathieu d'Aquin
 
Beyond the catalogue : BibFrame, Linked Data and Ending the Invisible Library
Beyond the catalogue : BibFrame, Linked Data and Ending the 	Invisible LibraryBeyond the catalogue : BibFrame, Linked Data and Ending the 	Invisible Library
Beyond the catalogue : BibFrame, Linked Data and Ending the Invisible LibraryKsenija Mincic Obradovic
 
ALIAOnline Practical Linked (Open) Data for Libraries, Archives & Museums
ALIAOnline Practical Linked (Open) Data for Libraries, Archives & MuseumsALIAOnline Practical Linked (Open) Data for Libraries, Archives & Museums
ALIAOnline Practical Linked (Open) Data for Libraries, Archives & MuseumsJon Voss
 
VIVO: enabling the discovery of research and scholarship
VIVO: enabling the discovery of research and scholarshipVIVO: enabling the discovery of research and scholarship
VIVO: enabling the discovery of research and scholarshipPaul Albert
 

Semelhante a Linking Data, Linking People (20)

20130622 okfn hackathon t2
20130622 okfn hackathon t220130622 okfn hackathon t2
20130622 okfn hackathon t2
 
Resources, resources, resources: the three rs of the Web
Resources, resources, resources: the three rs of the WebResources, resources, resources: the three rs of the Web
Resources, resources, resources: the three rs of the Web
 
Introduction of Linked Data for Science
Introduction of Linked Data for ScienceIntroduction of Linked Data for Science
Introduction of Linked Data for Science
 
NISO/DCMI May 22 Webinar: Semantic Mashups Across Large, Heterogeneous Insti...
 NISO/DCMI May 22 Webinar: Semantic Mashups Across Large, Heterogeneous Insti... NISO/DCMI May 22 Webinar: Semantic Mashups Across Large, Heterogeneous Insti...
NISO/DCMI May 22 Webinar: Semantic Mashups Across Large, Heterogeneous Insti...
 
Presentation of LUCERO at EURECOM
Presentation of LUCERO at EURECOMPresentation of LUCERO at EURECOM
Presentation of LUCERO at EURECOM
 
The PhD Abstracts Collections in FLAX: Academic English with the Open Access ...
The PhD Abstracts Collections in FLAX: Academic English with the Open Access ...The PhD Abstracts Collections in FLAX: Academic English with the Open Access ...
The PhD Abstracts Collections in FLAX: Academic English with the Open Access ...
 
Creating Sustainable Communities in Open Data Resources: The eagle-i and VIVO...
Creating Sustainable Communities in Open Data Resources: The eagle-i and VIVO...Creating Sustainable Communities in Open Data Resources: The eagle-i and VIVO...
Creating Sustainable Communities in Open Data Resources: The eagle-i and VIVO...
 
Linked Open Data for Libraries
Linked Open Data for LibrariesLinked Open Data for Libraries
Linked Open Data for Libraries
 
UKSG webinar: Making scholarly communication great again. Do institutional re...
UKSG webinar: Making scholarly communication great again. Do institutional re...UKSG webinar: Making scholarly communication great again. Do institutional re...
UKSG webinar: Making scholarly communication great again. Do institutional re...
 
LoCloud Vocabulary Services: Thesaurus management introduction, Walter Koch a...
LoCloud Vocabulary Services: Thesaurus management introduction, Walter Koch a...LoCloud Vocabulary Services: Thesaurus management introduction, Walter Koch a...
LoCloud Vocabulary Services: Thesaurus management introduction, Walter Koch a...
 
Crossref/OASPA Publishers
Crossref/OASPA PublishersCrossref/OASPA Publishers
Crossref/OASPA Publishers
 
4.16.15 Slides, “Enhancing Early Career Researcher Profiles: VIVO & ORCID Int...
4.16.15 Slides, “Enhancing Early Career Researcher Profiles: VIVO & ORCID Int...4.16.15 Slides, “Enhancing Early Career Researcher Profiles: VIVO & ORCID Int...
4.16.15 Slides, “Enhancing Early Career Researcher Profiles: VIVO & ORCID Int...
 
Subject Headings Authority File for Filipiniana materials / Annelyn C. Kim an...
Subject Headings Authority File for Filipiniana materials / Annelyn C. Kim an...Subject Headings Authority File for Filipiniana materials / Annelyn C. Kim an...
Subject Headings Authority File for Filipiniana materials / Annelyn C. Kim an...
 
LUCERO - Building the Open University Web of Linked Data
LUCERO - Building the Open University Web of Linked DataLUCERO - Building the Open University Web of Linked Data
LUCERO - Building the Open University Web of Linked Data
 
Data Publishing in Archaeozoology
Data Publishing in ArchaeozoologyData Publishing in Archaeozoology
Data Publishing in Archaeozoology
 
Beyond the catalogue : BibFrame, Linked Data and Ending the Invisible Library
Beyond the catalogue : BibFrame, Linked Data and Ending the 	Invisible LibraryBeyond the catalogue : BibFrame, Linked Data and Ending the 	Invisible Library
Beyond the catalogue : BibFrame, Linked Data and Ending the Invisible Library
 
ALIAOnline Practical Linked (Open) Data for Libraries, Archives & Museums
ALIAOnline Practical Linked (Open) Data for Libraries, Archives & MuseumsALIAOnline Practical Linked (Open) Data for Libraries, Archives & Museums
ALIAOnline Practical Linked (Open) Data for Libraries, Archives & Museums
 
Kristi Holmes. A bird’s-eye view of scholarship at the individual, institutio...
Kristi Holmes. A bird’s-eye view of scholarship at the individual, institutio...Kristi Holmes. A bird’s-eye view of scholarship at the individual, institutio...
Kristi Holmes. A bird’s-eye view of scholarship at the individual, institutio...
 
Open Archives & Open Access
Open Archives & Open AccessOpen Archives & Open Access
Open Archives & Open Access
 
VIVO: enabling the discovery of research and scholarship
VIVO: enabling the discovery of research and scholarshipVIVO: enabling the discovery of research and scholarship
VIVO: enabling the discovery of research and scholarship
 

Último

4. Cobus Valentine- Cybersecurity Threats and Solutions for the Public Sector
4. Cobus Valentine- Cybersecurity Threats and Solutions for the Public Sector4. Cobus Valentine- Cybersecurity Threats and Solutions for the Public Sector
4. Cobus Valentine- Cybersecurity Threats and Solutions for the Public Sectoritnewsafrica
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality AssuranceInflectra
 
JET Technology Labs White Paper for Virtualized Security and Encryption Techn...
JET Technology Labs White Paper for Virtualized Security and Encryption Techn...JET Technology Labs White Paper for Virtualized Security and Encryption Techn...
JET Technology Labs White Paper for Virtualized Security and Encryption Techn...amber724300
 
Digital Tools & AI in Career Development
Digital Tools & AI in Career DevelopmentDigital Tools & AI in Career Development
Digital Tools & AI in Career DevelopmentMahmoud Rabie
 
Kuma Meshes Part I - The basics - A tutorial
Kuma Meshes Part I - The basics - A tutorialKuma Meshes Part I - The basics - A tutorial
Kuma Meshes Part I - The basics - A tutorialJoão Esperancinha
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...panagenda
 
Infrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platformsInfrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platformsYoss Cohen
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesKari Kakkonen
 
Irene Moetsana-Moeng: Stakeholders in Cybersecurity: Collaborative Defence fo...
Irene Moetsana-Moeng: Stakeholders in Cybersecurity: Collaborative Defence fo...Irene Moetsana-Moeng: Stakeholders in Cybersecurity: Collaborative Defence fo...
Irene Moetsana-Moeng: Stakeholders in Cybersecurity: Collaborative Defence fo...itnewsafrica
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesThousandEyes
 
Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Kaya Weers
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfIngrid Airi González
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#Karmanjay Verma
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...Wes McKinney
 
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesMuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesManik S Magar
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch TuesdayIvanti
 
All These Sophisticated Attacks, Can We Really Detect Them - PDF
All These Sophisticated Attacks, Can We Really Detect Them - PDFAll These Sophisticated Attacks, Can We Really Detect Them - PDF
All These Sophisticated Attacks, Can We Really Detect Them - PDFMichael Gough
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Alkin Tezuysal
 

Último (20)

4. Cobus Valentine- Cybersecurity Threats and Solutions for the Public Sector
4. Cobus Valentine- Cybersecurity Threats and Solutions for the Public Sector4. Cobus Valentine- Cybersecurity Threats and Solutions for the Public Sector
4. Cobus Valentine- Cybersecurity Threats and Solutions for the Public Sector
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
 
JET Technology Labs White Paper for Virtualized Security and Encryption Techn...
JET Technology Labs White Paper for Virtualized Security and Encryption Techn...JET Technology Labs White Paper for Virtualized Security and Encryption Techn...
JET Technology Labs White Paper for Virtualized Security and Encryption Techn...
 
Digital Tools & AI in Career Development
Digital Tools & AI in Career DevelopmentDigital Tools & AI in Career Development
Digital Tools & AI in Career Development
 
Kuma Meshes Part I - The basics - A tutorial
Kuma Meshes Part I - The basics - A tutorialKuma Meshes Part I - The basics - A tutorial
Kuma Meshes Part I - The basics - A tutorial
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
 
Infrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platformsInfrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platforms
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examples
 
Irene Moetsana-Moeng: Stakeholders in Cybersecurity: Collaborative Defence fo...
Irene Moetsana-Moeng: Stakeholders in Cybersecurity: Collaborative Defence fo...Irene Moetsana-Moeng: Stakeholders in Cybersecurity: Collaborative Defence fo...
Irene Moetsana-Moeng: Stakeholders in Cybersecurity: Collaborative Defence fo...
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
 
Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdf
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
 
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesMuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch Tuesday
 
All These Sophisticated Attacks, Can We Really Detect Them - PDF
All These Sophisticated Attacks, Can We Really Detect Them - PDFAll These Sophisticated Attacks, Can We Really Detect Them - PDF
All These Sophisticated Attacks, Can We Really Detect Them - PDF
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
 

Linking Data, Linking People

  • 1. Linking Data, Linking People 2010 International Symposium on Agricultural Ontology Service John Fereira, Cornell University jaf30@cornell.edu
  • 2.
  • 3. An RDF Graph John Fereira Cornell University isAnEmployeeOf • Subject: John Fereira • Predicate: isAnEmployeeOf • Object: Cornell University
  • 4. What is an Ontology? • an ontology defines a set of representational primitives with which to model a domain of knowledge or discourse. http://en.wikipedia.org/wiki/Ontology_(information_science)
  • 5. My Definition of an Ontology • An Ontology is the language, or vocabulary used by practitioners in a specific domain. • Essentially it is a controlled vocabulary for a specific subject area, • Geographic Names Ontology defines terms for things like: • Park, Shelf, Saddle • Terms might have different means if using a different ontology
  • 6. Sample RDF can describe members <foaf:Organization> <foaf:name>Cornell University</foaf:name> <dc:type rdf:about="http://projectrss.org/wiki/spec#Type_of_Organization">nonprofit< /dc:type> <foaf:member> <foaf:Person> <foaf:name>John Fereira</foaf:name> </foaf:Person> <foaf:Person> <foaf:name>Aaron Godert</foaf:name> </foaf:Person> </foaf:member> </foaf:Organization>
  • 7.
  • 8.
  • 9.
  • 10. Code4Lib: Code For Libraries
  • 11.
  • 12. <?xml version="1.0" encoding="UTF-8"?> ... <Person rdf:about="http://www.code4lib.org/id/zoia"> <name>Zoia</name> <nick>zoia</nick> <depiction rdf:resource="http://rc98.net/img/zoia.jpg" /> <based_near rdf:parseType="Resource"> <geo:lat>40.7355556</geo:lat> <geo:long>-74.1727778</geo:long> </based_near> <s:comment>This URI indentifies me the person. Feel free to use it when making statements about me the person (such as "your_uri foaf:knows http://www.code4lib.org/id/zoia").</s:comment> <knows> <Person rdf:about="http://rc98.net/foaf#me"> <nick>gsf</nick> </Person> </knows> <swc:attendeeAt rdf:resource="http://code4lib.org/2009#conference" /> <swc:attendeeAt rdf:resource="http://code4lib.org/node/266#linked-data-preconf" /> <interest rdf:resource="http://dbpedia.org/resource/Python_%28programming_language%29"/> <interest rdf:resource="http://dbpedia.org/resource/Singing"/> </Person> </rdf:RDF>
  • 13.
  • 14. Linked Data principles Tim Berners-Lee: • Use URIs as names for things • Use HTTP URIs so that people can look up those names using the web • When someone looks up a URI, provide useful information, using the standards (RDF, SPARQL) • Include links to other URIs so that people can discover more things http://www.w3.org/DesignIssues/LinkedData.html http://linkeddata.org
  • 15.
  • 16. Vivo in the Open Data Cloud
  • 18.
  • 19.
  • 20.
  • 21.
  • 22. Melbourne Central Research Data Registry
  • 24. Biomedical and Health Knowledge Environment
  • 25. Unique Identifier for Michael Conlon • http://vivo.ufl.edu/individual/n25562 • http://vivo.ufl.edu/individual/Michael_Conlon would be better
  • 26.
  • 27. Requesting RDF using an Accept Header • curl -H "Accept: application/rdf+xml" -X GET http://vivo.ufl.edu/display/n25562
  • 28.
  • 29. Querying Triples with SPARQL • By individual URI (subject or object) • Everything about one event, a grant, a person • By property relationship (verb) • All organizations that are part of another • By type • Everything with an rdf:type of Event, Person, or Project • By combinations of the above • SPARQL leverages the RDF format to focus on the data
  • 30.
  • 31.
  • 33. Vivoweb is open source http://www.vivoweb.org http://sourceforge.net/projects/vivo
  • 35.
  • 36.
  • 38. Querying the CIARD ring with SPARQL
  • 39. Ciard Ring SPARQL Query results
  • 40.
  • 42. Linking Data, Linking People A collection of links Ontology defined on Wikipedia http://en.wikipedia.org/wiki/Ontology_(information_scienc e) Example of FOAF http://code.google.com/p/projectrss-spec/wiki/examples About.me http://about.me/ Semantic Web Conference Ontology http://data.semanticweb.org/ns/swc/ontology Code4Lib http://www.code4lib.org Code4Lib "Zoia" http://code4lib.org/irc/faq Linked Data Principals http://www.w3.org/DesignIssues/LinkedData.html Linked Data site http://linkeddata.org Cornell Vivo (classic Vivo) http://vivo.library.cornell.edu Melbourne Central Research Data Registry http://vitrofe.esrc.unimelb.edu.au:8333/vitroANDS/i ndex.jsp?primary=1 Subject Knowledge Environment http://ske.las.ac.cn/ Vivo at University of Florida http://vivo.ufl.edu/ Semantic Web Services app http://turner.mannlib.cornell.edu:8080/SemanticSer vices/showMainMenu.do Cornell Classics Department site http://classics.cornell.edu/people/faculty.cfm Vivoweb http://vivoweb.org Vivoweb on Sourceforge http://www.sourceforge.net/projects/vivo