query-105c83cb8b0a50765624436fd7cdc5aa
TODO
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#torres de telegrafia òptica
SELECT ?lloc ?llocLabel ?coordinate ?layer
WHERE {
?lloc wdt:P31/wdt:P279* wd:Q107128089.
?lloc wdt:P625 ?coordinate .
OPTIONAL{?lloc wdt:P31 ?layer.}
SERVICE wikibase:label {bd:serviceParam wikibase:language "[AUTO_LANGUAGE],ca,en,es,fr".}
}
#defaultView:Map
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?coordinate"):::projected
v3("?layer"):::projected
v1("?lloc"):::projected
a1((" "))
c6(["bd:serviceParam"]):::iri
c3(["wd:Q107128089"]):::iri
c8(["#91;AUTO_LANGUAGE#93;,ca,en,es,fr"]):::literal
v1 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c3
v1 --"wdt:P625"--> v2
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P31".-> v3
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c6 --"wikibase:language"--> c8
end