query-e78b67a4cb45816886758e04f12bc8d0

rq turtle/ttl

PropertiesPRONOM file format ID (P2748)

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?format ?formatLabel ?puid

WHERE {

  ?format wdt:P2748 ?puid .

  SERVICE wikibase:label {
        bd:serviceParam wikibase:language "en" .

}
  }

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?format"):::projected v2("?puid"):::projected c3(["bd:serviceParam"]):::iri c5(["en"]):::literal v1 --"wdt:P2748"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c3 --"wikibase:language"--> c5 end