Project:SPARQL/examples: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Examples==
==Examples==


===One===
===Select All Triples===


<syntaxhighlight>
<sparql tryit="1">
Test
SELECT * WHERE { ?a ?b ?c }
</syntaxhighlight>
</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>