query-055cfcd88e2583b9a330a586b063e262
Gib mir alle an NFDI beteiligten Fachgsellschaten!
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 ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?w ?wLabel ?affiliationTypeLabel ?p ?pLabel
WHERE
{
?p wdt:P31 wd:Q98270496 .
?p p:P1416 ?statement .
?statement ps:P1416 ?w .
{{?w wdt:P31 wd:Q1391145} UNION {?w wdt:P31 wd:Q1391517} UNION {?w wdt:P31 wd:Q955824}}
?w wdt:P17 wd:Q183 .
OPTIONAL { ?statement pq:P3831 ?affiliationType .}
OPTIONAL { ?p wdt:P571 ?inception }
OPTIONAL { ?p wdt:P488 ?speaker }
SERVICE wikibase:label { bd:serviceParam wikibase:language "de,en" . }
} ORDER BY ASC(?wLabel) ASC(?affiliationTypeLabel) ASC(?pLabel)
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v7("?affiliationType")
v2("?affiliationTypeLabel"):::projected
v8("?inception")
v4("?p"):::projected
v3("?pLabel"):::projected
v9("?speaker")
v5("?statement")
v6("?w"):::projected
v1("?wLabel"):::projected
c5(["wd:Q1391145"]):::iri
c14(["bd:serviceParam"]):::iri
c7(["wd:Q955824"]):::iri
c9(["wd:Q183"]):::iri
c16(["de,en"]):::literal
c2(["wd:Q98270496"]):::iri
c6(["wd:Q1391517"]):::iri
v4 --"p:direct/P31"--> c2
v4 --"p:P1416"--> v5
v5 --"p:statement/P1416"--> v6
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
subgraph union1[" Union "]
subgraph union1l[" "]
style union1l fill:#abf,stroke-dasharray: 3 3;
v6 --"p:direct/P31"--> c7
end
subgraph union1r[" "]
style union1r fill:#abf,stroke-dasharray: 3 3;
v6 --"p:direct/P31"--> c6
end
union1r <== or ==> union1l
end
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
v6 --"p:direct/P31"--> c5
end
union0r <== or ==> union0l
end
v6 --"p:direct/P17"--> c9
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v5 -."p:qualifier/P3831".-> v7
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v4 -."p:direct/P571".-> v8
end
subgraph optional2["(optional)"]
style optional2 fill:#bbf,stroke-dasharray: 5 5;
v4 -."p:direct/P488".-> v9
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c14 --"wikibase:language"--> c16
end