query-0a23f70bf3cef5d7cfa6240dd867cd17
Give me all persons who are working for NFDI!(Comment: Data is not yet complete.)
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
WHERE
{
?p wdt:P31 wd:Q5 .
{?p wdt:P101 wd:Q61658497} UNION {?p wdt:P108 ?a; wdt:P31 wd:Q98270496}
SERVICE wikibase:label { bd:serviceParam wikibase:language "de," . }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?a")
v1("?p"):::projected
c8(["bd:serviceParam"]):::iri
c4(["wd:Q61658497"]):::iri
c2(["wd:Q5"]):::iri
c10(["de,"]):::literal
c6(["wd:Q98270496"]):::iri
v1 --"wdt:P31"--> c2
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
v1 --"wdt:P108"--> v2
v1 --"wdt:P31"--> c6
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
v1 --"wdt:P101"--> c4
end
union0r <== or ==> union0l
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c8 --"wikibase:language"--> c10
end