@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcatap: <http://data.europa.eu/r5r/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://ckan-acc.healthdata.nl/dataset/7993935a-355b-40a6-8df8-57fc040c589e> a dcat:DatasetSeries ;
    dcatap:applicableLegislation <http://data.europa.eu/eli/reg/2025/327/oj> ;
    dct:accrualPeriodicity <http://publications.europa.eu/resource/authority/frequency/DAILY> ;
    dct:description "This is an example dataset series with dummy data"@en,
        "Dit is een voorbeeld dataset series met dummy data"@nl ;
    dct:identifier <http://example.com/series> ;
    dct:issued "2025-09-01T12:00:00+00:00"^^xsd:dateTime ;
    dct:modified "2025-09-10T15:00:00+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Agent ;
            dct:identifier <https://orcid.org/publisher_id> ;
            dct:type <http://publications.europa.eu/resource/authority/dataset-type/TEST_DATA> ;
            vcard:hasEmail <mailto:example@publisher.com> ;
            foaf:homepage <https://example.com/publisher_homepage> ;
            foaf:name "Health-RI Uitgever" ] ;
    dct:spatial <http://publications.europa.eu/resource/authority/country/NLD> ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2021-12-31T00:00:00+00:00"^^xsd:dateTime ;
            dcat:startDate "2021-01-01T00:00:00+00:00"^^xsd:dateTime ] ;
    dct:title "Example dataset series"@en,
        "Voorbeeld dataset serie"@nl ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "Contact Point" ;
            vcard:hasEmail <mailto:contact@example.com> ;
            vcard:hasURL <['https://example.com/contactPoint']> ] ;
    dcat:first <https://ckan-acc.healthdata.nl/dataset/61d4f8b2-8b6d-40a5-9e34-b913a1016485> ;
    dcat:last <https://ckan-acc.healthdata.nl/dataset/61d4f8b2-8b6d-40a5-9e34-b913a1016485> .

<http://data.europa.eu/eli/reg/2025/327/oj> a <http://data.europa.eu/eli/ontology#LegalResource> .

<http://publications.europa.eu/resource/authority/country/NLD> a dct:Location .

<http://publications.europa.eu/resource/authority/frequency/DAILY> a dct:Frequency .

