query-57ea38b9dd3d6b2a7c81bdafdf091e96

rq turtle/ttl

Which members of NFDI e.V. are also members of DFN e.V.?

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#>
SELECT DISTINCT ?pLabel ?p
WHERE 
{
  ?p wdt:P463 wd:Q105757481 .
  {?p wdt:P463 wd:Q2514863} UNION {?p wdt:P1416 wd:Q2514863}
  SERVICE wikibase:label { bd:serviceParam wikibase:language "de,en" . }
} ORDER BY ASC(?wLabel)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?p"):::projected v1("?wLabel") c6(["bd:serviceParam"]):::iri c2(["wd:Q105757481"]):::iri c8(["de,en"]):::literal c3(["wd:Q2514863"]):::iri v2 --"wdt:P463"--> c2 subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; v2 --"wdt:P1416"--> c3 end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v2 --"wdt:P463"--> c3 end union0r <== or ==> union0l end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end