Project:SPARQL/examples: Difference between revisions

no edit summary
(Created page with "Text")
 
No edit summary
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Text
==Examples==
 
===Select All Triples===
 
<sparql tryit="1">
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>