@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/8c3a6113-b2c3-4f00-b0db-837d78d7173f> a dcat:DatasetSeries ;
    dct:description ""@en,
        "test series"@nl ;
    dct:identifier <https://fdp-test.healthdata.nl/datasetseries/80644767-b88b-452a-9114-39f2225a39d2> ;
    dct:issued "2025-09-10T11:36:05.832450"^^xsd:dateTime ;
    dct:modified "2026-04-12T11:36:18.094275"^^xsd:dateTime ;
    dct:publisher [ a foaf:Agent ;
            dct:identifier "test123" ;
            vcard:hasEmail <mailto:albert.einstein@example.com> ;
            foaf:homepage <https://example.com/> ;
            foaf:name "Alb" ] ;
    dct:title ""@en,
        "test series"@nl ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "Albert" ;
            vcard:hasEmail <mailto:albert.einstein@example.com> ] ;
    dcat:first <https://ckan-test.healthdata.nl/dataset/d92bdce1-ffd5-4d71-8c8d-ac79b1649c4d> ;
    dcat:last <https://ckan-test.healthdata.nl/dataset/d92bdce1-ffd5-4d71-8c8d-ac79b1649c4d> .

