Eric Branson · @ericbranson
19 followers · 56 posts · Server law.builders

JSON-LD from the Scottish Government statistics office @ScotStat@twitter.com using the Data Cube vocab (based on SDMX). Cross-origin requests are enabled, so live data can be used on the Web (read: Mastodon).

statistics.gov.scot/data/scott

curl -H 'accept: application/ld+json' statistics.gov.scot/data/scott

fetch('statistics.gov.scot/data/scott', {headers: {'accept': 'application/ld+json'}}).then((res) => res.json()).then((json) => {console.log(json);})

#sdmx #datacube #statistics #jsonld #semanticweb #scotland #uk

Last updated 2 years ago

Lorenzo Isella · @larry77
16 followers · 123 posts · Server fosstodon.org

If you need to access statistical data from international organisations and you are into R, Matlab, etc... I very much recommend giving github.com/amattioc/SDMX

a try! Best by test in my opinion

#rstats #sdmx

Last updated 2 years ago