SlideShare une entreprise Scribd logo
1  sur  26
Télécharger pour lire hors ligne
GVP LOD: ONTOLOGIES AND SEMANTIC 
REPRESENTATION 
Vladimir Alexiev, Data and Ontology Group, Ontotext Corp 
CIDOC Congress, Dresden, Germany 
2014-09-05: International Terminology Working Group: 
2014-09-09: Getty special session: 
full 
version (HTML) 
short version (PDF) 
Press O for overview , H for help 
. 
Proudly made in plain text with , , 
reveal.js org-reveal org-mode 
emacs 
and . 
0
ONTOTEXT SCOPE OF WORK 
http://vocab.getty.edu 
Ontology development: 
http://vocab.getty.edu/ontology 
Contribution to ISO 25964 ontology 
(latest thesauri standard) 
Complete mapping specification 
Help with R2RML conversion scripts, contrib to RDB2RDF 
(Perl), rrx:languageColumn extension 
GraphDB (OWLIM) repository. Enterprise Edition (clustered) 
Sem app dev (customized Forest UI), tech consulting 
SPARQL 1.1 endpoint: 
http://vocab.getty.edu/sparql 
Documentation (100 pages): 
http://vocab.getty.edu/doc 
Lots of sample queries, incl charts, geographic, etc 
Per-entity export files, explicit/total data dumps 
Help desk / support 
Presentations, scientific papers
SEMANTIC RESOLUTION & CONTENT 
NEGOTIATION 
All GVP, AAT and TGN URLs resolve, returning human or 
machine readable content through content negotiation (303 
redirect). Eg about the ontology: 
semantic URI, content-negotiated 
page (application/xhtml+xml) 
application/rdf+xml 
text/turtle 
http://vocab.getty.edu/ontology 
http://vocab.getty.edu/ontology.html 
http://vocab.getty.edu/ontology.rdf 
http://vocab.getty.edu/ontology.ttl 
Eg about an AAT subject 
semantic URI, con-neg 
page (application/xhtml+xml) 
application/rdf+xml 
text/turtle 
NTriples 
http://vocab.getty.edu/aat/300011154 
http://vocab.getty.edu/aat/300011154.html 
http://vocab.getty.edu/aat/300011154.rdf 
http://vocab.getty.edu/aat/300011154.ttl 
http://vocab.getty.edu/aat/300011154.nt
GVP VOCABULARY DATA 
Scope includes: 
Subjects: Concepts but also non-concepts 
Obsolete subjects (and dct:isReplacedBy) 
Terms: plain (SKOS) & rich (SKOS-XL). Term characteristics 
Languages (some custom lang tags) 
Hierarchical rels: custom & standard, distinguish BTG,BTP,BTI 
Associative rels (170 subprop of skos:related) 
Historic info on rels (rdf:Statement) and terms 
Alignment (exactMatch to LCSH) 
Sources (bibo:Document, bibo:DocumentPart with locator) 
Contributors (foaf:Agent) 
Revision history (prov:Activity) 
Thesaurus-specific (TGN place types, coordinates) 
One of the richest thesauri I've seen
EXTERNAL ONTOLOGIES 
Prefix Ontology Used for 
bibo: Bibliography Ontology Sources 
dc: Dublin Core Elements common 
dct: Dublin Core Terms common 
foaf: Friend of a Friend ontology Contributors 
iso: ISO 25946 (latest on thesauri) iso:ThesaurusArray, BTG/BTP/BTI 
owl: Web Ontology Language Basic RDF representation 
prov: Provenance Ontology Revision history 
rdf: Resource Description Framework Basic RDF representation 
rdfs: RDF Schema Basic RDF representation 
schema: Schema.org common, geo (TGN) 
skos: Simple Knowledge Org System Basic vocabulary representation 
skosxl: SKOS Extension for Labels Rich labels 
wgs: W3C World Geodetic Survey geo Geo (TGN) 
xsd: XML Schema Datatypes Basic RDF representation
GVP SEMANTIC REPRESENTATION
GVP SEMANTIC REPRESENTATION (2)
HIERARCHICAL RELATIONS 
Use iso:ThesaurusArray to allow Guide Terms below Concepts. 
Infer cross-threading SKOS/ISO broader relations
KEY VALUES (FLAGS) ARE IMPORTANT 
Excel-driven Ontology Generation™ (getty-codes.xls to getty-codes. 
ttl) 
Key val can be mapped to Custom sub-class, Custom (sub-)prop, 
(eg <term/Ontology Value kind/Abbreviation>)
ASSOCIATIVE RELATIONS ARE VALUABLE 
More Excel-driven Ontology Generation™ (assoc-rels.xls to 
assoc-rels.ttl) 
Relations come in owl:inverseOf pairs (or 
owl:SymmetricProperty self-inverse)
GVP ONTOLOGY 
http://vocab.getty.edu/ontology LOV Entry 
, . 10 classes, 177 
props: a lot are from excel, so editable by Getty
OBSOLETE SUBJECTS 
AAT obsolete subjects are 4.4% of valid subjects, which shows 
a good rate of editorial actions 
Obsolete subjects may have been used in client data. In order 
not to leave such data hanging, we publish minimal 
information: 
aat:300123456 a gvp:ObsoleteSubject; # Was made non-publishable 
skos:prefLabel "Made up subject"; 
skos:inScheme aat: ; 
schema:endDate "2012-12-31T12:34:56"^^xsd:dateTime. 
aat:300386746 a gvp:ObsoleteSubject; # Was merged to a dominant Subject 
skos:prefLabel "Buncheong"; 
skos:inScheme aat: ; 
dct:isReplacedBy aat:300018699; # Punch'ong 
schema:endDate "2012-12-31T12:34:56"^^xsd:dateTime.
USE OF ISO:THESAURUSARRAY IN GVP 
Use rdf:List for ordered children. 
Novelty: if parent is Concept, use anonymous ThesaurusArray
CONTRIBUTION TO ISO 25946 
Contributed to ISO 25946 ontology ( LOV entry 
) 
First industrial use of ISO 25946 
Defined appropriate combinations of BTG, BTP, BTI relations 
(first formally defined in ISO). 
On Compositionality of ISO 25964 Hierarchical Relations 
(BTG, BTP, BTI), V.Alexiev, J.Lindenthal, A.Isaac. Draft paper 
, 
Presentation NKOS 2014 
at Workshop, London, 12 Sep 2014 
BTGx BTPx BTIx 
BTGx BTGE BTPE no 
BTPx BTPE BTPE no 
BTIx BTIE no no 
Eg: anvil components BTP <anvils and anvil accessories> BTG 
<forging and metal-shaping tools> => BTPE 
Mount Athos BTI Orthodox religious center BTG religious 
center => BTIE
TERMS 
Support multilingual labels: both SKOS (plain)… 
aat:300198841 a skos:Concept , gvp:Subject , gvp:Concept ; 
skos:prefLabel "rhyta"@el-latn , "rhyta"@en , "rhytons"@es , "rhytons"@fr ; 
skos:altLabel "rhyta"@es , "rhyton"@es , "rhyton"@en , "rhyton"@el-latn ...; 
skosxl:prefLabel aat_term:1000198841-en , aat_term:1000198841-el-Latn ...; 
skosxl:altLabel aat_term:1000198841-es , aat_term:1000297235-en ... 
… and rich info in SKOS-XL: 
aat_term:1000198841-en a skosxl:Label ; 
dc:identifier "1000198841" ; 
dct:language aat:300388277 , gvp_lang:en ; # owl:sameAs 
dct:contributor aat_contrib:10000000 , aat_contrib:10000131 ; 
skosxl:literalForm "rhyta"@en ; #### with Qualifier if applicable 
gvp:term "rhyta"@en ; #### no qualifier 
gvp:displayOrder "1"^^xsd:positiveInteger ; 
gvp:termType <term/type/Descriptor> ; #### Descr/AltDescr/UseFor 
gvp:termPOS <term/POS/PluralNoun> ; #### Part of Speech 
gvp:contributorPreferred aat_contrib:10000000 , aat_contrib:10000088 ; 
gvp:contributorNonPreferred aat_contrib:10000131 ; 
gvp:sourcePreferred aat_source:2000051089-term-1000198841 ...; 
dct:source aat_source:2000024811 , aat_source:2000052946 ...; 
gvp:sourceNonPreferred aat_source:2000052946 ; 
gvp:sourceAlternatePreferred aat_source:2000048328-term-1000198841 .
SOME CUSTOM LANGUAGE TAGS 
Despite the richness of IANA tags (9000), we had to define new 
tags, using several extension mechanisms: 
Private language, e.g. 
x-byzantin-Latn: Byzantine Greek (transliterated) 
x-frisian (IANA/ISO has codes for predecessor Old Frisian 
and dialects West, Saterland and North Frisian) 
Private language used in specific region, e.g. 
qqq-002: African language (not specified which) 
qqq-ET: Ethiopian (not specified: Boro/Borna, Karo…) 
Private modifier, e.g. 
grc-Latn- x-liturgic: Liturgical Greek 
ber-Latn- x-dialect: Berber Dialects (transliterated) 
fa-Latn- x-middle: Persian, Middle (transliterated) 
zh-Latn-pinyin- x-notone: transliterated Pinyin without 
tones
SOURCES 
bibo:Document or bibo:DocumentPart 
aat_source:2000051089 a bibo:Document; 
dc:identifier "2000051089" 
bibo:shortTitle "AATA database (2002-)"; 
dct:title "Getty Conservation Institute (GCI). database of AATA Online...". 
aat_source:2000051089-term-1000198841 a bibo:DocumentPart; 
dct:isPartOf aat_source:2000051089; 
bibo:locator "128257 checked 26 January 2012". 
Applied to subject, term, scopeNote: 
aat:300198841 # subject (rhyta) 
dct:source aat_source:2000030301-subject-300198841; 
dct:source aat_source:2000052378. 
aat_term:1000198841-en # term "rhyta"@en 
gvp:sourceNonPreferred aat_source:2000049728; 
dct:source aat_source:2000051089-term-1000198841. 
aat_scopeNote:34904 # scopeNote 
dct:source aat_source:2000046502.
CONTRIBUTORS 
foaf:Agent 
aat_contrib:10000131 a foaf:Agent; 
dc:identifier "10000131"; 
foaf:nick "CDBP-DIBAM"; 
foaf:name "Centro de Documentación de Bienes Patrimoniales...". 
Applied to subject, term, scopeNote: 
aat:300198841 # subject "rhyta" 
dct:contributor aat_contrib:10000131; 
dct:contributor aat_contrib:10000000. 
aat_term:1000198841-en # term "rhyta"@en 
gvp:contributorNonPreferred aat_contrib:10000131; 
gvp:contributorPreferred aat_contrib:10000000. 
aat_scopeNote:34904 # scopeNote 
dct:contributor aat_contrib:10000000.
HISTORIC INFO 
Includes dates of applicability, historicFlag, comment. Applied to 
terms; hier & assoc rels, place types (using rdf:Statement) 
aat_term:1000002693-en a skosxl:Label; 
skosxl:literalForm "lambruscatura"@en ; 
gvp:historicFlag <http://vocab.getty.edu/historic/historic> ; 
schema:startDate "0900"^^xsd:gYear ; 
schema:endDate "1700"^^xsd:gYear ; 
rdfs:comment "Medieval term for wainscoting". 
aat_rel:300020271-aat2812_followed-300020269 a rdf:Statement; 
rdf:subject aat:300020271; # Second Dynasty (Egyptian) 
rdf:predicate gvp:aat2812_followed; 
rdf:object aat:300020269; # First Dynasty (Egyptian) 
rdfs:comment "Second Dynasty began ca. 2775 BCE"; 
schema:startDate "-2785"^^xsd:gYear; 
schema:endDate "-2765"^^xsd:gYear. 
tgn:7011179-placeType-300008347 a rdf:Statement; 
rdf:subject tgn:7011179; # Siena 
rdf:predicate gvp:placeTypePreferred; 
rdf:object aat:300008347; # inhabited place 
rdfs:comment "settled by Etruscans (flourished 6th century BCE)"; 
schema:startDate "-0800"^^xsd:gYear; 
gvp:displayOrder "1"^^xsd:positiveInteger.
REVISION HISTORY 
PROV is too complex, so we simplify: 
aat:300018699 
skos:changeNote aat_rev:12345, aat_rev:12346, aat_rev:12347; 
prov:wasGeneratedBy aat_rev:12345; 
dct:created "2014-01-02T01:02:03"^^xsd:dateTime; 
dct:modified "2014-01-03T01:02:03"^^xsd:dateTime; 
dct:issued "2014-01-04T01:02:03"^^xsd:dateTime. 
aat_rev:12345 a prov:Activity, prov:Create; 
dc:type "created"; 
prov:startedAtTime "2014-01-02T01:02:03"^^xsd:dateTime. 
aat_rev:12346 a prov:Activity, prov:Modify; 
prov:used aat:300018699; 
dc:type "term added"; 
dc:description "leggings, puttee (1000248060)"; 
prov:startedAtTime "2014-01-03T01:02:03"^^xsd:dateTime. 
aat_rev:12347 a prov:Activity, prov:Publish; 
prov:used aat:300018699; 
dc:type "issued"; 
prov:startedAtTime "2014-01-04T01:02:03"^^xsd:dateTime.
TGN SPECIFICS: CONCEPT-PLACE DUALITY 
Duality between Concept and its denotation (ala VIAF, UK BL, FR 
BnF, SE KB…)
TGN SEMANTIC REPRESENTATION 
Place types (TGN->AAT), Concept-Place duality, coordinates
CONSTRUCT QUERY: GET & CACHE ALL DATA 
FOR SUBJECT 
All data for these subsidiary objects is served by the resource 
URL 
Cached, thus served quickly 
Served in RDF/XML, N3/Turtle, NTriples, JSON, soon JSON-LD
DOCUMENTATION
SAMPLE QUERY: BAR CHART WITH SPARQL 
Number of UN members per year. See doc or jsfiddle with it
THANKS FOR YOUR TIME! 
mailto:vladimir.alexiev@ontotext.com

Contenu connexe

Tendances

WebTech Tutorial Querying DBPedia
WebTech Tutorial Querying DBPediaWebTech Tutorial Querying DBPedia
WebTech Tutorial Querying DBPediaKatrien Verbert
 
An Introduction to SPARQL
An Introduction to SPARQLAn Introduction to SPARQL
An Introduction to SPARQLOlaf Hartig
 
Tutorial "An Introduction to SPARQL and Queries over Linked Data" Chapter 3 (...
Tutorial "An Introduction to SPARQL and Queries over Linked Data" Chapter 3 (...Tutorial "An Introduction to SPARQL and Queries over Linked Data" Chapter 3 (...
Tutorial "An Introduction to SPARQL and Queries over Linked Data" Chapter 3 (...Olaf Hartig
 
Tutorial "An Introduction to SPARQL and Queries over Linked Data" Chapter 1 (...
Tutorial "An Introduction to SPARQL and Queries over Linked Data" Chapter 1 (...Tutorial "An Introduction to SPARQL and Queries over Linked Data" Chapter 1 (...
Tutorial "An Introduction to SPARQL and Queries over Linked Data" Chapter 1 (...Olaf Hartig
 
SPARQL-DL - Theory & Practice
SPARQL-DL - Theory & PracticeSPARQL-DL - Theory & Practice
SPARQL-DL - Theory & PracticeAdriel Café
 
LDQL: A Query Language for the Web of Linked Data
LDQL: A Query Language for the Web of Linked DataLDQL: A Query Language for the Web of Linked Data
LDQL: A Query Language for the Web of Linked DataOlaf Hartig
 
Mikhail khludnev: approaching-join index for lucene
Mikhail khludnev:  approaching-join index for luceneMikhail khludnev:  approaching-join index for lucene
Mikhail khludnev: approaching-join index for luceneGrid Dynamics
 
Grouping and Joining in Lucene/Solr
Grouping and Joining in Lucene/SolrGrouping and Joining in Lucene/Solr
Grouping and Joining in Lucene/Solrlucenerevolution
 
The Lonesome LOD Cloud
The Lonesome LOD CloudThe Lonesome LOD Cloud
The Lonesome LOD CloudRuben Verborgh
 
RDF Tutorial - SPARQL 20091031
RDF Tutorial - SPARQL 20091031RDF Tutorial - SPARQL 20091031
RDF Tutorial - SPARQL 20091031kwangsub kim
 
SPARQL 1.1 Update (2013-03-05)
SPARQL 1.1 Update (2013-03-05)SPARQL 1.1 Update (2013-03-05)
SPARQL 1.1 Update (2013-03-05)andyseaborne
 
Describing LDP Applications with the Hydra Core Vocabulary
Describing LDP Applications with the Hydra Core VocabularyDescribing LDP Applications with the Hydra Core Vocabulary
Describing LDP Applications with the Hydra Core VocabularyNandana Mihindukulasooriya
 
Debunking some “RDF vs. Property Graph” Alternative Facts
Debunking some “RDF vs. Property Graph” Alternative FactsDebunking some “RDF vs. Property Graph” Alternative Facts
Debunking some “RDF vs. Property Graph” Alternative FactsNeo4j
 
Wi2015 - Clustering of Linked Open Data - the LODeX tool
Wi2015 - Clustering of Linked Open Data - the LODeX toolWi2015 - Clustering of Linked Open Data - the LODeX tool
Wi2015 - Clustering of Linked Open Data - the LODeX toolLaura Po
 
Graph Data -- RDF and Property Graphs
Graph Data -- RDF and Property GraphsGraph Data -- RDF and Property Graphs
Graph Data -- RDF and Property Graphsandyseaborne
 

Tendances (20)

WebTech Tutorial Querying DBPedia
WebTech Tutorial Querying DBPediaWebTech Tutorial Querying DBPedia
WebTech Tutorial Querying DBPedia
 
4 sw architectures and sparql
4 sw architectures and sparql4 sw architectures and sparql
4 sw architectures and sparql
 
An Introduction to SPARQL
An Introduction to SPARQLAn Introduction to SPARQL
An Introduction to SPARQL
 
Tutorial "An Introduction to SPARQL and Queries over Linked Data" Chapter 3 (...
Tutorial "An Introduction to SPARQL and Queries over Linked Data" Chapter 3 (...Tutorial "An Introduction to SPARQL and Queries over Linked Data" Chapter 3 (...
Tutorial "An Introduction to SPARQL and Queries over Linked Data" Chapter 3 (...
 
Tutorial "An Introduction to SPARQL and Queries over Linked Data" Chapter 1 (...
Tutorial "An Introduction to SPARQL and Queries over Linked Data" Chapter 1 (...Tutorial "An Introduction to SPARQL and Queries over Linked Data" Chapter 1 (...
Tutorial "An Introduction to SPARQL and Queries over Linked Data" Chapter 1 (...
 
SPARQL-DL - Theory & Practice
SPARQL-DL - Theory & PracticeSPARQL-DL - Theory & Practice
SPARQL-DL - Theory & Practice
 
Triple Stores
Triple StoresTriple Stores
Triple Stores
 
LDQL: A Query Language for the Web of Linked Data
LDQL: A Query Language for the Web of Linked DataLDQL: A Query Language for the Web of Linked Data
LDQL: A Query Language for the Web of Linked Data
 
Mikhail khludnev: approaching-join index for lucene
Mikhail khludnev:  approaching-join index for luceneMikhail khludnev:  approaching-join index for lucene
Mikhail khludnev: approaching-join index for lucene
 
Digital Object Identifiers for EOSDIS data
Digital Object Identifiers for EOSDIS dataDigital Object Identifiers for EOSDIS data
Digital Object Identifiers for EOSDIS data
 
Grouping and Joining in Lucene/Solr
Grouping and Joining in Lucene/SolrGrouping and Joining in Lucene/Solr
Grouping and Joining in Lucene/Solr
 
The Lonesome LOD Cloud
The Lonesome LOD CloudThe Lonesome LOD Cloud
The Lonesome LOD Cloud
 
RDF Tutorial - SPARQL 20091031
RDF Tutorial - SPARQL 20091031RDF Tutorial - SPARQL 20091031
RDF Tutorial - SPARQL 20091031
 
SPARQL 1.1 Update (2013-03-05)
SPARQL 1.1 Update (2013-03-05)SPARQL 1.1 Update (2013-03-05)
SPARQL 1.1 Update (2013-03-05)
 
Introduction to W3C Linked Data Platform
Introduction to W3C Linked Data PlatformIntroduction to W3C Linked Data Platform
Introduction to W3C Linked Data Platform
 
RDFa Tutorial
RDFa TutorialRDFa Tutorial
RDFa Tutorial
 
Describing LDP Applications with the Hydra Core Vocabulary
Describing LDP Applications with the Hydra Core VocabularyDescribing LDP Applications with the Hydra Core Vocabulary
Describing LDP Applications with the Hydra Core Vocabulary
 
Debunking some “RDF vs. Property Graph” Alternative Facts
Debunking some “RDF vs. Property Graph” Alternative FactsDebunking some “RDF vs. Property Graph” Alternative Facts
Debunking some “RDF vs. Property Graph” Alternative Facts
 
Wi2015 - Clustering of Linked Open Data - the LODeX tool
Wi2015 - Clustering of Linked Open Data - the LODeX toolWi2015 - Clustering of Linked Open Data - the LODeX tool
Wi2015 - Clustering of Linked Open Data - the LODeX tool
 
Graph Data -- RDF and Property Graphs
Graph Data -- RDF and Property GraphsGraph Data -- RDF and Property Graphs
Graph Data -- RDF and Property Graphs
 

En vedette

RFI_in_PALSAR_data.pdf
RFI_in_PALSAR_data.pdfRFI_in_PALSAR_data.pdf
RFI_in_PALSAR_data.pdfgrssieee
 
Read across america
Read across americaRead across america
Read across americacreosis
 
Газета «Работа Урал» от 28 сентября 2015
Газета «Работа Урал» от 28 сентября 2015Газета «Работа Урал» от 28 сентября 2015
Газета «Работа Урал» от 28 сентября 2015rabotagrad-ru
 
Odysseyware 2.0 student orientation
Odysseyware 2.0 student orientationOdysseyware 2.0 student orientation
Odysseyware 2.0 student orientationODYSSEYWARE
 
SUTD-SMU Announce Dual Degree Programme in Technology and Management
SUTD-SMU Announce Dual Degree Programme in Technology and ManagementSUTD-SMU Announce Dual Degree Programme in Technology and Management
SUTD-SMU Announce Dual Degree Programme in Technology and ManagementPeter Logan
 
Santa Barbara City College Tutoring
Santa Barbara City College TutoringSanta Barbara City College Tutoring
Santa Barbara City College Tutoringncook
 
Moves Like Jagger - Upgrading to SQL Server 2012 (SQLBits XI Edition)
Moves Like Jagger - Upgrading to SQL Server 2012 (SQLBits XI Edition)Moves Like Jagger - Upgrading to SQL Server 2012 (SQLBits XI Edition)
Moves Like Jagger - Upgrading to SQL Server 2012 (SQLBits XI Edition)Mark Broadbent
 
Lib h3lp pidgin info session for staff
Lib h3lp pidgin info session for staffLib h3lp pidgin info session for staff
Lib h3lp pidgin info session for staffElizabeth Brown
 
Sentinela do Jacui - edição 390
Sentinela  do Jacui -  edição  390Sentinela  do Jacui -  edição  390
Sentinela do Jacui - edição 390Sentinela do Jacui
 
D'oro Botafogo | PDG | Apartamentos à venda
D'oro Botafogo | PDG | Apartamentos à vendaD'oro Botafogo | PDG | Apartamentos à venda
D'oro Botafogo | PDG | Apartamentos à vendaPorto Imóveis Rio
 
Une Immense Prison De Verre En Autriche Fin
Une Immense Prison De Verre En Autriche FinUne Immense Prison De Verre En Autriche Fin
Une Immense Prison De Verre En Autriche Finadam eva
 
Newsletter November 2010
Newsletter  November 2010Newsletter  November 2010
Newsletter November 2010EducationUSA
 
Women’s history in western new york
Women’s history in western new yorkWomen’s history in western new york
Women’s history in western new yorkHeidi Bamford
 
Lodha The Rise Opportunity
Lodha The Rise OpportunityLodha The Rise Opportunity
Lodha The Rise Opportunitylodharise
 
Portfolio – Blue Pages
Portfolio – Blue PagesPortfolio – Blue Pages
Portfolio – Blue Pagesmtalescio
 
Газета «Работа Урал» от 5 октября
Газета «Работа Урал» от 5 октября Газета «Работа Урал» от 5 октября
Газета «Работа Урал» от 5 октября rabotagrad-ru
 

En vedette (20)

RFI_in_PALSAR_data.pdf
RFI_in_PALSAR_data.pdfRFI_in_PALSAR_data.pdf
RFI_in_PALSAR_data.pdf
 
Journal de bussy numéro 102
Journal de bussy numéro 102Journal de bussy numéro 102
Journal de bussy numéro 102
 
Read across america
Read across americaRead across america
Read across america
 
Газета «Работа Урал» от 28 сентября 2015
Газета «Работа Урал» от 28 сентября 2015Газета «Работа Урал» от 28 сентября 2015
Газета «Работа Урал» от 28 сентября 2015
 
BLCU MOOC 北语模课
BLCU MOOC 北语模课BLCU MOOC 北语模课
BLCU MOOC 北语模课
 
Odysseyware 2.0 student orientation
Odysseyware 2.0 student orientationOdysseyware 2.0 student orientation
Odysseyware 2.0 student orientation
 
SUTD-SMU Announce Dual Degree Programme in Technology and Management
SUTD-SMU Announce Dual Degree Programme in Technology and ManagementSUTD-SMU Announce Dual Degree Programme in Technology and Management
SUTD-SMU Announce Dual Degree Programme in Technology and Management
 
Santa Barbara City College Tutoring
Santa Barbara City College TutoringSanta Barbara City College Tutoring
Santa Barbara City College Tutoring
 
Moves Like Jagger - Upgrading to SQL Server 2012 (SQLBits XI Edition)
Moves Like Jagger - Upgrading to SQL Server 2012 (SQLBits XI Edition)Moves Like Jagger - Upgrading to SQL Server 2012 (SQLBits XI Edition)
Moves Like Jagger - Upgrading to SQL Server 2012 (SQLBits XI Edition)
 
Lib h3lp pidgin info session for staff
Lib h3lp pidgin info session for staffLib h3lp pidgin info session for staff
Lib h3lp pidgin info session for staff
 
Sentinela do Jacui - edição 390
Sentinela  do Jacui -  edição  390Sentinela  do Jacui -  edição  390
Sentinela do Jacui - edição 390
 
D'oro Botafogo | PDG | Apartamentos à venda
D'oro Botafogo | PDG | Apartamentos à vendaD'oro Botafogo | PDG | Apartamentos à venda
D'oro Botafogo | PDG | Apartamentos à venda
 
Une Immense Prison De Verre En Autriche Fin
Une Immense Prison De Verre En Autriche FinUne Immense Prison De Verre En Autriche Fin
Une Immense Prison De Verre En Autriche Fin
 
Newsletter November 2010
Newsletter  November 2010Newsletter  November 2010
Newsletter November 2010
 
Women’s history in western new york
Women’s history in western new yorkWomen’s history in western new york
Women’s history in western new york
 
Gazeta
GazetaGazeta
Gazeta
 
Private a-h
Private a-hPrivate a-h
Private a-h
 
Lodha The Rise Opportunity
Lodha The Rise OpportunityLodha The Rise Opportunity
Lodha The Rise Opportunity
 
Portfolio – Blue Pages
Portfolio – Blue PagesPortfolio – Blue Pages
Portfolio – Blue Pages
 
Газета «Работа Урал» от 5 октября
Газета «Работа Урал» от 5 октября Газета «Работа Урал» от 5 октября
Газета «Работа Урал» от 5 октября
 

Similaire à Getty Vocabulary Program LOD: Ontologies and Semantic Representation

Beyond the Record : OCLC & the Future of MARC
Beyond the Record : OCLC & the Future of MARCBeyond the Record : OCLC & the Future of MARC
Beyond the Record : OCLC & the Future of MARCtfons
 
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 source{d}
 
The Rhizomer Semantic Content Management System
The Rhizomer Semantic Content Management SystemThe Rhizomer Semantic Content Management System
The Rhizomer Semantic Content Management SystemRoberto García
 
AAT LOD Microthesauri
AAT LOD MicrothesauriAAT LOD Microthesauri
AAT LOD MicrothesauriMarcia Zeng
 
Semantic Web
Semantic WebSemantic Web
Semantic Webhardchiu
 
Code as Data workshop: Using source{d} Engine to extract insights from git re...
Code as Data workshop: Using source{d} Engine to extract insights from git re...Code as Data workshop: Using source{d} Engine to extract insights from git re...
Code as Data workshop: Using source{d} Engine to extract insights from git re...source{d}
 
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 2013Antonio De Marinis
 
MuseoTorino, first italian project using a GraphDB, RDFa, Linked Open Data
MuseoTorino, first italian project using a GraphDB, RDFa, Linked Open DataMuseoTorino, first italian project using a GraphDB, RDFa, Linked Open Data
MuseoTorino, first italian project using a GraphDB, RDFa, Linked Open Data21Style
 
sphinx-i18n — The True Story
sphinx-i18n — The True Storysphinx-i18n — The True Story
sphinx-i18n — The True StoryRobert Lehmann
 
Accessing the Linked Open Data Cloud via ODBC
Accessing the Linked Open Data Cloud via ODBCAccessing the Linked Open Data Cloud via ODBC
Accessing the Linked Open Data Cloud via ODBCKingsley Uyi Idehen
 
20100614 ISWSA Keynote
20100614 ISWSA Keynote20100614 ISWSA Keynote
20100614 ISWSA KeynoteAxel Polleres
 
DC-2008 Tutorial 3 - Dublin Core and other metadata schemas
DC-2008 Tutorial 3 - Dublin Core and other metadata schemasDC-2008 Tutorial 3 - Dublin Core and other metadata schemas
DC-2008 Tutorial 3 - Dublin Core and other metadata schemasMikael Nilsson
 
Metadata first, ontologies second
Metadata first, ontologies secondMetadata first, ontologies second
Metadata first, ontologies secondJoseba Abaitua
 
Force11 JDDCP workshop presentation, @ Force2015, Oxford
Force11 JDDCP workshop presentation, @ Force2015, OxfordForce11 JDDCP workshop presentation, @ Force2015, Oxford
Force11 JDDCP workshop presentation, @ Force2015, OxfordMark Wilkinson
 
The nature.com ontologies portal: nature.com/ontologies
The nature.com ontologies portal: nature.com/ontologiesThe nature.com ontologies portal: nature.com/ontologies
The nature.com ontologies portal: nature.com/ontologiesTony Hammond
 
Linked opendata parisemantique.fr - 24062011
Linked opendata   parisemantique.fr - 24062011Linked opendata   parisemantique.fr - 24062011
Linked opendata parisemantique.fr - 24062011Loïc Dias Da Silva
 

Similaire à Getty Vocabulary Program LOD: Ontologies and Semantic Representation (20)

2007 03 12 Swecr 2
2007 03 12 Swecr 22007 03 12 Swecr 2
2007 03 12 Swecr 2
 
Beyond the Record : OCLC & the Future of MARC
Beyond the Record : OCLC & the Future of MARCBeyond the Record : OCLC & the Future of MARC
Beyond the Record : OCLC & the Future of MARC
 
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
 
The Rhizomer Semantic Content Management System
The Rhizomer Semantic Content Management SystemThe Rhizomer Semantic Content Management System
The Rhizomer Semantic Content Management System
 
ISOcat to LMF to TEI
ISOcat to LMF to TEIISOcat to LMF to TEI
ISOcat to LMF to TEI
 
AAT LOD Microthesauri
AAT LOD MicrothesauriAAT LOD Microthesauri
AAT LOD Microthesauri
 
Metadata Cloud
Metadata CloudMetadata Cloud
Metadata Cloud
 
Semantic Web
Semantic WebSemantic Web
Semantic Web
 
Code as Data workshop: Using source{d} Engine to extract insights from git re...
Code as Data workshop: Using source{d} Engine to extract insights from git re...Code as Data workshop: Using source{d} Engine to extract insights from git re...
Code as Data workshop: Using source{d} Engine to extract insights from git re...
 
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
 
MuseoTorino, first italian project using a GraphDB, RDFa, Linked Open Data
MuseoTorino, first italian project using a GraphDB, RDFa, Linked Open DataMuseoTorino, first italian project using a GraphDB, RDFa, Linked Open Data
MuseoTorino, first italian project using a GraphDB, RDFa, Linked Open Data
 
sphinx-i18n — The True Story
sphinx-i18n — The True Storysphinx-i18n — The True Story
sphinx-i18n — The True Story
 
Accessing the Linked Open Data Cloud via ODBC
Accessing the Linked Open Data Cloud via ODBCAccessing the Linked Open Data Cloud via ODBC
Accessing the Linked Open Data Cloud via ODBC
 
20100614 ISWSA Keynote
20100614 ISWSA Keynote20100614 ISWSA Keynote
20100614 ISWSA Keynote
 
DC-2008 Tutorial 3 - Dublin Core and other metadata schemas
DC-2008 Tutorial 3 - Dublin Core and other metadata schemasDC-2008 Tutorial 3 - Dublin Core and other metadata schemas
DC-2008 Tutorial 3 - Dublin Core and other metadata schemas
 
Metadata first, ontologies second
Metadata first, ontologies secondMetadata first, ontologies second
Metadata first, ontologies second
 
Force11 JDDCP workshop presentation, @ Force2015, Oxford
Force11 JDDCP workshop presentation, @ Force2015, OxfordForce11 JDDCP workshop presentation, @ Force2015, Oxford
Force11 JDDCP workshop presentation, @ Force2015, Oxford
 
The nature.com ontologies portal: nature.com/ontologies
The nature.com ontologies portal: nature.com/ontologiesThe nature.com ontologies portal: nature.com/ontologies
The nature.com ontologies portal: nature.com/ontologies
 
Processing XML with Java
Processing XML with JavaProcessing XML with Java
Processing XML with Java
 
Linked opendata parisemantique.fr - 24062011
Linked opendata   parisemantique.fr - 24062011Linked opendata   parisemantique.fr - 24062011
Linked opendata parisemantique.fr - 24062011
 

Plus de Vladimir Alexiev, PhD, PMP

Museum LOD (Ontotext, 1 May 2019, Doha, Qatar)
Museum LOD (Ontotext, 1 May 2019, Doha, Qatar)Museum LOD (Ontotext, 1 May 2019, Doha, Qatar)
Museum LOD (Ontotext, 1 May 2019, Doha, Qatar)Vladimir Alexiev, PhD, PMP
 
Museum Linked Open Data: Ontologies, Datasets, Projects
Museum Linked Open Data: Ontologies, Datasets, Projects Museum Linked Open Data: Ontologies, Datasets, Projects
Museum Linked Open Data: Ontologies, Datasets, Projects Vladimir Alexiev, PhD, PMP
 
Ontotext Cultural Heritage and Digital Humanities Projects
Ontotext Cultural Heritage and Digital Humanities ProjectsOntotext Cultural Heritage and Digital Humanities Projects
Ontotext Cultural Heritage and Digital Humanities ProjectsVladimir Alexiev, PhD, PMP
 
Semantic Archive Integration for Holocaust Research: the EHRI Research Infras...
Semantic Archive Integration for Holocaust Research: the EHRI Research Infras...Semantic Archive Integration for Holocaust Research: the EHRI Research Infras...
Semantic Archive Integration for Holocaust Research: the EHRI Research Infras...Vladimir Alexiev, PhD, PMP
 
Wikidata, a target for Europeana’s semantic strategy (Glam-Wiki 2015)
Wikidata, a target for Europeana’s semantic strategy (Glam-Wiki 2015)Wikidata, a target for Europeana’s semantic strategy (Glam-Wiki 2015)
Wikidata, a target for Europeana’s semantic strategy (Glam-Wiki 2015)Vladimir Alexiev, PhD, PMP
 
Europeana Food and Drink Classification Scheme
Europeana Food and Drink Classification SchemeEuropeana Food and Drink Classification Scheme
Europeana Food and Drink Classification SchemeVladimir Alexiev, PhD, PMP
 
Sem tech in CH, Linked Data Meetup, 2014-08-21, Malmo, Sweden
Sem tech in CH, Linked Data Meetup, 2014-08-21, Malmo, SwedenSem tech in CH, Linked Data Meetup, 2014-08-21, Malmo, Sweden
Sem tech in CH, Linked Data Meetup, 2014-08-21, Malmo, SwedenVladimir Alexiev, PhD, PMP
 
Europeana Creative. EDM Endpoint. Custom Views
Europeana Creative. EDM Endpoint. Custom ViewsEuropeana Creative. EDM Endpoint. Custom Views
Europeana Creative. EDM Endpoint. Custom ViewsVladimir Alexiev, PhD, PMP
 
Europeana Creative. EDM Endpoint. Custom Views
Europeana Creative. EDM Endpoint. Custom ViewsEuropeana Creative. EDM Endpoint. Custom Views
Europeana Creative. EDM Endpoint. Custom ViewsVladimir Alexiev, PhD, PMP
 
Large-scale Reasoning with a Complex Cultural Heritage Ontology (CIDOC CRM) ...
 Large-scale Reasoning with a Complex Cultural Heritage Ontology (CIDOC CRM) ... Large-scale Reasoning with a Complex Cultural Heritage Ontology (CIDOC CRM) ...
Large-scale Reasoning with a Complex Cultural Heritage Ontology (CIDOC CRM) ...Vladimir Alexiev, PhD, PMP
 
Large-scale Reasoning with a Complex Cultural Heritage Ontology (CIDOC CRM) ...
 Large-scale Reasoning with a Complex Cultural Heritage Ontology (CIDOC CRM) ... Large-scale Reasoning with a Complex Cultural Heritage Ontology (CIDOC CRM) ...
Large-scale Reasoning with a Complex Cultural Heritage Ontology (CIDOC CRM) ...Vladimir Alexiev, PhD, PMP
 

Plus de Vladimir Alexiev, PhD, PMP (20)

Semantics and Machine Learning
Semantics and Machine LearningSemantics and Machine Learning
Semantics and Machine Learning
 
Museum LOD (Ontotext, 1 May 2019, Doha, Qatar)
Museum LOD (Ontotext, 1 May 2019, Doha, Qatar)Museum LOD (Ontotext, 1 May 2019, Doha, Qatar)
Museum LOD (Ontotext, 1 May 2019, Doha, Qatar)
 
Linked Open Data and Ontotext Projects
Linked Open Data and Ontotext ProjectsLinked Open Data and Ontotext Projects
Linked Open Data and Ontotext Projects
 
Museum Linked Open Data: Ontologies, Datasets, Projects
Museum Linked Open Data: Ontologies, Datasets, Projects Museum Linked Open Data: Ontologies, Datasets, Projects
Museum Linked Open Data: Ontologies, Datasets, Projects
 
Ontotext Cultural Heritage and Digital Humanities Projects
Ontotext Cultural Heritage and Digital Humanities ProjectsOntotext Cultural Heritage and Digital Humanities Projects
Ontotext Cultural Heritage and Digital Humanities Projects
 
euBusinessGraph Company and Economic Data
euBusinessGraph Company and Economic DataeuBusinessGraph Company and Economic Data
euBusinessGraph Company and Economic Data
 
Semantic Archive Integration for Holocaust Research: the EHRI Research Infras...
Semantic Archive Integration for Holocaust Research: the EHRI Research Infras...Semantic Archive Integration for Holocaust Research: the EHRI Research Infras...
Semantic Archive Integration for Holocaust Research: the EHRI Research Infras...
 
GLAMs working with Wikidata
GLAMs working with WikidataGLAMs working with Wikidata
GLAMs working with Wikidata
 
Wikidata, a target for Europeana’s semantic strategy (Glam-Wiki 2015)
Wikidata, a target for Europeana’s semantic strategy (Glam-Wiki 2015)Wikidata, a target for Europeana’s semantic strategy (Glam-Wiki 2015)
Wikidata, a target for Europeana’s semantic strategy (Glam-Wiki 2015)
 
Europeana Food and Drink Classification Scheme
Europeana Food and Drink Classification SchemeEuropeana Food and Drink Classification Scheme
Europeana Food and Drink Classification Scheme
 
Adding a DBpedia Mapping
Adding a DBpedia MappingAdding a DBpedia Mapping
Adding a DBpedia Mapping
 
DBpedia Ontology and Mapping Problems
DBpedia Ontology and Mapping ProblemsDBpedia Ontology and Mapping Problems
DBpedia Ontology and Mapping Problems
 
20140521 sem-tech-biz-guest-lecture
20140521 sem-tech-biz-guest-lecture20140521 sem-tech-biz-guest-lecture
20140521 sem-tech-biz-guest-lecture
 
Semantic Technology in Publishing & Finance
Semantic Technology in Publishing & FinanceSemantic Technology in Publishing & Finance
Semantic Technology in Publishing & Finance
 
Sem tech in CH, Linked Data Meetup, 2014-08-21, Malmo, Sweden
Sem tech in CH, Linked Data Meetup, 2014-08-21, Malmo, SwedenSem tech in CH, Linked Data Meetup, 2014-08-21, Malmo, Sweden
Sem tech in CH, Linked Data Meetup, 2014-08-21, Malmo, Sweden
 
Semantic technologies for cultural heritage
Semantic technologies for cultural heritageSemantic technologies for cultural heritage
Semantic technologies for cultural heritage
 
Europeana Creative. EDM Endpoint. Custom Views
Europeana Creative. EDM Endpoint. Custom ViewsEuropeana Creative. EDM Endpoint. Custom Views
Europeana Creative. EDM Endpoint. Custom Views
 
Europeana Creative. EDM Endpoint. Custom Views
Europeana Creative. EDM Endpoint. Custom ViewsEuropeana Creative. EDM Endpoint. Custom Views
Europeana Creative. EDM Endpoint. Custom Views
 
Large-scale Reasoning with a Complex Cultural Heritage Ontology (CIDOC CRM) ...
 Large-scale Reasoning with a Complex Cultural Heritage Ontology (CIDOC CRM) ... Large-scale Reasoning with a Complex Cultural Heritage Ontology (CIDOC CRM) ...
Large-scale Reasoning with a Complex Cultural Heritage Ontology (CIDOC CRM) ...
 
Large-scale Reasoning with a Complex Cultural Heritage Ontology (CIDOC CRM) ...
 Large-scale Reasoning with a Complex Cultural Heritage Ontology (CIDOC CRM) ... Large-scale Reasoning with a Complex Cultural Heritage Ontology (CIDOC CRM) ...
Large-scale Reasoning with a Complex Cultural Heritage Ontology (CIDOC CRM) ...
 

Dernier

Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024Andreas Granig
 
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...confluent
 
Software Coding for software engineering
Software Coding for software engineeringSoftware Coding for software engineering
Software Coding for software engineeringssuserb3a23b
 
Taming Distributed Systems: Key Insights from Wix's Large-Scale Experience - ...
Taming Distributed Systems: Key Insights from Wix's Large-Scale Experience - ...Taming Distributed Systems: Key Insights from Wix's Large-Scale Experience - ...
Taming Distributed Systems: Key Insights from Wix's Large-Scale Experience - ...Natan Silnitsky
 
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...Cizo Technology Services
 
Powering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data StreamsPowering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data StreamsSafe Software
 
What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...Technogeeks
 
cpct NetworkING BASICS AND NETWORK TOOL.ppt
cpct NetworkING BASICS AND NETWORK TOOL.pptcpct NetworkING BASICS AND NETWORK TOOL.ppt
cpct NetworkING BASICS AND NETWORK TOOL.pptrcbcrtm
 
VK Business Profile - provides IT solutions and Web Development
VK Business Profile - provides IT solutions and Web DevelopmentVK Business Profile - provides IT solutions and Web Development
VK Business Profile - provides IT solutions and Web Developmentvyaparkranti
 
Machine Learning Software Engineering Patterns and Their Engineering
Machine Learning Software Engineering Patterns and Their EngineeringMachine Learning Software Engineering Patterns and Their Engineering
Machine Learning Software Engineering Patterns and Their EngineeringHironori Washizaki
 
Unveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML DiagramsUnveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML DiagramsAhmed Mohamed
 
MYjobs Presentation Django-based project
MYjobs Presentation Django-based projectMYjobs Presentation Django-based project
MYjobs Presentation Django-based projectAnoyGreter
 
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte GermanySuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte GermanyChristoph Pohl
 
Intelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmIntelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmSujith Sukumaran
 
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样umasea
 
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...OnePlan Solutions
 
英国UN学位证,北安普顿大学毕业证书1:1制作
英国UN学位证,北安普顿大学毕业证书1:1制作英国UN学位证,北安普顿大学毕业证书1:1制作
英国UN学位证,北安普顿大学毕业证书1:1制作qr0udbr0
 
Precise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive GoalPrecise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive GoalLionel Briand
 
Cyber security and its impact on E commerce
Cyber security and its impact on E commerceCyber security and its impact on E commerce
Cyber security and its impact on E commercemanigoyal112
 

Dernier (20)

Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024
 
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
 
Software Coding for software engineering
Software Coding for software engineeringSoftware Coding for software engineering
Software Coding for software engineering
 
Taming Distributed Systems: Key Insights from Wix's Large-Scale Experience - ...
Taming Distributed Systems: Key Insights from Wix's Large-Scale Experience - ...Taming Distributed Systems: Key Insights from Wix's Large-Scale Experience - ...
Taming Distributed Systems: Key Insights from Wix's Large-Scale Experience - ...
 
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
 
Powering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data StreamsPowering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data Streams
 
What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...
 
cpct NetworkING BASICS AND NETWORK TOOL.ppt
cpct NetworkING BASICS AND NETWORK TOOL.pptcpct NetworkING BASICS AND NETWORK TOOL.ppt
cpct NetworkING BASICS AND NETWORK TOOL.ppt
 
VK Business Profile - provides IT solutions and Web Development
VK Business Profile - provides IT solutions and Web DevelopmentVK Business Profile - provides IT solutions and Web Development
VK Business Profile - provides IT solutions and Web Development
 
Machine Learning Software Engineering Patterns and Their Engineering
Machine Learning Software Engineering Patterns and Their EngineeringMachine Learning Software Engineering Patterns and Their Engineering
Machine Learning Software Engineering Patterns and Their Engineering
 
Unveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML DiagramsUnveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML Diagrams
 
MYjobs Presentation Django-based project
MYjobs Presentation Django-based projectMYjobs Presentation Django-based project
MYjobs Presentation Django-based project
 
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte GermanySuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
 
Advantages of Odoo ERP 17 for Your Business
Advantages of Odoo ERP 17 for Your BusinessAdvantages of Odoo ERP 17 for Your Business
Advantages of Odoo ERP 17 for Your Business
 
Intelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmIntelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalm
 
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
 
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
 
英国UN学位证,北安普顿大学毕业证书1:1制作
英国UN学位证,北安普顿大学毕业证书1:1制作英国UN学位证,北安普顿大学毕业证书1:1制作
英国UN学位证,北安普顿大学毕业证书1:1制作
 
Precise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive GoalPrecise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive Goal
 
Cyber security and its impact on E commerce
Cyber security and its impact on E commerceCyber security and its impact on E commerce
Cyber security and its impact on E commerce
 

Getty Vocabulary Program LOD: Ontologies and Semantic Representation

  • 1. GVP LOD: ONTOLOGIES AND SEMANTIC REPRESENTATION Vladimir Alexiev, Data and Ontology Group, Ontotext Corp CIDOC Congress, Dresden, Germany 2014-09-05: International Terminology Working Group: 2014-09-09: Getty special session: full version (HTML) short version (PDF) Press O for overview , H for help . Proudly made in plain text with , , reveal.js org-reveal org-mode emacs and . 0
  • 2. ONTOTEXT SCOPE OF WORK http://vocab.getty.edu Ontology development: http://vocab.getty.edu/ontology Contribution to ISO 25964 ontology (latest thesauri standard) Complete mapping specification Help with R2RML conversion scripts, contrib to RDB2RDF (Perl), rrx:languageColumn extension GraphDB (OWLIM) repository. Enterprise Edition (clustered) Sem app dev (customized Forest UI), tech consulting SPARQL 1.1 endpoint: http://vocab.getty.edu/sparql Documentation (100 pages): http://vocab.getty.edu/doc Lots of sample queries, incl charts, geographic, etc Per-entity export files, explicit/total data dumps Help desk / support Presentations, scientific papers
  • 3. SEMANTIC RESOLUTION & CONTENT NEGOTIATION All GVP, AAT and TGN URLs resolve, returning human or machine readable content through content negotiation (303 redirect). Eg about the ontology: semantic URI, content-negotiated page (application/xhtml+xml) application/rdf+xml text/turtle http://vocab.getty.edu/ontology http://vocab.getty.edu/ontology.html http://vocab.getty.edu/ontology.rdf http://vocab.getty.edu/ontology.ttl Eg about an AAT subject semantic URI, con-neg page (application/xhtml+xml) application/rdf+xml text/turtle NTriples http://vocab.getty.edu/aat/300011154 http://vocab.getty.edu/aat/300011154.html http://vocab.getty.edu/aat/300011154.rdf http://vocab.getty.edu/aat/300011154.ttl http://vocab.getty.edu/aat/300011154.nt
  • 4. GVP VOCABULARY DATA Scope includes: Subjects: Concepts but also non-concepts Obsolete subjects (and dct:isReplacedBy) Terms: plain (SKOS) & rich (SKOS-XL). Term characteristics Languages (some custom lang tags) Hierarchical rels: custom & standard, distinguish BTG,BTP,BTI Associative rels (170 subprop of skos:related) Historic info on rels (rdf:Statement) and terms Alignment (exactMatch to LCSH) Sources (bibo:Document, bibo:DocumentPart with locator) Contributors (foaf:Agent) Revision history (prov:Activity) Thesaurus-specific (TGN place types, coordinates) One of the richest thesauri I've seen
  • 5. EXTERNAL ONTOLOGIES Prefix Ontology Used for bibo: Bibliography Ontology Sources dc: Dublin Core Elements common dct: Dublin Core Terms common foaf: Friend of a Friend ontology Contributors iso: ISO 25946 (latest on thesauri) iso:ThesaurusArray, BTG/BTP/BTI owl: Web Ontology Language Basic RDF representation prov: Provenance Ontology Revision history rdf: Resource Description Framework Basic RDF representation rdfs: RDF Schema Basic RDF representation schema: Schema.org common, geo (TGN) skos: Simple Knowledge Org System Basic vocabulary representation skosxl: SKOS Extension for Labels Rich labels wgs: W3C World Geodetic Survey geo Geo (TGN) xsd: XML Schema Datatypes Basic RDF representation
  • 8. HIERARCHICAL RELATIONS Use iso:ThesaurusArray to allow Guide Terms below Concepts. Infer cross-threading SKOS/ISO broader relations
  • 9. KEY VALUES (FLAGS) ARE IMPORTANT Excel-driven Ontology Generation™ (getty-codes.xls to getty-codes. ttl) Key val can be mapped to Custom sub-class, Custom (sub-)prop, (eg <term/Ontology Value kind/Abbreviation>)
  • 10. ASSOCIATIVE RELATIONS ARE VALUABLE More Excel-driven Ontology Generation™ (assoc-rels.xls to assoc-rels.ttl) Relations come in owl:inverseOf pairs (or owl:SymmetricProperty self-inverse)
  • 11. GVP ONTOLOGY http://vocab.getty.edu/ontology LOV Entry , . 10 classes, 177 props: a lot are from excel, so editable by Getty
  • 12. OBSOLETE SUBJECTS AAT obsolete subjects are 4.4% of valid subjects, which shows a good rate of editorial actions Obsolete subjects may have been used in client data. In order not to leave such data hanging, we publish minimal information: aat:300123456 a gvp:ObsoleteSubject; # Was made non-publishable skos:prefLabel "Made up subject"; skos:inScheme aat: ; schema:endDate "2012-12-31T12:34:56"^^xsd:dateTime. aat:300386746 a gvp:ObsoleteSubject; # Was merged to a dominant Subject skos:prefLabel "Buncheong"; skos:inScheme aat: ; dct:isReplacedBy aat:300018699; # Punch'ong schema:endDate "2012-12-31T12:34:56"^^xsd:dateTime.
  • 13. USE OF ISO:THESAURUSARRAY IN GVP Use rdf:List for ordered children. Novelty: if parent is Concept, use anonymous ThesaurusArray
  • 14. CONTRIBUTION TO ISO 25946 Contributed to ISO 25946 ontology ( LOV entry ) First industrial use of ISO 25946 Defined appropriate combinations of BTG, BTP, BTI relations (first formally defined in ISO). On Compositionality of ISO 25964 Hierarchical Relations (BTG, BTP, BTI), V.Alexiev, J.Lindenthal, A.Isaac. Draft paper , Presentation NKOS 2014 at Workshop, London, 12 Sep 2014 BTGx BTPx BTIx BTGx BTGE BTPE no BTPx BTPE BTPE no BTIx BTIE no no Eg: anvil components BTP <anvils and anvil accessories> BTG <forging and metal-shaping tools> => BTPE Mount Athos BTI Orthodox religious center BTG religious center => BTIE
  • 15. TERMS Support multilingual labels: both SKOS (plain)… aat:300198841 a skos:Concept , gvp:Subject , gvp:Concept ; skos:prefLabel "rhyta"@el-latn , "rhyta"@en , "rhytons"@es , "rhytons"@fr ; skos:altLabel "rhyta"@es , "rhyton"@es , "rhyton"@en , "rhyton"@el-latn ...; skosxl:prefLabel aat_term:1000198841-en , aat_term:1000198841-el-Latn ...; skosxl:altLabel aat_term:1000198841-es , aat_term:1000297235-en ... … and rich info in SKOS-XL: aat_term:1000198841-en a skosxl:Label ; dc:identifier "1000198841" ; dct:language aat:300388277 , gvp_lang:en ; # owl:sameAs dct:contributor aat_contrib:10000000 , aat_contrib:10000131 ; skosxl:literalForm "rhyta"@en ; #### with Qualifier if applicable gvp:term "rhyta"@en ; #### no qualifier gvp:displayOrder "1"^^xsd:positiveInteger ; gvp:termType <term/type/Descriptor> ; #### Descr/AltDescr/UseFor gvp:termPOS <term/POS/PluralNoun> ; #### Part of Speech gvp:contributorPreferred aat_contrib:10000000 , aat_contrib:10000088 ; gvp:contributorNonPreferred aat_contrib:10000131 ; gvp:sourcePreferred aat_source:2000051089-term-1000198841 ...; dct:source aat_source:2000024811 , aat_source:2000052946 ...; gvp:sourceNonPreferred aat_source:2000052946 ; gvp:sourceAlternatePreferred aat_source:2000048328-term-1000198841 .
  • 16. SOME CUSTOM LANGUAGE TAGS Despite the richness of IANA tags (9000), we had to define new tags, using several extension mechanisms: Private language, e.g. x-byzantin-Latn: Byzantine Greek (transliterated) x-frisian (IANA/ISO has codes for predecessor Old Frisian and dialects West, Saterland and North Frisian) Private language used in specific region, e.g. qqq-002: African language (not specified which) qqq-ET: Ethiopian (not specified: Boro/Borna, Karo…) Private modifier, e.g. grc-Latn- x-liturgic: Liturgical Greek ber-Latn- x-dialect: Berber Dialects (transliterated) fa-Latn- x-middle: Persian, Middle (transliterated) zh-Latn-pinyin- x-notone: transliterated Pinyin without tones
  • 17. SOURCES bibo:Document or bibo:DocumentPart aat_source:2000051089 a bibo:Document; dc:identifier "2000051089" bibo:shortTitle "AATA database (2002-)"; dct:title "Getty Conservation Institute (GCI). database of AATA Online...". aat_source:2000051089-term-1000198841 a bibo:DocumentPart; dct:isPartOf aat_source:2000051089; bibo:locator "128257 checked 26 January 2012". Applied to subject, term, scopeNote: aat:300198841 # subject (rhyta) dct:source aat_source:2000030301-subject-300198841; dct:source aat_source:2000052378. aat_term:1000198841-en # term "rhyta"@en gvp:sourceNonPreferred aat_source:2000049728; dct:source aat_source:2000051089-term-1000198841. aat_scopeNote:34904 # scopeNote dct:source aat_source:2000046502.
  • 18. CONTRIBUTORS foaf:Agent aat_contrib:10000131 a foaf:Agent; dc:identifier "10000131"; foaf:nick "CDBP-DIBAM"; foaf:name "Centro de Documentación de Bienes Patrimoniales...". Applied to subject, term, scopeNote: aat:300198841 # subject "rhyta" dct:contributor aat_contrib:10000131; dct:contributor aat_contrib:10000000. aat_term:1000198841-en # term "rhyta"@en gvp:contributorNonPreferred aat_contrib:10000131; gvp:contributorPreferred aat_contrib:10000000. aat_scopeNote:34904 # scopeNote dct:contributor aat_contrib:10000000.
  • 19. HISTORIC INFO Includes dates of applicability, historicFlag, comment. Applied to terms; hier & assoc rels, place types (using rdf:Statement) aat_term:1000002693-en a skosxl:Label; skosxl:literalForm "lambruscatura"@en ; gvp:historicFlag <http://vocab.getty.edu/historic/historic> ; schema:startDate "0900"^^xsd:gYear ; schema:endDate "1700"^^xsd:gYear ; rdfs:comment "Medieval term for wainscoting". aat_rel:300020271-aat2812_followed-300020269 a rdf:Statement; rdf:subject aat:300020271; # Second Dynasty (Egyptian) rdf:predicate gvp:aat2812_followed; rdf:object aat:300020269; # First Dynasty (Egyptian) rdfs:comment "Second Dynasty began ca. 2775 BCE"; schema:startDate "-2785"^^xsd:gYear; schema:endDate "-2765"^^xsd:gYear. tgn:7011179-placeType-300008347 a rdf:Statement; rdf:subject tgn:7011179; # Siena rdf:predicate gvp:placeTypePreferred; rdf:object aat:300008347; # inhabited place rdfs:comment "settled by Etruscans (flourished 6th century BCE)"; schema:startDate "-0800"^^xsd:gYear; gvp:displayOrder "1"^^xsd:positiveInteger.
  • 20. REVISION HISTORY PROV is too complex, so we simplify: aat:300018699 skos:changeNote aat_rev:12345, aat_rev:12346, aat_rev:12347; prov:wasGeneratedBy aat_rev:12345; dct:created "2014-01-02T01:02:03"^^xsd:dateTime; dct:modified "2014-01-03T01:02:03"^^xsd:dateTime; dct:issued "2014-01-04T01:02:03"^^xsd:dateTime. aat_rev:12345 a prov:Activity, prov:Create; dc:type "created"; prov:startedAtTime "2014-01-02T01:02:03"^^xsd:dateTime. aat_rev:12346 a prov:Activity, prov:Modify; prov:used aat:300018699; dc:type "term added"; dc:description "leggings, puttee (1000248060)"; prov:startedAtTime "2014-01-03T01:02:03"^^xsd:dateTime. aat_rev:12347 a prov:Activity, prov:Publish; prov:used aat:300018699; dc:type "issued"; prov:startedAtTime "2014-01-04T01:02:03"^^xsd:dateTime.
  • 21. TGN SPECIFICS: CONCEPT-PLACE DUALITY Duality between Concept and its denotation (ala VIAF, UK BL, FR BnF, SE KB…)
  • 22. TGN SEMANTIC REPRESENTATION Place types (TGN->AAT), Concept-Place duality, coordinates
  • 23. CONSTRUCT QUERY: GET & CACHE ALL DATA FOR SUBJECT All data for these subsidiary objects is served by the resource URL Cached, thus served quickly Served in RDF/XML, N3/Turtle, NTriples, JSON, soon JSON-LD
  • 25. SAMPLE QUERY: BAR CHART WITH SPARQL Number of UN members per year. See doc or jsfiddle with it
  • 26. THANKS FOR YOUR TIME! mailto:vladimir.alexiev@ontotext.com