@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://api.cloud.portaljs.com/dataset/cf5d6c0b-ab77-4095-9165-edd2297873bd> a dcat:Dataset ;
    dct:description """Shows the number of inhabitants divided into different age groups. The age
groups are 0 - 5 years, 6 - 15 years (primary school age), 16 - 19 years
(upper secondary school age), 20 - 64 years (working age), 65 - 79 years and
80+ years. The variable is divided by gender. Data from the Register of Total
Population (RTB).

**Variable description**  
You find it [here](https://malmo.se/404) !

**APIs**  
Using the API call
_https://opendata%2dapi.malmo.se/api/3/action/resource_search?query=description:malm%C3%B6%20statistics,_
you can retrieve all data sets that contain statistical data for Malmö's areas
in JSON format.  
In each instance of result/results in the JSON result, there is an "id"
property for each resource. The value of "id" can be used to retrieve the data
for the respective statistics variable (according to the value of the "name"
property). API call to retrieve the statistics data:
_https://opendata%2dapi.malmo.se/api/3/action/datastore_search?resource_id=[id
value]_

Feel free to use the numbers, but cite “City Office, Malmö City” as the
source.""" ;
    dct:identifier "cf5d6c0b-ab77-4095-9165-edd2297873bd" ;
    dct:issued "2026-04-29T21:36:41.877101"^^xsd:dateTime ;
    dct:modified "2026-04-29T21:36:55.662667"^^xsd:dateTime ;
    dct:publisher <https://api.cloud.portaljs.com/organization/e2792f31-ffbb-48b9-8ed9-f8fd9bd35cb8> ;
    dct:title "Age and gender - Statistical data for Malmö's areas" ;
    dcat:distribution <https://api.cloud.portaljs.com/dataset/cf5d6c0b-ab77-4095-9165-edd2297873bd/resource/4240ddfd-f5ce-4198-8a57-5db6353fbfc0> ;
    dcat:keyword "statistik" .

<https://api.cloud.portaljs.com/dataset/cf5d6c0b-ab77-4095-9165-edd2297873bd/resource/4240ddfd-f5ce-4198-8a57-5db6353fbfc0> a dcat:Distribution ;
    dct:description "Malmö statistics - Age and gender" ;
    dct:format "CSV" ;
    dct:issued "2026-04-29T21:36:41.881741"^^xsd:dateTime ;
    dct:modified "2026-04-29T21:36:55.670070"^^xsd:dateTime ;
    dct:title "Age and gender" ;
    dcat:accessURL <https://blob.datopian.com/resources/4240ddfd-f5ce-4198-8a57-5db6353fbfc0/alder-och-kon-7b2c1e.csv> ;
    dcat:byteSize 4619741.0 ;
    dcat:mediaType "text/csv" .

<https://api.cloud.portaljs.com/organization/e2792f31-ffbb-48b9-8ed9-f8fd9bd35cb8> a foaf:Organization ;
    foaf:name "City office" .

