User:Teester: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
Line 61: | Line 61: | ||
|16 || {{Q|Q101352}} || 621,564 || {{E|E734}} ||Yes |
|16 || {{Q|Q101352}} || 621,564 || {{E|E734}} ||Yes |
||
|- |
|- |
||
|17 || {{Q|Q13100073}} || 588,385 || || |
|17 || {{Q|Q13100073}} || 588,385 || {{E|E442}} || Yes |
||
|- |
|- |
||
|18 || {{Q|Q486972}} || 559,846 || || |
|18 || {{Q|Q486972}} || 559,846 || || |
Revision as of 14:45, 12 July 2024
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)