Project:SPARQL/examples: Difference between revisions
Jump to navigation
Jump to search
m (switch to <sparql> for a test with tryit...) |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
<sparql tryit="1"> | <sparql tryit="1"> | ||
SELECT * WHERE { ?a ?b ?c } | 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> | </sparql> |
Latest revision as of 20:26, 18 April 2020
Examples
Select All Triples
SELECT * WHERE { ?a ?b ?c }
Select All Triples relating to Q1
The following query uses these:
SELECT * WHERE { <http://addshore-alpha.wiki.opencura.com/entity/Q1> ?b ?c }