@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 vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://fdp.gdi.dkfz.de/dataset/62947026-4ec7-4c2c-860b-82a0bf8d2609> a dcat:Dataset ;
    dcatap:applicableLegislation <https://data.europa.eu/eli/reg/2025/327/oj> ;
    healthdcatap:hdab [ a foaf:Agent ;
            dct:identifier "HDAB-NL" ;
            vcard:hasEmail <mailto:info@hdab.nl> ;
            foaf:homepage <https://goe.example.nl/> ;
            foaf:name "HDAB-NL" ] ;
    healthdcatap:healthCategory <http://data.gdi.eu/core/p2/HealthCategoryHumanEpigenomic>,
        <http://data.gdi.eu/core/p2/HealthCategoryHumanGenetic>,
        <http://data.gdi.eu/core/p2/HealthCategoryHumanGenomic> ;
    healthdcatap:numberOfRecords "12340"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfUniqueIndividuals "1234"^^xsd:nonNegativeInteger ;
    dct:accessRights <http://publications.europa.eu/resource/authority/access-right/PUBLIC> ;
    dct:conformsTo <http://data.gdi.eu/core/p2/ExternallyGoverned> ;
    dct:creator [ a foaf:Agent ;
            dct:identifier "GOE-NL-HRI-1" ;
            vcard:hasEmail <mailto:info@goe.nl> ;
            foaf:homepage <https://goe.example.nl/> ;
            foaf:name "Genome of Europe - NL node" ] ;
    dct:description "The first dummy GoE examplar AF-browser dataset and on 2025-11-27 we decided that also the description how we arrived at this dataset will be part of the description"@en,
        ""@nl ;
    dct:identifier "GOE-NL-HRI-1" ;
    dct:issued "2026-03-03T12:56:39.417756"^^xsd:dateTime ;
    dct:language <http://id.loc.gov/vocabulary/iso639-1/en> ;
    dct:modified "2026-04-13T15:36:39.774088"^^xsd:dateTime ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label ""@en,
                ""@nl ] ;
    dct:publisher [ a foaf:Agent ;
            dct:identifier "HDAB-NL" ;
            vcard:hasEmail <mailto:info@hdab.nl> ;
            foaf:homepage <https://goe.example.nl/> ;
            foaf:name "HDAB-NL" ] ;
    dct:title "Genome of Europe Dutch Dummy dataset"@en,
        ""@nl ;
    dct:type <https://publications.europa.eu/resource/authority/dataset-type/SYNTHETIC_DATA> ;
    adms:versionNotes ""@en,
        ""@nl ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "GoE - NL" ;
            vcard:hasEmail <mailto:info@goe.nl> ;
            vcard:hasURL <https://goe.example.nl/> ] ;
    dcat:distribution <https://fdp.gdi.dkfz.de/distribution/4e27fbc4-7fc3-48c0-815a-f3b0e74f7eb0> ;
    dcat:keyword "GDI"@en,
        "Genome of Europe"@en ;
    dcat:theme <https://publications.europa.eu/resource/authority/data-theme/HEAL> ;
    dpv:hasLegalBasis dpv:Consent .

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

<http://data.gdi.eu/core/p2/ExternallyGoverned> a dct:Standard .

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

<https://creativecommons.org/licenses/by-sa/4.0/> a dct:LicenseDocument ;
    dct:type <http://purl.org/adms/licencetype/UnknownIPR> .

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

<https://fdp.gdi.dkfz.de/distribution/4e27fbc4-7fc3-48c0-815a-f3b0e74f7eb0> a dcat:Distribution ;
    dcatap:applicableLegislation <http://data.europa.eu/eli/reg/2025/327/oj> ;
    dct:description "VCF file containing GWAS and allele frequency lookup data of synthetic Colorectal cancer cases."@en,
        ""@nl ;
    dct:format <https://publications.europa.eu/resource/authority/file-type/VCF> ;
    dct:issued "2026-04-13T15:36:39.783337"^^xsd:dateTime ;
    dct:language <http://id.loc.gov/vocabulary/iso639-1/en> ;
    dct:license <https://creativecommons.org/licenses/by-sa/4.0/> ;
    dct:modified "2026-04-13T15:36:39.778578"^^xsd:dateTime ;
    dct:rights [ a dct:RightsStatement ;
            rdfs:label ""@en,
                ""@nl ] ;
    dct:title "Example VCF from BSC"@en,
        ""@nl ;
    dcat:accessURL <https://rems-goe.nl/2323> ;
    dcat:byteSize "1024"^^xsd:nonNegativeInteger ;
    dcat:mediaType <https://www.iana.org/assignments/media-types/application/vcf> .

<https://publications.europa.eu/resource/authority/file-type/VCF> a dct:MediaTypeOrExtent .

<https://rems-goe.nl/2323> a rdfs:Resource .

<https://www.iana.org/assignments/media-types/application/vcf> a dct:MediaType .

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

