query-d578019a8f936f6147040eba405ed0d2
RDM-Service Points
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 ?organizational_unit ?geo ?organizational_unitLabel ?email_address ?official_website ?EinrichtungLabel WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
?organizational_unit wdt:P31 wd:Q679206.
?organizational_unit wdt:P101 wd:Q30089794.
?organizational_unit wdt:P361 ?Einrichtung.
OPTIONAL { ?organizational_unit wdt:P968 ?email_address. }
OPTIONAL { ?organizational_unit wdt:P856 ?official_website. }
OPTIONAL { ?Einrichtung wdt:P625 ?geo. }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?Einrichtung")
v3("?email_address"):::projected
v5("?geo"):::projected
v4("?official_website"):::projected
v1("?organizational_unit"):::projected
c6(["wd:Q679206"]):::iri
c2(["bd:serviceParam"]):::iri
c8(["wd:Q30089794"]):::iri
c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c2 --"wikibase:language"--> c4
end
v1 --"wdt:P31"--> c6
v1 --"wdt:P101"--> c8
v1 --"wdt:P361"--> v2
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P968".-> v3
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P856".-> v4
end
subgraph optional2["(optional)"]
style optional2 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P625".-> v5
end