@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 healthdcatap: <http://healthdataportal.eu/ns/health#> .
@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.acc.dh.unimaas.nl/dataset/b9dc491a-c28d-4957-8cee-e74636f63338> a dcat:Dataset ;
    dcatap:applicableLegislation <https://data.europa.eu/eli/reg/2025/327/oj> ;
    healthdcatap:healthCategory <https://www.wikidata.org/entity/Q12136>,
        <https://www.wikidata.org/entity/Q7907952> ;
    dct:accessRights <http://publications.europa.eu/resource/authority/access-right/NON_PUBLIC> ;
    dct:creator [ a foaf:Agent ;
            dct:identifier <https://example.org/creator> ;
            vcard:hasEmail <mailto:creator@example.org> ;
            foaf:homepage <https://example.org/creator> ;
            foaf:name "Test Creator" ] ;
    dct:description ""@en,
        "Minimal valid Health-RI dataset"@nl ;
    dct:identifier <https://fdp.acc.dh.unimaas.nl/id/dataset/test1> ;
    dct:issued "2024-01-01T00:00:00+00:00"^^xsd:dateTime ;
    dct:language <https://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2024-01-02T00:00:00+00:00"^^xsd:dateTime ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label ""@en,
                ""@nl ] ;
    dct:publisher [ a foaf:Agent ;
            dct:identifier <https://example.org/org> ;
            vcard:hasEmail <mailto:publisher@example.org> ;
            foaf:homepage <https://example.org/org> ;
            foaf:name "Test Publisher" ] ;
    dct:title ""@en,
        "Test Dataset"@nl ;
    adms:versionNotes ""@en,
        ""@nl ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "Contact" ;
            vcard:hasEmail <mailto:test@example.com> ] ;
    dcat:keyword "test"@nl ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/HEAL> .

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

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

<https://publications.europa.eu/resource/authority/language/ENG> a dct:LinguisticSystem .

