Project:Sample queries
From MaRDI portal
Examples
Select All Triples
<sparql tryit="1"> SELECT * WHERE { ?a ?b ?c } </sparql>
Select All Triples relating to Q1
<sparql tryit="1" list="1"> SELECT * WHERE { <http://addshore-alpha.wiki.opencura.com/entity/Q1> ?b ?c } </sparql>