12 Matching Annotations
- Oct 2023
-
graphdb.ontotext.com graphdb.ontotext.com
- Jun 2023
-
www.dataversity.net www.dataversity.net
-
ontosql.inria.fr ontosql.inria.fr
-
- May 2023
-
graphdb.ontotext.com graphdb.ontotext.com
-
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>)) }
-
- Nov 2020
-
bitnine.net bitnine.net
Tags
Annotators
URL
-
- Jul 2020
- Jun 2020
- Feb 2019
-
www.graphgrid.com www.graphgrid.com