query-0c601e60b54f3fcff5fce625b5f136b2
Per a Sophox: llocs amb etiqueta historic=optical_telegraph
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX bd: <http://www.bigdata.com/rdf#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
#place=*
SELECT DISTINCT ?osmId ?loc ?wda ?que ?queLabel WHERE {
?osmId osmt:historic 'optical_telegraph'.
?osmId osmm:loc ?loc .
?osmId osmt:wikidata ?wda .
SERVICE <https://query.wikidata.org/sparql> {
?wda wdt:P31 ?que .
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en".
?que rdfs:label ?queLabel}
}
}
LIMIT 500