11
SPARQL/SZVIZler

SPARQL/SZVIZler - Leibniz Center...This SgViz1er is configured to query the wets analyse sparql endpoint, http-]/justinian_le1bnizcenter_org:2020/sparq1: with some frequently used

  • Upload
    hadat

  • View
    221

  • Download
    0

Embed Size (px)

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