Project:SPARQL/examples

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

Examples

Select All Triples

SELECT * WHERE { ?a ?b ?c }

Try it!