@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcatap: <http://data.europa.eu/r5r/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://fdp-test.healthdata.nl/dataset/3a4ab837-8db7-4ce3-9b23-ab492bf2cf62> a dcat:Dataset ;
    dcatap:applicableLegislation <http://data.europa.eu/eli/reg/2025/327/oj> ;
    dct:accessRights <http://publications.europa.eu/resource/authority/access-right/PUBLIC> ;
    dct:creator [ a foaf:Agent ;
            dct:identifier "id1" ;
            vcard:hasEmail <mailto:albert.einstein@example.com> ;
            foaf:homepage <https://example.com/> ;
            foaf:name "alb" ] ;
    dct:description ""@en,
        "another test"@nl ;
    dct:identifier "anotherID" ;
    dct:issued "2025-09-10T11:34:00.526942"^^xsd:dateTime ;
    dct:language <http://id.loc.gov/vocabulary/iso639-1/en> ;
    dct:modified "2026-04-12T11:36:57.262863"^^xsd:dateTime ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label ""@en,
                ""@nl ] ;
    dct:publisher [ a foaf:Agent ;
            dct:identifier "id123" ;
            vcard:hasEmail <mailto:albert.einstein@example.com> ;
            foaf:homepage <https://example.com/> ;
            foaf:name "albi" ] ;
    dct:title ""@en,
        "testtest"@nl ;
    adms:versionNotes ""@en,
        ""@nl ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "al" ;
            vcard:hasEmail <mailto:albert.einstein@example.com> ] ;
    dcat:inSeries <https://ckan-test.healthdata.nl/dataset/8c3a6113-b2c3-4f00-b0db-837d78d7173f> ;
    dcat:keyword "test 2"@nl ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/HEAL> .

<http://data.europa.eu/eli/reg/2025/327/oj> a <http://data.europa.eu/eli/ontology#LegalResource> .

<http://id.loc.gov/vocabulary/iso639-1/en> a dct:LinguisticSystem .

<http://publications.europa.eu/resource/authority/access-right/PUBLIC> a dct:RightsStatement .

