query-8f6b7fa18e5821299d6a9b1b304a5e27
PropertiesPRONOM file format ID (P2748)readable file format (P1072)
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?puid (COUNT(?software) AS ?count)
WHERE {
?format wdt:P2748 ?puid .
?software wdt:P1072 ?format.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
GROUP BY ?puid
HAVING(COUNT(?software) > 9)
ORDER BY DESC(?count)
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v5("?_anon_42b5416610844a34809f33a099ae9de144579")
v6("?count")
v2("?format")
v3("?puid"):::projected
v4("?software"):::projected
a1((" "))
c5(["bd:serviceParam"]):::iri
c7(["#91;AUTO_LANGUAGE#93;,en"]):::literal
f0[[" > '9^^xsd:integer'"]]
f0 --> a1
v2 --"wdt:P2748"--> v3
v4 --"wdt:P1072"--> v2
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c5 --"wikibase:language"--> c7
end
bind3[/"count(?software)"/]
v4 --o bind3
bind3 --as--o v5
bind4[/"count(?software)"/]
v4 --o bind4
bind4 --as--o v6