Project:SPARQL/examples

From Addshore Alpha
Jump to navigation Jump to search

Examples

Select All Triples

SELECT * WHERE { ?a ?b ?c }

Try it!


Select All Triples relating to Q1

The following query uses these:

SELECT * WHERE { <http://addshore-alpha.wiki.opencura.com/entity/Q1> ?b ?c }

Try it!