User
Difference between revisions of "VIGNERON/Stats"
< User:VIGNERON
(→All items by types: + libellé) |
(→All items by types: +) |
||
Line 9: | Line 9: | ||
GROUP BY ?type ?typeLabel | GROUP BY ?type ?typeLabel | ||
ORDER BY DESC(?c) | ORDER BY DESC(?c) | ||
+ | </query> | ||
+ | |||
+ | == Items about recording without a file == | ||
+ | |||
+ | <query> | ||
+ | SELECT * WHERE { | ||
+ | ?item prop:P2 entity:Q2 . | ||
+ | MINUS { ?item prop:P3 [] } | ||
+ | OPTIONAL { ?item prop:P4/rdfs:label ?langLabel . FILTER (lang(?langLabel) = "fr"). } | ||
+ | OPTIONAL { ?item prop:P7 ?transc } | ||
+ | } | ||
</query> | </query> |