query-808c7e290e9946a0b3b9e65121cc3e6f
Organizations archived at the NDRM archive
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#>
#Organizations archived at the NDRM archive
#defaultView:Table
SELECT DISTINCT ?organization ?organizationLabel {
VALUES (?instance) {(wd:Q43229) (wd:Q783794)}
?organization wdt:P31 ?instance. #P31 = instance of / wd:Q43229 = organization, wd:Q783794 = company
?organization wdt:P485 wd:Q115296901. #P485 = archives at / wd:Q115296901 = NDRM archive
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],ko". }
} ORDER BY ASC(?organizationLabel)
Query found at
- https://www.wikidata.org/wiki/Wikidata:WikiProject_The_Commemorative_Association_of_the_National_Debt_Redemption_Movement_(NDRM)/Queries
- https://www.wikidata.org/wiki/Wikidata:WikiProject_The_Commemorative_Association_of_the_National_Debt_Redemption_Movement_(NDRM)/Statistics
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?instance")
v3("?organization"):::projected
v1("?organizationLabel"):::projected
c5(["bd:serviceParam"]):::iri
c3(["wd:Q115296901"]):::iri
c7(["#91;AUTO_LANGUAGE#93;,ko"]):::literal
bind0[/VALUES ?instance/]
bind0-->v2
bind00(["wd:Q43229"])
bind00 --> bind0
bind01(["wd:Q783794"])
bind01 --> bind0
v3 --"wdt:P31"--> v2
v3 --"wdt:P485"--> c3
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c5 --"wikibase:language"--> c7
end