query-a7eba5d2b96e1a9ced365df2bb457f11

rq turtle/ttl

directory (Q201456) instancesTypical output: "/bin", "/dev", "Program Files" but also "Cinémathèque québécoise".

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#>
SELECT DISTINCT ?subjectLabel WHERE {
  ?subject wdt:P31* wd:Q201456 .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
}
ORDER BY ?subjectLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?subject") v1("?subjectLabel"):::projected c4(["bd:serviceParam"]):::iri c6(["en"]):::literal c2(["wd:Q201456"]):::iri v2 --"wdt:P31"--> c2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 end