query-23fdc53e68509ded34f9dc3652c70ad4

rq turtle/ttl

Count identifiers with exceptionsHi all! Starting from the following banal query

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?n WHERE { wd:Q11922067 wikibase:identifiers ?n . }

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?n"):::projected c1(["wd:Q11922067"]):::iri c1 --"wikibase:identifiers"--> v1