@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/89d2c152-5fec-44c2-b1bb-6d6ed991b2f5> 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-05-11T01:00:00+00:00"^^xsd:dateTime ;
    dct:modified "2026-09-02T12:00:49.317510"^^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> ] .

