@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/7c32ec44-0c90-4253-a81c-59d639dd31c4> 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 "ror:1234" ;
            vcard:hasEmail <mailto:datahub@maastrichtuniversity.nl> ;
            foaf:homepage <https://mdr.datahubmaastricht.nl/> ;
            foaf:name "maastricht" ] ;
    dct:description ""@en,
        "Description of a dataset"@nl ;
    dct:identifier "1234" ;
    dct:issued "2025-09-10T11:35:01.608355"^^xsd:dateTime ;
    dct:language <http://id.loc.gov/vocabulary/iso639-1/en> ;
    dct:modified "2026-04-12T11:37:11.128299"^^xsd:dateTime ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label ""@en,
                ""@nl ] ;
    dct:publisher [ a foaf:Agent ;
            dct:identifier "ROR:12434" ;
            vcard:hasEmail <mailto:datahub@maastrichtuniversity.nl> ;
            foaf:homepage <https://mdr.datahubmaastricht.nl/> ;
            foaf:name "Maastricht" ] ;
    dct:title ""@en,
        "example dataset"@nl ;
    adms:versionNotes ""@en,
        ""@nl ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "Patrick Dekker" ;
            vcard:hasEmail <mailto:patrick@example.com> ] ;
    dcat:distribution <https://fdp-test.healthdata.nl/distribution/d3dc5ca0-67fb-46e7-89b5-7677f116ed2c> ;
    dcat:keyword "FIV"@nl,
        "http   mondo.org 12344"@nl,
        "onboarding"@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://publications.europa.eu/resource/authority/access-right/PUBLIC> a dct:RightsStatement .

<http://publications.europa.eu/resource/authority/access-right/RESTRICTED> a dct:LicenseDocument ;
    dct:type <http://purl.org/adms/licencetype/UnknownIPR> .

<http://www.example.com/cc> a dct:RightsStatement .

<http://www.example.com/excel> a dct:MediaTypeOrExtent .

<http://www.example.com/info> a rdfs:Resource .

<https://fdp-test.healthdata.nl/distribution/d3dc5ca0-67fb-46e7-89b5-7677f116ed2c> a dcat:Distribution ;
    dct:description ""@en,
        ""@nl ;
    dct:format <http://www.example.com/excel> ;
    dct:issued "2026-04-12T11:37:11.147303"^^xsd:dateTime ;
    dct:language <http://id.loc.gov/vocabulary/iso639-1/en> ;
    dct:license <http://publications.europa.eu/resource/authority/access-right/RESTRICTED> ;
    dct:modified "2026-04-12T11:37:11.136498"^^xsd:dateTime ;
    dct:rights [ a dct:RightsStatement ;
            rdfs:label ""@en ],
        <http://www.example.com/cc> ;
    dct:title ""@en,
        "excel "@nl ;
    adms:status <http://publications.europa.eu/resource/authority/distribution-status/COMPLETED> ;
    dcat:accessURL <http://www.example.com/info> ;
    dcat:byteSize "12345"^^xsd:nonNegativeInteger .

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

