query-e67719252f3ed4de3474fca1ee173ba9
ehemalige
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#>
#defaultView:Map
SELECT DISTINCT ?gastro ?gastroLabel ?gastroDescription ?address ?geo
WHERE
{
?gastro wdt:P31 wd:Q88985865.
?gastro wdt:P131 wd:Q2112.
?gastro wdt:P5817 wd:Q63065035.
OPTIONAL { ?gastro wdt:P6375 ?address. }
OPTIONAL { ?gastro wdt:P625 ?geo. }
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?address"):::projected
v1("?gastro"):::projected
v3("?geo"):::projected
c2(["wd:Q88985865"]):::iri
c10(["bd:serviceParam"]):::iri
c12(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c4(["wd:Q2112"]):::iri
c6(["wd:Q63065035"]):::iri
v1 --"wdt:P31"--> c2
v1 --"wdt:P131"--> c4
v1 --"wdt:P5817"--> c6
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P6375".-> v2
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P625".-> v3
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c10 --"wikibase:language"--> c12
end