query-b605e97176a822531c07bc8fd799ffc7

rq turtle/ttl

Propertiesmedia type (P1163)file extension (P1195)

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?format ?formatLabel ?MIME WHERE {
  ?format wdt:P1163 ?MIME;
          wdt:P1195 "dat".
  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; v2("?MIME"):::projected v1("?format"):::projected c5(["bd:serviceParam"]):::iri c3(["dat"]):::literal c7(["#91;AUTO_LANGUAGE#93;,en"]):::literal v1 --"wdt:P1163"--> v2 v1 --"wdt:P1195"--> c3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end