@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://example.org/dataset-2023> a dcat:Dataset ;
    dct:description ""@en,
        "Air quality data and statistics for the year 2023."@nl ;
    dct:identifier <http://example.org/dataset-2023> ;
    dct:issued "2025-09-12T01:00:19.243809"^^xsd:dateTime ;
    dct:modified "2026-04-12T11:30:07.270360"^^xsd:dateTime ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label ""@en,
                ""@nl ] ;
    dct:publisher <https://ckan-test.healthdata.nl/organization/a713f608-2a1d-44ba-b314-e6507ac68d55> ;
    dct:title ""@en,
        "Air Quality 2014"@nl ;
    adms:versionNotes ""@en,
        ""@nl ;
    dcat:inSeries <https://ckan-test.healthdata.nl/dataset/ef825656-a0fc-4841-9254-76350c031b72> ;
    dcat:next <https://ckan-test.healthdata.nl/dataset/aad0aa30-50d6-460c-b91c-36b62f13ddf6> ;
    dcat:prev <https://ckan-test.healthdata.nl/dataset/73e068c3-23f9-48b4-bd2c-5ed1d39fe8f4> .

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

