sparql/szvizler - leibniz center...this sgviz1er is configured to query the wets analyse sparql...

11
SPARQL/SZVIZler

Upload: hadat

Post on 28-Jan-2019

219 views

Category:

Documents


0 download

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