@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 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#> .

<http://fairdata-next.staging.gdi.lu/dataset/f8e74a33-9e64-4e5b-8936-9b575ce7ae6a> a dcat:Dataset ;
    dcatap:applicableLegislation <http://data.europa.eu/eli/reg/2025/327/oj> ;
    healthdcatap:healthCategory <http://data.gdi.eu/core/p2/HealthCategoryHumanGenetic> ;
    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 ;
            foaf:name "The Genome of Europe" ] ;
    dct:description "Example synthetic data used to demonstrate GDI capabilities"@en,
        ""@nl ;
    dct:identifier "GOE-LU-LNDS-1" ;
    dct:issued "2026-04-30T12:11:56.033788"^^xsd:dateTime ;
    dct:language <http://id.loc.gov/vocabulary/iso639-1/en> ;
    dct:modified "2026-09-11T02:30:04.732495"^^xsd:dateTime ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label ""@en,
                ""@nl ] ;
    dct:publisher [ a foaf:Agent ;
            foaf:name "LNDS - Luxembourg National Data Service" ] ;
    dct:title "Genome of Europe Luxembourgish 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 "LNDS - Luxembourg National Data Service" ;
            vcard:hasEmail <mailto:sysadmins@lnds.lu> ] ;
    dcat:distribution <http://fairdata-next.staging.gdi.lu/distribution/4cf0fc5e-f769-4527-b192-9cbae007a641> ;
    dcat:keyword "GDI"@en,
        "Synthetic"@en ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/HEAL> .

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

<http://fairdata-next.staging.gdi.lu/distribution/4cf0fc5e-f769-4527-b192-9cbae007a641> a dcat:Distribution ;
    dcatap:applicableLegislation <http://data.europa.eu/eli/reg/2025/327/oj> ;
    dct:description ""@en,
        ""@nl ;
    dct:issued "2026-09-11T02:30:04.738907"^^xsd:dateTime ;
    dct:language <http://id.loc.gov/vocabulary/iso639-1/en> ;
    dct:license <http://purl.org/NET/rdflicense/cc-zero1.0> ;
    dct:modified "2026-09-11T02:30:04.735647"^^xsd:dateTime ;
    dct:rights [ a dct:RightsStatement ;
            rdfs:label ""@en,
                ""@nl ] ;
    dct:title "VCF files"@en,
        ""@nl ;
    adms:status <http://publications.europa.eu/resource/authority/distribution-status/COMPLETED> ;
    dcat:accessURL <https://github.com/GenomicDataInfrastructure/starter-kit-synthetic-data> .

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

<http://purl.org/NET/rdflicense/cc-zero1.0> a dct:LicenseDocument ;
    dct:type <http://purl.org/adms/licencetype/UnknownIPR> .

<https://github.com/GenomicDataInfrastructure/starter-kit-synthetic-data> a rdfs:Resource .

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

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

