query-d7a36e7fdb85c1f3f16d8fc021cc8b4f

rq turtle/ttl

Locations of stone arch bridges Locations of stone arch bridges Emplacement des ponts à arche de pierre Locations of stone arch bridges Locations of stone arch bridges Locaties van stenen boogbruggen Platser med bågbroar i sten Locations of stone arch bridges Locations of stone arch bridges Locations of stone arch bridges

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX bd: <http://www.bigdata.com/rdf#>
#defaultView:Map
SELECT ?label ?coord ?place ?image
WHERE {
    ?place wdt:P31 wd:Q14276458 ;  # instance of deck arch bridge
            wdt:P186 wd:Q22731 ;  # made of stone
            wdt:P625 ?coord .
    OPTIONAL { ?place wdt:P18 ?image }
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en".
                        ?place rdfs:label ?label }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?coord"):::projected v3("?image"):::projected v4("?label"):::projected v1("?place"):::projected c8(["bd:serviceParam"]):::iri c10(["#91;AUTO_LANGUAGE#93;,en"]):::literal c2(["wd:Q14276458"]):::iri c4(["wd:Q22731"]):::iri v1 --"wdt:P31"--> c2 v1 --"wdt:P186"--> c4 v1 --"wdt:P625"--> v2 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P18".-> v3 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c8 --"wikibase:language"--> c10 v1 --"rdfs:label"--> v4 end