@prefix dcat: <http://www.w3.org/ns/dcat#> .
@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-test.healthdata.nl/dataset/0640ad91-5b18-49fa-93b5-fd3cad611abb> a dcat:DatasetSeries ;
    dct:description ""@en,
        "Test dataset Series"@nl ;
    dct:identifier <https://fdp-test.healthdata.nl/datasetseries/af8993ab-7cba-469e-9894-c222e596e8da> ;
    dct:issued "2025-09-10T11:35:59.499725"^^xsd:dateTime ;
    dct:modified "2026-04-12T11:36:05.685501"^^xsd:dateTime ;
    dct:publisher [ a foaf:Agent ;
            dct:identifier "AlbertEinstein" ;
            vcard:hasEmail <mailto:albert.einstein@example.com> ;
            foaf:homepage <https://example.com/> ;
            foaf:name "Albert Einstein" ] ;
    dct:title ""@en,
        "Test dataset Series"@nl ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "Albert Einstein" ;
            vcard:hasEmail <mailto:albert.einstein@example.com> ] ;
    dcat:first <https://ckan-test.healthdata.nl/dataset/15303916-54d0-4c78-8d46-bea2359efe62> ;
    dcat:last <https://ckan-test.healthdata.nl/dataset/cde9c185-414e-4efc-ae10-1c3ceb607c98> .

