query-8b9118e9a60593c2163b2d4ab79c5176

rq turtle/ttl

Propertiessubclass of (P279)file extension (P1195)media type (P1163)PRONOM file format ID (P2748)File Format Wiki page ID (P3381)described at URL (P973)

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 ?item ?itemLabel ?ext ?media ?pro ?solve ?url WHERE {
  ?item wdt:P279 wd:Q17154458.
  ?item wdt:P1195 ?ext.
  ?item wdt:P1163 ?media.
  OPTIONAL {?item wdt:P2748 ?pro.}
  OPTIONAL {?item wdt:P3381 ?solve.}
  OPTIONAL {?item wdt:P973 ?url.}
  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("?ext"):::projected v1("?item"):::projected v3("?media"):::projected v4("?pro"):::projected v5("?solve"):::projected v6("?url"):::projected c9(["bd:serviceParam"]):::iri c2(["wd:Q17154458"]):::iri c11(["#91;AUTO_LANGUAGE#93;,en"]):::literal v1 --"wdt:P279"--> c2 v1 --"wdt:P1195"--> v2 v1 --"wdt:P1163"--> v3 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P2748".-> v4 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P3381".-> v5 end subgraph optional2["(optional)"] style optional2 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P973".-> v6 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c9 --"wikibase:language"--> c11 end