Project:SPARQL/examples: Difference between revisions
Jump to navigation
Jump to search
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> |