Project:SPARQL/examples: Difference between revisions

From Addshore Alpha
Jump to navigation Jump to search
No edit summary
(first example)
Line 1: Line 1:
==Examples==
==Examples==


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


<syntaxhighlight>
<syntaxhighlight>
Test
SELECT * WHERE { ?a ?b ?c }
</syntaxhighlight>
</syntaxhighlight>

Revision as of 17:21, 23 November 2019

Examples

Select All Triples

SELECT * WHERE { ?a ?b ?c }