@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-2022> a dcat:Dataset ;
    dct:description ""@en,
        "Air quality data and statistics for the year 2022."@nl ;
    dct:identifier <http://example.org/dataset-2022> ;
    dct:issued "2025-09-12T01:00:15.559627"^^xsd:dateTime ;
    dct:modified "2026-04-12T11:30:06.391619"^^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 2013"@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/682676b4-af00-4a12-9ea1-89574c1a7223> .

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

