query-dffbd5d6e4cf00497ed30e6f53f8de3a
Liste aller FDM-Kontaktstellen
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#>
SELECT ?p ?pLabel ?w ?wLabel
WHERE {
?p wdt:P101 wd:Q30089794 .
?p wdt:P31 wd:Q679206 .
OPTIONAL { ?p wdt:P361 ?w . }
SERVICE wikibase:label {bd:serviceParam wikibase:language "en,de"}
} ORDER BY ASC(?instanceLabel)
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?instanceLabel")
v2("?p"):::projected
v3("?w"):::projected
c4(["wd:Q679206"]):::iri
c7(["bd:serviceParam"]):::iri
c2(["wd:Q30089794"]):::iri
c9(["en,de"]):::literal
v2 --"wdt:P101"--> c2
v2 --"wdt:P31"--> c4
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P361".-> v3
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end