@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 dpv: <https://w3id.org/dpv#> .
@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 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/8156f9e0-15ba-4c11-a4f9-84b1089daada> a dcat:Dataset ;
    dcatap:applicableLegislation <http://data.europa.eu/eli/reg/2025/327/oj> ;
    healthdcatap:hasCodeValues <http://example.com/code/values> ;
    healthdcatap:hasCodingSystem <http://example.com/coding/system> ;
    healthdcatap:healthCategory <http://example.com/themes/health> ;
    healthdcatap:maxTypicalAge "123"^^xsd:nonNegativeInteger ;
    healthdcatap:minTypicalAge "20"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfRecords "123"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfUniqueIndividuals "456"^^xsd:nonNegativeInteger ;
    healthdcatap:populationCoverage "http://example.com/population/coverage"@nl ;
    dct:accessRights <http://publications.europa.eu/resource/authority/access-right/PUBLIC> ;
    dct:accrualPeriodicity <http://example.com/frequency/daily> ;
    dct:creator [ a foaf:Agent ;
            dct:identifier "123abc" ;
            dct:type <http://example.com/type> ;
            vcard:hasEmail <mailto:a@b.c> ;
            foaf:homepage <http://example.com/> ;
            foaf:name "Test Creator" ] ;
    dct:description ""@en,
        "This is a test description for exploratory testing."@nl ;
    dct:identifier "123abc" ;
    dct:isReferencedBy <http://example.com/publication/123> ;
    dct:issued "2026-04-11T11:19:37.995678"^^xsd:dateTime ;
    dct:language <http://id.loc.gov/vocabulary/iso639-1/en> ;
    dct:modified "2026-03-12T15:23:00+00:00"^^xsd:dateTime ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label ""@en,
                ""@nl ] ;
    dct:publisher [ a foaf:Agent ;
            dct:identifier "123ABC" ;
            dct:type <http://example.com/type> ;
            vcard:hasEmail <mailto:a@b.c> ;
            foaf:homepage <http://example.com/> ;
            foaf:name "Test Publisher" ] ;
    dct:spatial <http://example.com/geo/nl> ;
    dct:title ""@en,
        "Exploratory Test Dataset"@nl ;
    adms:identifier [ a adms:Identifier ;
            skos:notation "nfc33cbbdaaee479391ce9dc4d746d199b7" ] ;
    adms:versionNotes ""@en,
        ""@nl ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "Test Contact" ;
            vcard:hasEmail <mailto:a@b.c> ;
            vcard:hasURL <http://example.com/> ] ;
    dcat:distribution <https://fdp-test.healthdata.nl/distribution/c13a298a-4961-4b88-9dfd-f01df75295fb> ;
    dcat:inSeries <https://ckan-test.healthdata.nl/dataset/cd328c51-6af9-4b4d-ad2d-5e16b50c0451> ;
    dcat:keyword "test"@nl ;
    dcat:qualifiedAttribution [ a dcat:Attribution ;
            dcat:agent [ a foaf:Agent,
                        foaf:Organization ;
                    dct:identifier "123ABC" ;
                    foaf:homepage <http://example.com/qualattr/agent/url> ;
                    foaf:mbox <mailto:a@b.c> ;
                    foaf:name "Test Agent" ] ] ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/HEAL> ;
    foaf:page <http://example.com/docs> ;
    dpv:hasLegalBasis dpv:Consent ;
    dpv:hasPersonalData <https://w3id.org/dpv/dpv-pd#Gender> ;
    dpv:hasPurpose dpv:ScientificResearch .

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

<http://example.com/access/url> a rdfs:Resource .

<http://example.com/docs> a foaf:Document .

<http://example.com/frequency/daily> a dct:Frequency .

<http://example.com/geo/nl> a dct:Location .

<http://example.com/license/cc-by-0> a dct:LicenseDocument ;
    dct:type <http://purl.org/adms/licencetype/UnknownIPR> .

<http://example.com/plain/text> a dct:MediaTypeOrExtent .

<http://example.com/publication/123> a rdfs:Resource .

<http://example.com/rights> a dct:RightsStatement .

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

<https://fdp-test.healthdata.nl/distribution/c13a298a-4961-4b88-9dfd-f01df75295fb> a dcat:Distribution ;
    dct:description ""@en,
        ""@nl ;
    dct:format <http://example.com/plain/text> ;
    dct:issued "2026-04-12T11:37:06.781044"^^xsd:dateTime ;
    dct:language <http://id.loc.gov/vocabulary/iso639-1/en> ;
    dct:license <http://example.com/license/cc-by-0> ;
    dct:modified "2026-04-12T11:37:06.774296"^^xsd:dateTime ;
    dct:rights [ a dct:RightsStatement ;
            rdfs:label ""@en ],
        <http://example.com/rights> ;
    dct:title ""@en,
        "Test Distribution"@nl ;
    adms:status <http://publications.europa.eu/resource/authority/distribution-status/DEVELOP> ;
    dcat:accessURL <http://example.com/access/url> ;
    dcat:byteSize "1024"^^xsd:nonNegativeInteger .

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

