@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/5ba33a4e-12bd-470e-9ab2-50ba956421cd> 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 "123123" ;
            vcard:hasEmail <mailto:albert.einstein@example.com> ;
            foaf:homepage <https://example.com/> ;
            foaf:name "hannah" ] ;
    dct:description ""@en,
        "test description"@nl ;
    dct:identifier "123456789" ;
    dct:issued "2025-09-10T11:35:34.919066"^^xsd:dateTime ;
    dct:language <http://id.loc.gov/vocabulary/iso639-1/en> ;
    dct:modified "2026-04-12T11:36:31.461849"^^xsd:dateTime ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label ""@en,
                ""@nl ] ;
    dct:publisher [ a foaf:Agent ;
            dct:identifier "1312312" ;
            vcard:hasEmail <mailto:albert.einstein@example.com> ;
            foaf:homepage <https://example.com> ;
            foaf:name "hannah" ] ;
    dct:title ""@en,
        "test title"@nl ;
    adms:versionNotes ""@en,
        ""@nl ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "Test" ;
            vcard:hasEmail <mailto:albert.einstein@example.com> ] ;
    dcat:distribution <https://fdp-test.healthdata.nl/distribution/806f3544-38bf-4a9c-83d1-0d9a6a20bd0f>,
        <https://fdp-test.healthdata.nl/distribution/c3eb9fcb-1fd8-40da-9c57-a2824de15a07> ;
    dcat:keyword "test"@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://publications.europa.eu/resource/authority/access-right/PUBLIC> a dct:RightsStatement .

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

<https://fdp-test.healthdata.nl/distribution/806f3544-38bf-4a9c-83d1-0d9a6a20bd0f> a dcat:Distribution ;
    dct:description ""@en,
        ""@nl ;
    dct:format <https://example.com/> ;
    dct:issued "2026-04-12T11:36:29.909237"^^xsd:dateTime ;
    dct:language <http://id.loc.gov/vocabulary/iso639-1/en> ;
    dct:license <https://example.com/> ;
    dct:modified "2026-04-12T11:36:29.903415"^^xsd:dateTime ;
    dct:rights [ a dct:RightsStatement ;
            rdfs:label ""@en ],
        <https://example.com/> ;
    dct:title ""@en,
        "test 2"@nl ;
    dcat:accessURL <https://example.com/> ;
    dcat:byteSize "12312"^^xsd:nonNegativeInteger .

<https://fdp-test.healthdata.nl/distribution/c3eb9fcb-1fd8-40da-9c57-a2824de15a07> a dcat:Distribution ;
    dct:description ""@en,
        ""@nl ;
    dct:format <https://example.com/> ;
    dct:issued "2026-04-12T11:36:31.481956"^^xsd:dateTime ;
    dct:language <http://id.loc.gov/vocabulary/iso639-1/en> ;
    dct:license <https://example.com/> ;
    dct:modified "2026-04-12T11:36:31.470222"^^xsd:dateTime ;
    dct:rights [ a dct:RightsStatement ;
            rdfs:label ""@en ],
        <https://example.com/> ;
    dct:title ""@en,
        "test distribu"@nl ;
    adms:status <http://publications.europa.eu/resource/authority/distribution-status/COMPLETED> ;
    dcat:accessURL <https://example.com/> ;
    dcat:byteSize "4000"^^xsd:nonNegativeInteger .

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

<https://example.com/> a dct:LicenseDocument,
        dct:MediaTypeOrExtent,
        dct:RightsStatement,
        rdfs:Resource,
        dcat:Role ;
    dct:type <http://purl.org/adms/licencetype/UnknownIPR> .

