Project:SPARQL/examples: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(first example) |
||
Line 1: | Line 1: | ||
==Examples== | ==Examples== | ||
=== | ===Select All Triples=== | ||
<syntaxhighlight> | <syntaxhighlight> | ||
SELECT * WHERE { ?a ?b ?c } | |||
</syntaxhighlight> | </syntaxhighlight> |
Revision as of 17:21, 23 November 2019
Examples
Select All Triples
SELECT * WHERE { ?a ?b ?c }