@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/7e130999-0467-4f39-92c8-d8b768130b01> 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 "asdasd" ;
            vcard:hasEmail <mailto:albert.einstein@example.com> ;
            foaf:homepage <https://example.com/> ;
            foaf:name "asdasd" ] ;
    dct:description ""@en,
        "tasdasd"@nl ;
    dct:identifier "adadsasd" ;
    dct:issued "2025-09-10T11:36:15.065777"^^xsd:dateTime ;
    dct:language <http://id.loc.gov/vocabulary/iso639-1/en> ;
    dct:modified "2026-04-12T11:36:36.130273"^^xsd:dateTime ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label ""@en,
                ""@nl ] ;
    dct:publisher [ a foaf:Agent ;
            dct:identifier "adsasdsad" ;
            vcard:hasEmail <mailto:albert.einstein@example.com> ;
            foaf:homepage <https://example.com/> ;
            foaf:name "sdasdasd" ] ;
    dct:title ""@en,
        "test"@nl ;
    adms:versionNotes ""@en,
        ""@nl ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "albert" ;
            vcard:hasEmail <mailto:albert.einstein@example.com> ] ;
    dcat:keyword "adasdas"@nl ;
    dcat:qualifiedRelation [ a dcat:Relationship ;
            dct:relation <https://example.com/dataset/> ;
            dcat:hadRole <https://example.com/> ] ;
    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 .

<https://example.com/dataset/> a rdfs:Resource .

<https://example.com/> a dcat:Role .

