query-0d4b756498c83d26affb9efcd739fa69

rq turtle/ttl

PropertiesPRONOM file format ID (P2748)described by source (P1343)full work available at URL (P953)

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?puid ?sourceLabel ?url
WHERE 
{
  ?item wdt:P2748 ?puid.
  ?item wdt:P1343 ?source.
  ?source wdt:P953 ?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; v1("?item"):::projected v2("?puid"):::projected v3("?source") v4("?url"):::projected c5(["bd:serviceParam"]):::iri c7(["#91;AUTO_LANGUAGE#93;,en"]):::literal v1 --"wdt:P2748"--> v2 v1 --"wdt:P1343"--> v3 v3 --"wdt:P953"--> v4 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end