User:Teester
Tools
- Entityshape - Userscript & API to compare items to entityschemas - Userscript - Github
- Entityschema Generator - A GUI to create simple entityschemas for Wikidata - Toolforge
- Shextranslator - A tool to convert entityschemas into human readable versions - Toolforge
- Parliament Diagram Generator - A tool to generate semicircular parliament diagrams for legislatures using WIkidata data - Toolforge
Useful queries
https://w.wiki/7Rds: Act of the Oireachtas (Q91586285) broken down by area of law (Q1756157)
https://w.wiki/7Rdz: Act of the Oireachtas (Q91586285) for a specific year and area of law (Q1756157) for each act
instance of (P31) > 500000
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT ?o (count(?o) as ?count) WHERE {
?id wdt:P31 ?o.
}
group by ?o
having (?count > 500000)
order by desc(?count)