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

Preview:

Citation preview

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