zeginis
zeginis
I need to get ALL the observations to run some statistical analysis on top of them. For example I run: ``` {dataset_births{ observations(dimensions:{reference_period:"2012"}){ total_matches page(first:"1000"){ result{ count gender reference_area reference_period...
The query can look like: ``` {dataset_births{ dimensions{ uri levels{ enum_name label }}}} ``` This will return for example for the referenceArea: - datazones 2001 - council area - electoral...
It is good to have a functionality that enables the searching of data sets: - filter datasets by metadata e.g. title, publisher, license, issued, modified, category. For example find dataset...
In this case we need to find datasets that have specific values at the dimensions or attributes. Expected GraphQL queries: ``` { datasets(data: { or /and : [ { dimension:"http://statistics.gov.scot/def/dimension/populationGroup”...
Search data of a specific hierarchical level (e.g. council areas, electoral wards etc). Expected GraphQL queries: ``` { datasets(data: { or/and: [ { dimension:"http://purl.org/linked-data/sdmx/2009/dimension#refArea” level:”http://statistics.gov.scot/id/statistical-entity/S12”} //council areas { dimension:"http://purl.org/linked-data/sdmx/2009/dimension#refArea” level:”http://statistics.gov.scot/id/statistical-entity/S13”}...
We need a functionality to search for datasets based on their metadata: - Category or theme (e.g. dcat:keyword, dcat:theme, dct:subject) - Publisher (e.g. dct:publisher) - License (dct:license) - Issued (e.g....