Difference between revisions of "Project:SPARQL/examples"

From Wikibase Personal data
Jump to navigation Jump to search
(Created page with "==Examples== ===Select All Triples=== <syntaxhighlight> SELECT * WHERE { ?a ?b ?c } </syntaxhighlight>")
 
(No difference)

Latest revision as of 23:11, 3 January 2020

Examples

Select All Triples

SELECT * WHERE { ?a ?b ?c }