- Jun 2023
-
graphdb.ontotext.com graphdb.ontotext.com
-
linkedwiki.com linkedwiki.com
-
```sparql PREFIX rdfs: http://www.w3.org/2000/01/rdf-schema# PREFIX owl: http://www.w3.org/2002/07/owl#
SELECT ?superclass ?subclass FROM http://dbpedia.org WHERE {?superclass a owl:Class ; rdfs:subClassOf+ ?subclass }
LIMIT 100 ```
-
-
stackoverflow.com stackoverflow.com
-
stackoverflow.com stackoverflow.com
-
jakobib.github.io jakobib.github.io
-
link.springer.com link.springer.com
- May 2023
-
graphdb.ontotext.com graphdb.ontotext.com
-
For example, when merging four different datasets, you can use the following query on DBpedia to select everything about Sofia:
sparql SELECT * { { <http://dbpedia.org/resource/Sofia> ?p ?o . } UNION { <http://data.nytimes.com/nytimes:N82091399958465550531> ?p ?o . } UNION { <http://sws.geonames.org/727011/> ?p ?o . } UNION { <http://rdf.freebase.com/ns/m/0ftjx> ?p ?o . } }
sparql SELECT * { ?s ?p ?o FILTER (?s IN ( <http://dbpedia.org/resource/Sofia>, <http://data.nytimes.com/nytimes:N82091399958465550531>, <http://sws.geonames.org/727011/>, <http://rdf.freebase.com/ns/m/0ftjx>)) }
-
-
mementoweb.org mementoweb.org
Tags
Annotators
URL
-
-
dbpedia.org dbpedia.org
Tags
Annotators
URL
-
-
dbpedia.org dbpedia.org
Tags
Annotators
URL
-
-
www.sciencedirect.com www.sciencedirect.com
-
-
sparql SELECT ?type (COUNT(DISTINCT ?oeuvre) AS ?c) WHERE { VALUES ?type { <http://schema.org/CreativeWork> <http://schema.org/Painting> <http://dbpedia.org/ontology/Artwork> <http://dbpedia.org/ontology/Painting> } ?oeuvre a ?type . } GROUP BY ?type ORDER BY desc(?c)
-
-
databus.dbpedia.org databus.dbpedia.org
- Aug 2022
-
pats.cs.cf.ac.uk pats.cs.cf.ac.uk
Tags
Annotators
URL
-
-
pats.cs.cf.ac.uk pats.cs.cf.ac.uk
Tags
Annotators
URL
-
-
stackoverflow.com stackoverflow.com
- May 2022
-
mappings.dbpedia.org mappings.dbpedia.org
Tags
Annotators
URL
-
-
mappings.dbpedia.org mappings.dbpedia.orgOntology1
Tags
Annotators
URL
-
- Jun 2019
-
Local file Local file
- Feb 2017
-
wiki.dbpedia.org wiki.dbpedia.orgDBpedia1
Tags
Annotators
URL
-
-
demo.dbpedia-spotlight.org demo.dbpedia-spotlight.org
- Feb 2016
-
blog.databaseanimals.com blog.databaseanimals.com
-
Wikidata, in some sense, turns DBpedia around, in that Wikidata is intended to be a data source to populate Wikipedia infoboxes than the other way around.
-