@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/27f46a15-94b8-4823-846d-7f103c6e5e19> a dcat:DatasetSeries ;
    dcatap:applicableLegislation <http://data.europa.eu/eli/reg/2025/327/oj>,
        <http://www.example.com/dataset_series_applicableLegislation> ;
    dct:accrualPeriodicity <http://publications.europa.eu/resource/authority/frequency/WEEKLY> ;
    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://www.example.com/test_dataset_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 "ORCID: ghi-789" ;
            dct:type <http://purl.org/adms/publishertype/IndustryConsortium> ;
            vcard:hasEmail <mailto:publisher@example.com> ;
            foaf:homepage <https://www.example.com/publisher_homepage> ;
            foaf:name "Example Publisher" ] ;
    dct:spatial <http://publications.europa.eu/resource/authority/place/ESP_BCN> ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:startDate "2016-01-01T00:00:00+00:00"^^xsd:dateTime ],
        [ a dct:PeriodOfTime ;
            dcat:endDate "2017-12-31T00:00:00+00:00"^^xsd:dateTime ],
        [ 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_point@example.com> ;
            vcard:hasURL <https://www.example.com/website_contactPoint1> ] .

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

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

<http://publications.europa.eu/resource/authority/place/ESP_BCN> a dct:Location .

<http://www.example.com/dataset_series_applicableLegislation> a <http://data.europa.eu/eli/ontology#LegalResource> .

