SELECT ?s ?p ?o WHERE { ?s ?p ?o . } LIMIT 100
SELECT distinct ?o WHERE { ?s <http://xmlns.com/foaf/0.1/maker> ?o . }
SELECT distinct ?p WHERE { ?s ?p ?o . }
Click here for many other different queries.
Back To Top