query-da6ba47a7cbb59d4f8dba1677d949145
AltroNB gli oggetti della collezione sono su una carta ma non hanno coordinate: le coordinate sono date dalla città di scoperta, le coordinate sono quelle della città.
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 rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX bd: <http://www.bigdata.com/rdf#>
#title: Lieux de découverte des objets des collections du musée de Bretagne
#defaultView:Map
SELECT ?q ?qLabel ?locLabel ?coord WHERE {
?q wdt:P195 wd:Q3329701 ;
wdt:P189 ?loc .
?loc wdt:P625 ?coord .
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". ?q rdfs:label ?qLabel . ?depeint rdfs:label ?depeintLabel }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?coord"):::projected
v5("?depeint")
v6("?depeintLabel")
v2("?loc")
v1("?q"):::projected
v4("?qLabel"):::projected
c2(["wd:Q3329701"]):::iri
c6(["bd:serviceParam"]):::iri
c8(["#91;AUTO_LANGUAGE#93;"]):::literal
v1 --"wdt:P195"--> c2
v1 --"wdt:P189"--> v2
v2 --"wdt:P625"--> v3
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c6 --"wikibase:language"--> c8
v1 --"rdfs:label"--> v4
v5 --"rdfs:label"--> v6
end