query-a55879c8c031c8e6a1ee0a975fdaec55

rq turtle/ttl

title:All identifiers in a single item SELECT ?id ?value WHERE { wd:Q314447 ?idst ?value . ?id wikibase:directClaim ?idst . ?id wikibase:propertyType wikibase:ExternalId . }

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
#title:All identifiers in a single item
SELECT ?id ?value
WHERE {
  wd:Q314447 ?idst ?value .
  ?id wikibase:directClaim ?idst .
  ?id wikibase:propertyType wikibase:ExternalId .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?id"):::projected v1("?idst") v2("?value"):::projected c1(["wd:Q314447"]):::iri c4(["wikibase:ExternalId"]):::iri c1 -->v1--> v2 v3 --"wikibase:directClaim"--> v1 v3 --"wikibase:propertyType"--> c4