query-1c1fceb737aafc14b78c52361382b874
[Housecleaning] Members of NFDI List should be empty. (Q105757481)German National Research Data Infrastructure (NFDI) e.V. instead of (Q61658497)National Research Data Infrastructure This query shows organisations that have incorrectly been set as members of
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 DISTINCT ?wLabel ?w
WHERE
{
?w wdt:P463 wd:Q61658497 .
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("?w"):::projected
v1("?wLabel"):::projected
c4(["bd:serviceParam"]):::iri
c2(["wd:Q61658497"]):::iri
c6(["de,en"]):::literal
v2 --"wdt:P463"--> c2
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c4 --"wikibase:language"--> c6
end