This diagram shows the different kind of Source of Law contained within the DoGi dataset. The data have been retrieved using the SPARQL endpoint of Linked Data Dogi. The bar chart uses a logarithmic scale in order to better visualize smaller values. The logarithmic trend of the scale can be noticed by looking at x axes on the top and the vertical lines behind the red bars.
SELECT ?desc (COUNT(*) AS ?cont) {
?s a ;
dcterms:description ?desc .
} GROUP BY ?desc ORDER BY DESC(?cont)
Modified http://d3js.org/d3.v3.min.js to a secure url
https://d3js.org/d3.v3.min.js