User

Difference between revisions of "VIGNERON/Stats"

< User:VIGNERON

 
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>

Latest revision as of 16:30, 11 February 2021

All items by types

... Loading ...

Items about recording without a file

... Loading ...