query-91fca72d75156dbd7d44f7fc7f089034
Konzentrationslager und Ghettosaus einem Tweet von @valexiev1
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 ?place ?placeLabel ?location ?layer {
{?place wdt:P31/wdt:P279* wd:Q152018; wdt:P625 ?location. bind("ghetto" as ?layer)} union
{?place wdt:P31/wdt:P279* wd:Q328468; wdt:P625 ?location. bind("concentration camp" as ?layer)}
SERVICE wikibase:label {bd:serviceParam wikibase:language "en,de,ru,nl"}
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v4("?layer"):::projected
v2("?location"):::projected
v1("?place"):::projected
a1((" "))
a2((" "))
c7(["bd:serviceParam"]):::iri
c3(["wd:Q152018"]):::iri
c9(["en,de,ru,nl"]):::literal
c5(["wd:Q328468"]):::iri
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
v1 --"wdt:P31"--> a2
a2 --"wdt:P279"--> c5
v1 --"wdt:P625"--> v2
bind0[/"'concentration camp'"/]
bind0 --as--o v4
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
v1 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c3
v1 --"wdt:P625"--> v2
bind1[/"'ghetto'"/]
bind1 --as--o v4
end
union0r <== or ==> union0l
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end