query-a5407ac2ce42fe1d0d63c6f76d7fe4c1

rq turtle/ttl

Propertiesinstance of (P31)subclass of (P279)file extension (P1195)

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 ?format ?formatLabel ?ext 
WHERE {
  ?format (wdt:P31/wdt:P279*) wd:Q235557.
  ?format wdt:P1195 ?ext.
   FILTER(REGEX(?ext, "[:!@#$%^&]", "i")).
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?ext"):::projected v2("?format"):::projected a1((" ")) c5(["wd:Q235557"]):::iri c8(["bd:serviceParam"]):::iri c10(["#91;AUTO_LANGUAGE#93;,en"]):::literal f0[["regex(?ext,'#91;:!@#$%^&#93;','i')"]] f0 --> v1 v2 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c5 v2 --"wdt:P1195"--> v1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c8 --"wikibase:language"--> c10 end