@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/fa08b4e7-98ac-4d72-ba9b-aa835c4c6ce5> a dcat:DatasetSeries ;
    dct:description ""@en,
        "Test"@nl ;
    dct:identifier <https://fdp-test.healthdata.nl/datasetseries/7d8cafb4-7fdb-4c2f-8ab6-4b662f1d0da9> ;
    dct:issued "2026-09-02T12:00:35.294387"^^xsd:dateTime ;
    dct:modified "2026-09-02T12:00:35.294396"^^xsd:dateTime ;
    dct:publisher <https://ckan-test.healthdata.nl/organization/a713f608-2a1d-44ba-b314-e6507ac68d55> ;
    dct:title ""@en,
        "Exploratory Test DatasetSeries"@nl ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "Test" ;
            vcard:hasEmail <mailto:a@b.c> ] ;
    dcat:first <https://ckan-test.healthdata.nl/dataset/98998918-bea9-46e6-901c-0e8607653e40> ;
    dcat:last <https://ckan-test.healthdata.nl/dataset/98998918-bea9-46e6-901c-0e8607653e40> .

<https://ckan-test.healthdata.nl/organization/a713f608-2a1d-44ba-b314-e6507ac68d55> a foaf:Agent ;
    foaf:name "Test" .

