Project:SPARQL/examples

Revision as of 13:26, 2 February 2020 by Addshore (talk | contribs) (add comment)

Examples

Select All Triples

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

Try it!