SlideShare une entreprise Scribd logo
1  sur  52
Télécharger pour lire hors ligne
Un
chem2
bio2rdf
DBpedia
live
URI
Burner
Opencyc
Diseasome
FU-Berlin
DNB
GND
Bio2RDF
NDC
Bio2RDF
Mesh
CKAN
Freebase
Linklion
Organic
Edunet
Biomodels
RDF
Reactome
RDF
Disgenet
IServe
Linked
TCGA
RDF
License
Harvest
RKB
Explorer
Lisbon
Austrian
Ski
Racers
RKB
Explorer
LAAS
RKB
Explorer
Wiki
JISC
RKB
Explorer
Eprints
RKB
Explorer
CurriculumRKB
Explorer
NSF
RKB
Explorer
DBLP
RKB
Explorer
ACM
RKB
Explorer
Southampton
RKB
Explorer
Deepblue
RKB
Explorer
Irit
RKB
Explorer
RAE2001
Geo
nked
Data
Bio2RDF
Ncbigene
Bio2RDF
DBSNP
DBpedia
DBpedia
ES
DBpedia
CS
Alpino
RDF
YAGO
KUPKB
Bio2RDF
Taxon-
concept
Assets
GNU
Licenses
DBpedia
VIVO
University
of Florida
StatusNet
Mrblog
Bio2RDF
Dataset
EUNIS
Uniprot
KB
StatusNet
Timttmy
StatusNet
Somsants
StatusNet
Drugbank
FU-Berlin
StatusNet
Dtdns
StatusNet
Status.net
StatusNet
Fragdev
Morelab
StatusNet
Macno
DBpedia
EU
Bio2RDF
Taxon
Uniprot
Metadata
Linked
Geo
Data
Project
Wiki
Enipedia
Linked
MDB
Sider
FU-Berlin
DBpedia
DE
DBpedia
EL
DBpedia
Lite
Drug
Interaction
Knowledge
Base
StatusNet
Qdnx
Hellenic
ire Brigade
StatusNet
Lydiastench
Taxon-
concept
Occurences
W3C
StatusNet
1w6
Linked
Life
Data
Semantic Web
DogFood
UMBEL
StatusNet
Ssweeny
StatusNet
Quitter StatusNet
Jonkman
StatusNet
Thelovebug
Bio2RDF
Uniprot
Taxonomy
DBpedia
NL
StatusNet
Russwurm
DBpedia
KO
Dailymed
FU-Berlin
DBpedia
IT
Aves3D
LT
StatusNet
Gomertronic
StatusNet
Progval
Testee
DBpedia
JA
StatusNet
Cooleysekula
Product
StatusNet
Postblue
StatusNet
Skilledtests
StatusNet
Fcac
Clean
Energy
Data
Reegle
StatusNet
Legadolibre
Geo
Names
Bio2RDF
GeneID
GNI
Archiveshub
Linked
Data
Code
Haus
Ordnance
Survey
Linked
Data
NUTS
Geo-
vocab
LOD
ACBDLS
FOAF-
Profiles
Net
ble
DBpedia
FR
h
StatusNet
Ourcoffs
StatusNet
Hackerposse
LOV
Bio2RDF
Taxonomy
StatusNet
Morphtown
StatusNet
chromic
Geospecies
linkedct
StatusNet
linuxwrangling
Linked
Open Data
of
Ecology
StatusNet
chickenkiller
Taxon
concept
Functional Manipulation
of Large Data Graphs
David Hyland-Wood
david.wood@ephox.com
@prototypo
1 June 2016
Something
Something
else
a relationship
UQ Universityis a
UQ
The University of
Queensland
label
Universityis a
Group of 8
affiliation
We’ve Seen This Before
08 Oct 2007
The RDF Data Model
• Turtle
• TriG
• N-Triples
• N-Quads
• JSON-LD
• RDFa
• RDF/XML
Standard serialisation
formats:
}Turtle family of
RDF formats
Possibly lossy
alternatives:
• CSV
• ODATA
• etc
$ curl http://dbpedia.org/page/University_of_Queensland
$ curl http://dbpedia.org/data/University_of_Queensland
$ curl http://dbpedia.org/data/University_of_Queensland.n3
> University_of_Queensland.n3
https://en.wikipedia.org/wiki/University_of_Queensland
HTML
RDF in XML (Yuck!)
Many formats, e.g. sane RDF, ODATA, Microdata, JSON…
UQ
The University of
Queensland
label
affiliation
Group of 8
34228
number of undergraduate students
48771
number of students
# G8 universities ordered by the number of students
# at each university.
PREFIX dbo:<http://dbpedia.org/ontology/>
select ?name ?students ?undergrads
where {
?s dbo:affiliation <http://dbpedia.org/resource/
Group_of_Eight_(Australian_universities)> .
?s rdfs:label ?name .
OPTIONAL {?s dbo:numberOfStudents ?students}
OPTIONAL {?s dbo:numberOfUndergraduateStudents ?
undergrads}
FILTER ( lang(?name) = "en" )
} ORDER BY DESC (?students)
# G8 universities ordered by the number of students
# at each university.
PREFIX dbo:<http://dbpedia.org/ontology/>
select ?name ?students ?undergrads
where {
?s dbo:affiliation <http://dbpedia.org/resource/
Group_of_Eight_(Australian_universities)> .
?s rdfs:label ?name .
OPTIONAL {?s dbo:numberOfStudents ?students}
OPTIONAL {?s dbo:numberOfUndergraduateStudents ?
undergrads}
FILTER ( lang(?name) = "en" )
} ORDER BY DESC (?students)
# G8 universities ordered by the number of students
# at each university.
PREFIX dbo:<http://dbpedia.org/ontology/>
select ?name ?students ?undergrads
where {
?s dbo:affiliation <http://dbpedia.org/resource/
Group_of_Eight_(Australian_universities)> .
?s rdfs:label ?name .
OPTIONAL {?s dbo:numberOfStudents ?students}
OPTIONAL {?s dbo:numberOfUndergraduateStudents ?
undergrads}
FILTER ( lang(?name) = "en" )
} ORDER BY DESC (?students)
# G8 universities ordered by the number of students
# at each university.
PREFIX dbo:<http://dbpedia.org/ontology/>
select ?name ?students ?undergrads
where {
?s dbo:affiliation <http://dbpedia.org/resource/
Group_of_Eight_(Australian_universities)> .
?s rdfs:label ?name .
OPTIONAL {?s dbo:numberOfStudents ?students}
OPTIONAL {?s dbo:numberOfUndergraduateStudents ?
undergrads}
FILTER ( lang(?name) = "en" )
} ORDER BY DESC (?students)
# G8 universities ordered by the number of students
# at each university.
PREFIX dbo:<http://dbpedia.org/ontology/>
select ?name ?students ?undergrads
where {
?s dbo:affiliation <http://dbpedia.org/resource/
Group_of_Eight_(Australian_universities)> .
?s rdfs:label ?name .
OPTIONAL {?s dbo:numberOfStudents ?students}
OPTIONAL {?s dbo:numberOfUndergraduateStudents ?
undergrads}
FILTER ( lang(?name) = "en" )
} ORDER BY DESC (?students)
# G8 universities ordered by the number of students
# at each university.
PREFIX dbo:<http://dbpedia.org/ontology/>
select ?name ?students ?undergrads
where {
?s dbo:affiliation <http://dbpedia.org/resource/
Group_of_Eight_(Australian_universities)> .
?s rdfs:label ?name .
OPTIONAL {?s dbo:numberOfStudents ?students}
OPTIONAL {?s dbo:numberOfUndergraduateStudents ?
undergrads}
FILTER ( lang(?name) = "en" )
} ORDER BY DESC (?students)
# G8 universities ordered by the number of students
# at each university.
PREFIX dbo:<http://dbpedia.org/ontology/>
select ?name ?students ?undergrads
where {
?s dbo:affiliation <http://dbpedia.org/resource/
Group_of_Eight_(Australian_universities)> .
?s rdfs:label ?name .
OPTIONAL {?s dbo:numberOfStudents ?students}
OPTIONAL {?s dbo:numberOfUndergraduateStudents ?
undergrads}
FILTER ( lang(?name) = "en" )
} ORDER BY DESC (?students)
# G8 universities ordered by the number of students
# at each university.
PREFIX dbo:<http://dbpedia.org/ontology/>
select ?name ?students ?undergrads
where {
?s dbo:affiliation <http://dbpedia.org/resource/
Group_of_Eight_(Australian_universities)> .
?s rdfs:label ?name .
OPTIONAL {?s dbo:numberOfStudents ?students}
OPTIONAL {?s dbo:numberOfUndergraduateStudents ?
undergrads}
FILTER ( lang(?name) = "en" )
} ORDER BY DESC (?students)
OpenStreetMap
Wikimedia Commons
DBpedia
US EPA RCRA
US EPA FRS
ABT Associates
UQ
The University of
Queensland
label
ANU
Australian National
University
label
Monash
affiliation
UMelbourne
affiliation
UNSW
affiliation
USydney
affiliation
UAdelaide
affiliation
Go8
memberOf
memberOf
memberOf
memberOf
memberOf
memberOf
memberOf
University of
Melbourne
label
Monash
University
label
University of
Adelaide
label
Group of 8
label
University of
Sydney
label
University
of NSW
label
UQ
The University of
Queensland
label
ANU
Australian National
University
label
Monash
affiliation
UMelbourne
affiliation
UNSW
affiliation
USydney
affiliation
UAdelaide
affiliation
Graphs in Scala
val graph: Graph[String, String] =
Graph(vertexRDD, edgeRDD)
// Create a subgraph based on the vertices connected
// by an "affiliation" property.
val affiliationRelatedSubgraph =
graph.subgraph(t => t.attr ==
"http://dbpedia.org/ontology/affiliation")
// Find connected components of affiliationRelatedSubgraph.
val ccGraph =
affiliationRelatedSubgraph.connectedComponents()
Graphs in Scala
// Create a hashmap of componentLists.
affiliationRelatedSubgraph.vertices.leftJoin
(ccGraph.vertices) {
case (id, u, comp) => comp.get
}.foreach { case (id, startingNode) =>
{
if (!(componentLists.contains(startingNode))) {
componentLists(startingNode) = new
ListBuffer[VertexId]
}
componentLists(startingNode) += id
}
}
Graphs in Scala
// Output a report on the connected components.
println("------ connected components in related triples ------
n")
for ((component, componentList) <- componentLists){
if (componentList.size > 1) {
for(c <- componentList) {
println(labelMap(c));
}
println("--------------------------")
}
}
------ connected components in related triples ------
Australian National University
University of Sydney
University of Adelaide
University of New South Wales
--------------------------
The University of Queensland
University of Melbourne
Monash University
--------------------------
Resources
• Slides:
http://w3id.org/people/prototypo/talks/UQ-
DKE-20160601/slides
• Code:
http://w3id.org/people/prototypo/talks/UQ-
DKE-20160601/code
Resources
• Callimachus:
http://callimachusproject.org
• Apache Spark:
http://spark.apache.org
• GraphX Programming Guide:
http://spark.apache.org/docs/latest/graphx-
programming-guide.html
Attributions
• Linking Open Data cloud diagram by
Richard Cyganiak and Anja Jentzsch, used
under a CC license: http://lod-cloud.net/
This work is Copyright © 2015 David Hyland-Wood
It is licensed under the Creative Commons Attribution 3.0 Unported License

Full details at: http://creativecommons.org/licenses/by/3.0/
You are free:
to Share — to copy, distribute and transmit the work
to Remix — to adapt the work
Under the following conditions:
Attribution. You must attribute the work in the manner specified by the
author or licensor (but not in any way that suggests that they endorse
you or your use of the work).
Share Alike. If you alter, transform, or build upon this work, you may
distribute the resulting work only under the same or similar license to this
one.

Contenu connexe

Tendances

Efficient source selection for sparql endpoint federation
Efficient source selection for sparql endpoint federationEfficient source selection for sparql endpoint federation
Efficient source selection for sparql endpoint federation
Muhammad Saleem
 

Tendances (16)

BioSD Tutorial 2014 Editition
BioSD Tutorial 2014 EdititionBioSD Tutorial 2014 Editition
BioSD Tutorial 2014 Editition
 
Genomic Analysis in Scala
Genomic Analysis in ScalaGenomic Analysis in Scala
Genomic Analysis in Scala
 
Federated Query Formulation and Processing Through BioFed
Federated Query Formulation and Processing Through BioFedFederated Query Formulation and Processing Through BioFed
Federated Query Formulation and Processing Through BioFed
 
Efficient source selection for sparql endpoint federation
Efficient source selection for sparql endpoint federationEfficient source selection for sparql endpoint federation
Efficient source selection for sparql endpoint federation
 
HiBISCuS: Hypergraph-Based Source Selection for SPARQL Endpoint Federation
HiBISCuS: Hypergraph-Based Source Selection for SPARQL Endpoint FederationHiBISCuS: Hypergraph-Based Source Selection for SPARQL Endpoint Federation
HiBISCuS: Hypergraph-Based Source Selection for SPARQL Endpoint Federation
 
Java and SPARQL
Java and SPARQLJava and SPARQL
Java and SPARQL
 
Practical Example of AOP with AspectJ
Practical Example of AOP with AspectJPractical Example of AOP with AspectJ
Practical Example of AOP with AspectJ
 
XSPARQL CrEDIBLE workshop
XSPARQL CrEDIBLE workshopXSPARQL CrEDIBLE workshop
XSPARQL CrEDIBLE workshop
 
Validating RDF data: Challenges and perspectives
Validating RDF data: Challenges and perspectivesValidating RDF data: Challenges and perspectives
Validating RDF data: Challenges and perspectives
 
Spark + Clojure for Topic Discovery - Zalando Tech Clojure/Conj Talk
Spark + Clojure for Topic Discovery - Zalando Tech Clojure/Conj TalkSpark + Clojure for Topic Discovery - Zalando Tech Clojure/Conj Talk
Spark + Clojure for Topic Discovery - Zalando Tech Clojure/Conj Talk
 
Jena Programming
Jena ProgrammingJena Programming
Jena Programming
 
GDG Meets U event - Big data & Wikidata - no lies codelab
GDG Meets U event - Big data & Wikidata -  no lies codelabGDG Meets U event - Big data & Wikidata -  no lies codelab
GDG Meets U event - Big data & Wikidata - no lies codelab
 
FedX - Optimization Techniques for Federated Query Processing on Linked Data
FedX - Optimization Techniques for Federated Query Processing on Linked DataFedX - Optimization Techniques for Federated Query Processing on Linked Data
FedX - Optimization Techniques for Federated Query Processing on Linked Data
 
Visualize open data with Plone - eea.daviz PLOG 2013
Visualize open data with Plone - eea.daviz PLOG 2013Visualize open data with Plone - eea.daviz PLOG 2013
Visualize open data with Plone - eea.daviz PLOG 2013
 
Java 8 Stream API (Valdas Zigas)
Java 8 Stream API (Valdas Zigas)Java 8 Stream API (Valdas Zigas)
Java 8 Stream API (Valdas Zigas)
 
Jug trojmiasto 2014.04.24 tricky stuff in java grammar and javac
Jug trojmiasto 2014.04.24  tricky stuff in java grammar and javacJug trojmiasto 2014.04.24  tricky stuff in java grammar and javac
Jug trojmiasto 2014.04.24 tricky stuff in java grammar and javac
 

En vedette

Introduction to Linked Data: RDF Vocabularies
Introduction to Linked Data: RDF VocabulariesIntroduction to Linked Data: RDF Vocabularies
Introduction to Linked Data: RDF Vocabularies
David Wood
 
Announcements, 6/16/13
Announcements, 6/16/13Announcements, 6/16/13
Announcements, 6/16/13
CLADSM
 
Moodboard for music video
Moodboard for music videoMoodboard for music video
Moodboard for music video
Sadie Bailey
 
Tussentijdse thesispresentatie 28 01
Tussentijdse thesispresentatie 28 01Tussentijdse thesispresentatie 28 01
Tussentijdse thesispresentatie 28 01
WouterDillen
 
Cuestionario del video “conociendo a vigotsky, piaget, ausubel y novak”
Cuestionario del video “conociendo a vigotsky, piaget, ausubel y novak”Cuestionario del video “conociendo a vigotsky, piaget, ausubel y novak”
Cuestionario del video “conociendo a vigotsky, piaget, ausubel y novak”
Darwin Fernández
 

En vedette (20)

Introduction to Linked Data: RDF Vocabularies
Introduction to Linked Data: RDF VocabulariesIntroduction to Linked Data: RDF Vocabularies
Introduction to Linked Data: RDF Vocabularies
 
BA Seminar - Operational Warfare
BA Seminar - Operational WarfareBA Seminar - Operational Warfare
BA Seminar - Operational Warfare
 
brand new houses rush for sale/thru bank or in-house financing/ house and lot...
brand new houses rush for sale/thru bank or in-house financing/ house and lot...brand new houses rush for sale/thru bank or in-house financing/ house and lot...
brand new houses rush for sale/thru bank or in-house financing/ house and lot...
 
Announcements, 6/16/13
Announcements, 6/16/13Announcements, 6/16/13
Announcements, 6/16/13
 
Ajax - jQuery
Ajax - jQueryAjax - jQuery
Ajax - jQuery
 
Location ideas
Location ideasLocation ideas
Location ideas
 
La obesidad
La obesidadLa obesidad
La obesidad
 
Moodboard for music video
Moodboard for music videoMoodboard for music video
Moodboard for music video
 
brand new houses rush for sale/thru bank or in-house financing/ house and lot...
brand new houses rush for sale/thru bank or in-house financing/ house and lot...brand new houses rush for sale/thru bank or in-house financing/ house and lot...
brand new houses rush for sale/thru bank or in-house financing/ house and lot...
 
review on diesel engine applications of biodiesels from non edible resources...
 review on diesel engine applications of biodiesels from non edible resources... review on diesel engine applications of biodiesels from non edible resources...
review on diesel engine applications of biodiesels from non edible resources...
 
Tussentijdse thesispresentatie 28 01
Tussentijdse thesispresentatie 28 01Tussentijdse thesispresentatie 28 01
Tussentijdse thesispresentatie 28 01
 
Cuestionario del video “conociendo a vigotsky, piaget, ausubel y novak”
Cuestionario del video “conociendo a vigotsky, piaget, ausubel y novak”Cuestionario del video “conociendo a vigotsky, piaget, ausubel y novak”
Cuestionario del video “conociendo a vigotsky, piaget, ausubel y novak”
 
Exellent homeostasie
Exellent homeostasieExellent homeostasie
Exellent homeostasie
 
Presentasi tugas ii (korosi)
Presentasi tugas ii (korosi)Presentasi tugas ii (korosi)
Presentasi tugas ii (korosi)
 
Corrosion protection
Corrosion protectionCorrosion protection
Corrosion protection
 
Tugas korosi iii
Tugas korosi iiiTugas korosi iii
Tugas korosi iii
 
Mikumi Kids Presentation (2009)
Mikumi Kids Presentation (2009)Mikumi Kids Presentation (2009)
Mikumi Kids Presentation (2009)
 
The State of Financial Presentations 2014 Survey Results
The State of Financial Presentations 2014 Survey ResultsThe State of Financial Presentations 2014 Survey Results
The State of Financial Presentations 2014 Survey Results
 
5 Secrets to Better Presentation Charts and Graphs
5 Secrets to Better Presentation Charts and Graphs5 Secrets to Better Presentation Charts and Graphs
5 Secrets to Better Presentation Charts and Graphs
 
How to Present Data in PowerPoint
How to Present Data in PowerPointHow to Present Data in PowerPoint
How to Present Data in PowerPoint
 

Similaire à Functional manipulations of large data graphs 20160601

Querying the Semantic Web with SPARQL
Querying the Semantic Web with SPARQLQuerying the Semantic Web with SPARQL
Querying the Semantic Web with SPARQL
Emanuele Della Valle
 
Triplestore and SPARQL
Triplestore and SPARQLTriplestore and SPARQL
Triplestore and SPARQL
Lino Valdivia
 
A hands on overview of the semantic web
A hands on overview of the semantic webA hands on overview of the semantic web
A hands on overview of the semantic web
Marakana Inc.
 

Similaire à Functional manipulations of large data graphs 20160601 (20)

Bio2RDF@BH2010
Bio2RDF@BH2010Bio2RDF@BH2010
Bio2RDF@BH2010
 
Introduction to SPARQL
Introduction to SPARQLIntroduction to SPARQL
Introduction to SPARQL
 
Introduction to SPARQL
Introduction to SPARQLIntroduction to SPARQL
Introduction to SPARQL
 
A Little SPARQL in your Analytics
A Little SPARQL in your AnalyticsA Little SPARQL in your Analytics
A Little SPARQL in your Analytics
 
Linked Data in Learning Analytics Tools
Linked Data in Learning Analytics ToolsLinked Data in Learning Analytics Tools
Linked Data in Learning Analytics Tools
 
Virtuoso RDF Triple Store Analysis Benchmark & mapping tools RDF / OO
Virtuoso RDF Triple Store Analysis Benchmark & mapping tools RDF / OOVirtuoso RDF Triple Store Analysis Benchmark & mapping tools RDF / OO
Virtuoso RDF Triple Store Analysis Benchmark & mapping tools RDF / OO
 
AGROVOC, AGRIS and the CIARD RING, using RDF vocabularies and technologies f...
AGROVOC, AGRIS and the CIARD RING,  using RDF vocabularies and technologies f...AGROVOC, AGRIS and the CIARD RING,  using RDF vocabularies and technologies f...
AGROVOC, AGRIS and the CIARD RING, using RDF vocabularies and technologies f...
 
Presentation at the EMBL-EBI Industry RDF meeting
Presentation at the EMBL-EBI  Industry RDF meetingPresentation at the EMBL-EBI  Industry RDF meeting
Presentation at the EMBL-EBI Industry RDF meeting
 
SFScon 2020 - Peter Hopfgartner - Open Data de luxe
SFScon 2020 - Peter Hopfgartner - Open Data de luxeSFScon 2020 - Peter Hopfgartner - Open Data de luxe
SFScon 2020 - Peter Hopfgartner - Open Data de luxe
 
Bio2RDF @ W3C HCLS2009
Bio2RDF @ W3C HCLS2009Bio2RDF @ W3C HCLS2009
Bio2RDF @ W3C HCLS2009
 
Querying the Semantic Web with SPARQL
Querying the Semantic Web with SPARQLQuerying the Semantic Web with SPARQL
Querying the Semantic Web with SPARQL
 
Getty Vocabulary Program LOD: Ontologies and Semantic Representation
Getty Vocabulary Program LOD: Ontologies and Semantic RepresentationGetty Vocabulary Program LOD: Ontologies and Semantic Representation
Getty Vocabulary Program LOD: Ontologies and Semantic Representation
 
Querying Linked Data
Querying Linked DataQuerying Linked Data
Querying Linked Data
 
2009 0807 Lod Gmod
2009 0807 Lod Gmod2009 0807 Lod Gmod
2009 0807 Lod Gmod
 
Semantic Variation Graphs the case for RDF & SPARQL
Semantic Variation Graphs the case for RDF & SPARQLSemantic Variation Graphs the case for RDF & SPARQL
Semantic Variation Graphs the case for RDF & SPARQL
 
Computer Scientists Retrieval - PDF Report
Computer Scientists Retrieval - PDF ReportComputer Scientists Retrieval - PDF Report
Computer Scientists Retrieval - PDF Report
 
Triplestore and SPARQL
Triplestore and SPARQLTriplestore and SPARQL
Triplestore and SPARQL
 
Introduction to source{d} Engine and source{d} Lookout
Introduction to source{d} Engine and source{d} Lookout Introduction to source{d} Engine and source{d} Lookout
Introduction to source{d} Engine and source{d} Lookout
 
A hands on overview of the semantic web
A hands on overview of the semantic webA hands on overview of the semantic web
A hands on overview of the semantic web
 
APAN 2014 Bandung E-Culture Working Group Introduction to Linked Data
APAN 2014 Bandung E-Culture Working Group Introduction to Linked DataAPAN 2014 Bandung E-Culture Working Group Introduction to Linked Data
APAN 2014 Bandung E-Culture Working Group Introduction to Linked Data
 

Plus de David Wood

Meditations on Writing in Paradoxes, Oxymorons, and Pleonasms
Meditations on Writing in Paradoxes, Oxymorons, and PleonasmsMeditations on Writing in Paradoxes, Oxymorons, and Pleonasms
Meditations on Writing in Paradoxes, Oxymorons, and Pleonasms
David Wood
 
Lod Then, Now and Next 20110926
Lod Then, Now and Next 20110926Lod Then, Now and Next 20110926
Lod Then, Now and Next 20110926
David Wood
 
Introduction to Linked Data: RDF Vocabularies
Introduction to Linked Data: RDF VocabulariesIntroduction to Linked Data: RDF Vocabularies
Introduction to Linked Data: RDF Vocabularies
David Wood
 
Introduction to Linked Data: RDF Vocabularies
Introduction to Linked Data: RDF VocabulariesIntroduction to Linked Data: RDF Vocabularies
Introduction to Linked Data: RDF Vocabularies
David Wood
 

Plus de David Wood (20)

Internet of Things (IoT) two-factor authentication using blockchain
Internet of Things (IoT) two-factor authentication using blockchainInternet of Things (IoT) two-factor authentication using blockchain
Internet of Things (IoT) two-factor authentication using blockchain
 
Returning to Online Privacy?
Returning to Online Privacy?Returning to Online Privacy?
Returning to Online Privacy?
 
Methods for Securing Spacecraft Tasking and Control via an Enterprise Ethereu...
Methods for Securing Spacecraft Tasking and Control via an Enterprise Ethereu...Methods for Securing Spacecraft Tasking and Control via an Enterprise Ethereu...
Methods for Securing Spacecraft Tasking and Control via an Enterprise Ethereu...
 
BlockSW 2019 Keynote
BlockSW 2019 KeynoteBlockSW 2019 Keynote
BlockSW 2019 Keynote
 
Returning to Online Privacy - W3C/ANU Future of the Web Roadshow 20190221
Returning to Online Privacy - W3C/ANU Future of the Web Roadshow 20190221Returning to Online Privacy - W3C/ANU Future of the Web Roadshow 20190221
Returning to Online Privacy - W3C/ANU Future of the Web Roadshow 20190221
 
Privacy in the Smart City
Privacy in the Smart CityPrivacy in the Smart City
Privacy in the Smart City
 
Controlling Complexities in Software Development
Controlling Complexities in Software DevelopmentControlling Complexities in Software Development
Controlling Complexities in Software Development
 
Privacy Concerns related to Verifiable Claims
Privacy Concerns related to Verifiable ClaimsPrivacy Concerns related to Verifiable Claims
Privacy Concerns related to Verifiable Claims
 
Implementing the Verifiable Claims data model
Implementing the Verifiable Claims data modelImplementing the Verifiable Claims data model
Implementing the Verifiable Claims data model
 
So You Wanna be a Startup CTO 20170301
So You Wanna be a Startup CTO 20170301So You Wanna be a Startup CTO 20170301
So You Wanna be a Startup CTO 20170301
 
When Metaphors Kill
When Metaphors KillWhen Metaphors Kill
When Metaphors Kill
 
Secularism in Australia
Secularism in AustraliaSecularism in Australia
Secularism in Australia
 
Meditations on Writing in Paradoxes, Oxymorons, and Pleonasms
Meditations on Writing in Paradoxes, Oxymorons, and PleonasmsMeditations on Writing in Paradoxes, Oxymorons, and Pleonasms
Meditations on Writing in Paradoxes, Oxymorons, and Pleonasms
 
Building a writer's platform with social media
Building a writer's platform with social mediaBuilding a writer's platform with social media
Building a writer's platform with social media
 
Summary of the Hero's Journey
Summary of the Hero's JourneySummary of the Hero's Journey
Summary of the Hero's Journey
 
Open by Default
Open by DefaultOpen by Default
Open by Default
 
Lod Then, Now and Next 20110926
Lod Then, Now and Next 20110926Lod Then, Now and Next 20110926
Lod Then, Now and Next 20110926
 
Linked Data ROI 20110426
Linked Data ROI 20110426Linked Data ROI 20110426
Linked Data ROI 20110426
 
Introduction to Linked Data: RDF Vocabularies
Introduction to Linked Data: RDF VocabulariesIntroduction to Linked Data: RDF Vocabularies
Introduction to Linked Data: RDF Vocabularies
 
Introduction to Linked Data: RDF Vocabularies
Introduction to Linked Data: RDF VocabulariesIntroduction to Linked Data: RDF Vocabularies
Introduction to Linked Data: RDF Vocabularies
 

Dernier

1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.
MateoGardella
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
negromaestrong
 

Dernier (20)

Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 

Functional manipulations of large data graphs 20160601