@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 ns1: <http://www.w3.org/ns/oa#> .
@prefix ns2: <http://www.w3.org/ns/dqv#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://fdp-test.healthdata.nl/dataset/a1616545-4952-417b-9aef-b9e97ede5045> a dcat:Dataset ;
    dcatap:applicableLegislation <http://data.europa.eu/eli/reg/2025/327/oj> ;
    healthdcatap:retentionPeriod [ a dct:PeriodOfTime ;
            dcat:endDate "2025-04-05"^^xsd:date ;
            dcat:startDate "2025-04-19"^^xsd:date ] ;
    dct:accessRights <http://publications.europa.eu/resource/authority/access-right/NON_PUBLIC> ;
    dct:creator [ a foaf:Agent ;
            dct:identifier "AlbertEinstein" ;
            vcard:hasEmail <mailto:albert.einstein@example.com> ;
            foaf:homepage <https://example.com/> ;
            foaf:name "Albert Einstein" ] ;
    dct:description ""@en,
        "test dataset"@nl ;
    dct:identifier "123abc" ;
    dct:issued "2025-04-21T06:08:00+00:00"^^xsd:dateTime ;
    dct:language <http://id.loc.gov/vocabulary/iso639-1/en> ;
    dct:modified "2025-04-15T02:09:00+00:00"^^xsd:dateTime ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label ""@en,
                ""@nl ] ;
    dct:publisher [ a foaf:Agent ;
            dct:identifier "AlbertEinstein" ;
            vcard:hasEmail <mailto:albert.einstein@example.com> ;
            foaf:homepage <https://example.com/> ;
            foaf:name "Albert Einstein" ] ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2025-04-13T22:00:00+00:00"^^xsd:dateTime ;
            dcat:startDate "2025-04-28T22:00:00+00:00"^^xsd:dateTime ] ;
    dct:title ""@en,
        "Test dataset Hannah"@nl ;
    adms:identifier [ a adms:Identifier ;
            skos:notation "nc217b86fa11f4716b59d81f0d523b1c8b6" ] ;
    adms:sample <https://fdp-test.healthdata.nl/sampleDistribution/043b567f-7720-45d0-826d-54180f1adb55> ;
    adms:versionNotes ""@en,
        "This is the first version"@nl ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "Albert Einstein" ;
            vcard:hasEmail <mailto:albert.einstein@example.com> ] ;
    dcat:distribution <https://fdp-test.healthdata.nl/distribution/4d334704-5eaf-49fe-9d76-1693b6ea6d2a> ;
    dcat:inSeries <https://ckan-test.healthdata.nl/dataset/0640ad91-5b18-49fa-93b5-fd3cad611abb> ;
    dcat:keyword "hoi"@nl,
        "more test"@nl,
        "test data"@nl ;
    dcat:next <https://ckan-test.healthdata.nl/dataset/cde9c185-414e-4efc-ae10-1c3ceb607c98> ;
    dcat:qualifiedAttribution [ a dcat:Attribution ;
            dcat:agent [ a foaf:Agent,
                        foaf:Organization ;
                    dct:identifier "123abc" ;
                    foaf:homepage <https://example.com/> ;
                    foaf:mbox <mailto:albert.einstein@example.com> ;
                    foaf:name "Albert Einstein" ] ;
            dcat:hadRole <https://standards.iso.org/iso/19115/resources/Codelists/gml/CI_RoleCode.xml#funder> ] ;
    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> ;
    ns2:hasQualityAnnotation [ a ns1:Annotation ;
            ns1:hasBody <https://example.com/dataset/> ;
            ns1:hasTarget <https://example.com/> ] .

<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/NON_PUBLIC> a dct:RightsStatement .

<https://fdp-test.healthdata.nl/distribution/4d334704-5eaf-49fe-9d76-1693b6ea6d2a> a dcat:Distribution ;
    dct:description ""@en,
        "Hello!"@nl ;
    dct:format <https://example.com/> ;
    dct:issued "2026-04-12T11:36:16.077515"^^xsd:dateTime ;
    dct:language <http://id.loc.gov/vocabulary/iso639-1/en> ;
    dct:license <https://example.com/> ;
    dct:modified "2026-04-12T11:36:16.062416"^^xsd:dateTime ;
    dct:rights [ a dct:RightsStatement ;
            rdfs:label ""@en ],
        <https://example.com/> ;
    dct:title ""@en,
        "dist"@nl ;
    adms:status <http://publications.europa.eu/resource/authority/distribution-status/COMPLETED> ;
    dcat:accessURL <https://example.com/> ;
    dcat:byteSize "123123"^^xsd:nonNegativeInteger .

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

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

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

