Project:SPARQL/examples

Revision as of 13:04, 2 February 2020 by Addshore (talk | contribs) (switch to <sparql> for a test with tryit...)

Examples

Select All Triples

SELECT * WHERE { ?a ?b ?c }

Try it!