{ "dataset": { "name": "luxembourgish-budget", "label": "Luxembourgish Budget", "description": "

Parsed from http://www.igf.etat.lu/.

", "currency": "EUR", "unique_keys": ["uid"] }, "mapping": { "from": { "fields": [ {"constant": "Luxembourgish Government", "name": "label", "datatype": "constant"} ], "type": "entity", "description": "The entity that the money was paid from", "label": "Paid from" }, "to": { "fields": [ {"constant": "Luxembourgish Society", "name": "label", "datatype": "constant"} ], "type": "entity", "description": "The entity that the money was paid to", "label": "Paid to" }, "amount": { "description": "", "column": "amount", "label": "", "datatype": "float", "type": "value" }, "uid": { "description": "", "column": "uid", "label": "Unique ID", "datatype": "string", "type": "value" }, "time": { "default_value": "", "description": "", "column": "year", "label": "Budget year", "datatype": "date", "type": "value" }, "ministry": { "fields": [ {"column": "ministry_id", "datatype": "id", "name": "name"}, {"column": "ministry_name", "datatype": "string", "name": "label"} ], "label": "Ministry", "type": "classifier", "description": "Luxembourgish spending code, level 1 (Ministry).", "taxonomy": "luxembourgish-budget:level:1" }, "section": { "fields": [ {"column": "section_id", "datatype": "id", "name": "name"}, {"column": "section_name", "datatype": "string", "name": "label"} ], "label": "Section", "type": "classifier", "description": "Luxembourgish spending code, level 2 (Section).", "taxonomy": "luxembourgish-budget:level:2" } }, "views": [ { "name": "default", "entity": "dataset", "label": "by Ministry", "dimension": "dataset", "breakdown": "ministry", "filters" : {"name": "luxembourgish-budget" } }, { "name": "section", "entity": "dataset", "label": "by Section", "dimension": "dataset", "breakdown": "section", "filters" : {"name": "luxembourgish-budget" } } ] }