query-1d8308f2830f924185e1cc64e091133b
Liste der Konsortien auf FDM-Kontakte
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 ?pLabel ?pDescription ?website ?email
WHERE
{
?p wdt:P31 wd:Q98270496 .
OPTIONAL { ?p wdt:P968 ?email. }
OPTIONAL { ?p wdt:P856 ?website. }
SERVICE wikibase:label { bd:serviceParam wikibase:language "de" . }
} ORDER BY ASC(?pLabel)
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?email"):::projected
v2("?p")
v1("?pLabel"):::projected
v4("?website"):::projected
c8(["de"]):::literal
c6(["bd:serviceParam"]):::iri
c2(["wd:Q98270496"]):::iri
v2 --"wdt:P31"--> c2
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P968".-> v3
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P856".-> v4
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c6 --"wikibase:language"--> c8
end