@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://ckan.lab.baffelan.com/dataset/21d84e2c-1d61-4fcc-a540-c6f0e165b241> a dcat:Dataset ;
    dct:description "Total population (millions), 2021-2023. Demo data for the SDMx lab." ;
    dct:identifier "21d84e2c-1d61-4fcc-a540-c6f0e165b241" ;
    dct:issued "2026-07-29T03:49:38.225386"^^xsd:dateTime ;
    dct:modified "2026-07-29T04:26:55.890093"^^xsd:dateTime ;
    dct:publisher <https://ckan.lab.baffelan.com/organization/e9bda33a-e81b-43ae-846f-426057a8ad1f> ;
    dct:title "Population — Spain & Portugal" ;
    dcat:distribution <https://ckan.lab.baffelan.com/dataset/21d84e2c-1d61-4fcc-a540-c6f0e165b241/resource/f17f0dce-8ca3-4174-9a56-d54066031072> ;
    dcat:keyword "indicators",
        "portugal",
        "spain" .

<https://ckan.lab.baffelan.com/dataset/21d84e2c-1d61-4fcc-a540-c6f0e165b241/resource/f17f0dce-8ca3-4174-9a56-d54066031072> a dcat:Distribution ;
    dct:format "CSV" ;
    dct:issued "2026-07-29T03:49:40.341776"^^xsd:dateTime ;
    dct:modified "2026-07-29T03:49:40.329199"^^xsd:dateTime ;
    dct:title "population.csv" ;
    dcat:accessURL <https://ckan.lab.baffelan.com/dataset/21d84e2c-1d61-4fcc-a540-c6f0e165b241/resource/f17f0dce-8ca3-4174-9a56-d54066031072/download/population.csv> ;
    dcat:byteSize "169"^^xsd:nonNegativeInteger ;
    dcat:mediaType "text/csv" .

<https://ckan.lab.baffelan.com/organization/e9bda33a-e81b-43ae-846f-426057a8ad1f> a foaf:Agent ;
    foaf:name "SDMx Lab" .

