@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/cd328c51-6af9-4b4d-ad2d-5e16b50c0451> a dcat:DatasetSeries ;
    dct:description ""@en,
        "Test"@nl ;
    dct:identifier <https://fdp-test.healthdata.nl/datasetseries/7d8cafb4-7fdb-4c2f-8ab6-4b662f1d0da9> ;
    dct:issued "2026-04-11T11:19:41.977775"^^xsd:dateTime ;
    dct:modified "2026-04-12T11:36:54.760401"^^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/5324a412-7fd2-4d3f-a7ef-2fc5e38066ed> ;
    dcat:last <https://ckan-test.healthdata.nl/dataset/5324a412-7fd2-4d3f-a7ef-2fc5e38066ed> .

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

