Project:SPARQL/examples

From Addshore Alpha
Revision as of 13:26, 2 February 2020 by Addshore (talk | contribs) (add comment)
Jump to navigation Jump to search

Examples

Select All Triples

# Select All Triples
SELECT * WHERE { ?a ?b ?c }

Try it!