DBpedia Ontology Session
Making the Semantic Web rock-solid
1
Goal of the DBpedia Ontology Session
2
Motivation - Why
“So, when is the Semantic Web coming?” �- Thorsten Berger, Professor, Software Engineering in Bochum
3
Software Repositories | Linked Data (Ontologies) | Other data repositories |
|
| |
rock-solid | mixed - do you feel lucky? | Linked Data is better by magnitudes |
How? What’s the lever?
Data Quality - Fitness for Use
4
How? What’s the lever?
Data Quality - Fitness for use
5
How? What’s the lever?
Who pays the integration tax?
(amount of work needed to get an external artifact working in own system)
6
How? What’s the lever?
Who pays the integration tax?
7
Archivo
https://archivo.dbpedia.org/ Download all ontologies�https://databus.dbpedia.org/jfrey/collections/archivo-latest-ontology-snapshots
8
Archivo
9
Archivo
10
Archivo
11
Archivo
12
Archivo
Who pays the integration tax?
13
DBpedia Archivo
an augmented Ontology Archive
14
Overview
15
Finding an Ontology
16
Finding an Ontology
17
Finding an Ontology
18
Accessing Ontologies
19
Accessing Ontologies via an API
Accessing all (or any subset) Ontologies¹:
Accessing a single Ontology: e.g. https://archivo.dbpedia.org/download?o=http://dbpedia.org/ontology/
20
http://archivo.dbpedia.org/download?
o={ontology-URI}
query=$(curl -H "Accept:text/sparql" https://databus.dbpedia.org/denis/collections/latest_ontologies_as_nt)
files=$(curl -H "Accept: text/csv" --data-urlencode "query=${query}" https://databus.dbpedia.org/repo/sparql | tail -n+2 | sed 's/"//g')
while IFS= read -r file ; do wget $file; done <<< "$files"
¹more at https://archivo.dbpedia.org/api
Interoperable Ontologies
21
Interoperable Ontologies
22
Debug common Ontology Pitfalls
23
0x⭐ Ontology
2x⭐ Ontology
4x⭐ Ontology
Ontology Reusability
24
Ontology Reusability
25
http://archivo.dbpedia.org/download?
o={ontology-URI}
f={format}
v={version}
e.g. https://archivo.dbpedia.org/download?o=http%3A//www.georss.org/georss/&v=2020.08.10-110000&f=ttl
One REST request:
Summary
Archivo …
26
Contribute to Archivo
27
References
28