Project:SPARQL/examples: Difference between revisions

no edit summary
m (switch to <sparql> for a test with tryit...)
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
<sparql tryit="1">
<sparql tryit="1">
SELECT * WHERE { ?a ?b ?c }
SELECT * WHERE { ?a ?b ?c }
</sparql>
===Select All Triples relating to Q1===
<sparql tryit="1" list="1">
SELECT * WHERE { <http://addshore-alpha.wiki.opencura.com/entity/Q1> ?b ?c }
</sparql>
</sparql>