Mercurial > hg > semantic-sia
view src/sparql/select_all_from_all_graphs.sparql @ 64:4f981b1f8c04
working ontology and test data set, with some experimental triples still commented out
author | stevenh |
---|---|
date | Thu, 01 Aug 2013 13:49:49 +0100 |
parents | fa1ca32c6a17 |
children |
line wrap: on
line source
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX owl: <http://www.w3.org/2002/07/owl#> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> PREFIX abc: <http://example.org/abc#> PREFIX seq: <http://example.org/seq#> PREFIX sia: <http://example.org/sia#> SELECT ?g ?s ?p ?o WHERE { GRAPH ?g { ?s ?p ?o } } ORDER BY ?g ?s ?p ?o