+ All Categories
Home > Documents > SPARQL/SZVIZler - Leibniz Center...This SgViz1er is configured to query the wets analyse sparql...

SPARQL/SZVIZler - Leibniz Center...This SgViz1er is configured to query the wets analyse sparql...

Date post: 28-Jan-2019
Category:
Upload: hadat
View: 219 times
Download: 0 times
Share this document with a friend
11
SPARQL/SZVIZler
Transcript

SPARQL/SZVIZler

SELECT ?o ?s WHERE { { ?s ?p ?o } UNION { ?o ?p ?s } FILTER ( ?s = <http://www.semanticweb.org/ontologies/2012/3/MRB.owl#Anita> ) } ORDER BY ?o

SELECT ?o ?s WHERE { ?s rdf:type ?o FILTER ( ?s = <http://www.semanticweb.org/ontologies/2012/3/MRB.owl#Anita> ) } ORDER BY ?s

SELECT ?s ?o WHERE { <http://www.semanticweb.org/ontologies/2012/3/MRB.owl#Anita> <http://www.semanticweb.org/ontologies/2012/3/MRB.owl#isHouderVan> ?s. ?s <http://www.semanticweb.org/ontologies/2012/3/MRB.owl#heeftEigenMassa> ?m. ?m <http://www.semanticweb.org/ontologies/2012/3/MRB.owl#eigenMassa> ?o } ORDER BY ?o


Recommended