Project:SPARQL query service/queries/examples: Difference between revisions
From SCDB
(Created page with "== Simple Queries == These basic queries help to understand SPARQL and the Wikibase RDF format. === Ships === {{SP...") |
No edit summary |
||
Line 7: | Line 7: | ||
{ | { | ||
?item wdt:P1 wd:Q842. | ?item wdt:P1 wd:Q842. | ||
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } | |||
} | |||
}} | |||
=== STAR arkmap type === | |||
{{SPARQL2|SELECT ?item ?itemLabel | |||
WHERE | |||
{ | |||
?item wdt:P10 "STAR". | |||
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } | SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } | ||
} | } | ||
}} | }} |