Project:SPARQL/examples
Test template SPARQL
PREFIX arch: <https://data.arch.be/entity/>
PREFIX archt: <https://data.arch.be/prop/direct/>
PREFIX archq: <https://query.wikidata.org/bigdata/namespace/wdq/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT ?item ?label ?_image WHERE {
?item wbt:P1 wb:Q2.
SERVICE wikibase:label {
bd:serviceParam wikibase:language "fr" .
?item rdfs:label ?label
}
}