query-a564694cb2a2860af5cf661b0be547b4

rq turtle/ttl

RDM-Service Points in North Rhine-Westphalia

Use at

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 ?organizational_unit ?geo ?organizational_unitLabel ?email_address ?official_website ?part_ofLabel WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  ?organizational_unit wdt:P31 wd:Q679206;
    wdt:P101 wd:Q30089794;
    wdt:P131 wd:Q1198. 
  OPTIONAL { ?organizational_unit wdt:P968 ?email_address. }
  OPTIONAL { ?organizational_unit wdt:P856 ?official_website. }
  OPTIONAL { ?organizational_unit wdt:P361 ?part_of. }
  OPTIONAL { ?part_of wdt:P625 ?geo. }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?email_address"):::projected v5("?geo"):::projected v3("?official_website"):::projected v1("?organizational_unit"):::projected v4("?part_of") c6(["wd:Q679206"]):::iri c2(["bd:serviceParam"]):::iri c8(["wd:Q30089794"]):::iri c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal c10(["wd:Q1198"]):::iri 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:P131"--> c10 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P968".-> v2 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P856".-> v3 end subgraph optional2["(optional)"] style optional2 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P361".-> v4 end subgraph optional3["(optional)"] style optional3 fill:#bbf,stroke-dasharray: 5 5; v4 -."wdt:P625".-> v5 end