query-4ea43d595b34afeda1a88c5ad86629c5

rq turtle/ttl

The object depicted in the NDRM records

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#>
#The object depicted in the NDRM records
#defaultView:Table
SELECT DISTINCT ?item ?itemLabel ?object ?objectLabel {
  ?item wdt:P31 wd:Q11723795. #P31 = instance of / wd:Q11723795 = item
  ?item wdt:P921 wd:Q623859. #P921 = main subject / wd:Q623859 = NDRM
  ?item wdt:P180 ?object. #P180 = depicts
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],ko". }
} ORDER BY ASC(?itemLabel)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?item"):::projected v1("?itemLabel"):::projected v3("?object"):::projected c4(["wd:Q623859"]):::iri c7(["bd:serviceParam"]):::iri c2(["wd:Q11723795"]):::iri c9(["#91;AUTO_LANGUAGE#93;,ko"]):::literal v2 --"wdt:P31"--> c2 v2 --"wdt:P921"--> c4 v2 --"wdt:P180"--> v3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end