Project:SPARQL/examples: Difference between revisions

m
switch to <sparql> for a test with tryit...
(first example)
m (switch to <sparql> for a test with tryit...)
Line 3: Line 3:
===Select All Triples===
===Select All Triples===


<syntaxhighlight>
<sparql tryit="1">
SELECT * WHERE { ?a ?b ?c }
SELECT * WHERE { ?a ?b ?c }
</syntaxhighlight>
</sparql>