@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-test.healthdata.nl/dataset/52a00ab7-b78e-425a-8977-769be420b1ed> a dcat:DatasetSeries ;
    dct:description ""@en,
        "This series contains annual air quality measurement datasets from 2022 to 2024."@nl ;
    dct:identifier <http://example.org/series-2> ;
    dct:issued "2022-01-01T00:00:00+00:00"^^xsd:dateTime ;
    dct:modified "2026-09-01T14:36:33.203998"^^xsd:dateTime ;
    dct:publisher <https://ckan-test.healthdata.nl/organization/a713f608-2a1d-44ba-b314-e6507ac68d55> ;
    dct:title ""@en,
        "Air Quality Readings (Yearly) 2"@nl .

<https://ckan-test.healthdata.nl/organization/a713f608-2a1d-44ba-b314-e6507ac68d55> a foaf:Agent ;
    foaf:name "Test" .

