Project:SPARQL/examples: Difference between revisions

m
add comment
m (switch to <sparql> for a test with tryit...)
m (add comment)
Line 4: Line 4:


<sparql tryit="1">
<sparql tryit="1">
# Select All Triples
SELECT * WHERE { ?a ?b ?c }
SELECT * WHERE { ?a ?b ?c }
</sparql>
</sparql>