@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@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://staging-fdp.gdi.nbis.se/dataset/0612a927-9a41-4c59-a83a-755ac12e403a> a dcat:Dataset ;
    dct:creator [ a foaf:Agent ;
            dct:identifier <https://ror.org/00enajs79> ;
            foaf:name "National Bioinformatics Infrastructure Sweden" ] ;
    dct:description "This is the first part of the split 11 of the synthetic data dedicated for the GDI MS8"@en,
        ""@nl ;
    dct:identifier "GDID-12345678-11se" ;
    dct:issued "2024-07-07T11:11:11+00:00"^^xsd:dateTime ;
    dct:language <http://id.loc.gov/vocabulary/iso639-1/en> ;
    dct:modified "2024-06-04T13:36:10+00:00"^^xsd:dateTime ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label ""@en,
                ""@nl ] ;
    dct:publisher [ a foaf:Agent ;
            dct:identifier <https://ror.org/00enajs79> ;
            foaf:name "National Bioinformatics Infrastructure Sweden" ] ;
    dct:title "COVID-19 GWAS and Allele Frequency Lookup Dataset for GDI MS 8"@en,
        ""@nl ;
    adms:versionNotes ""@en,
        ""@nl ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "Data Access Committee of NBIS" ;
            vcard:hasEmail <mailto:ega-se@nbis.se> ;
            vcard:hasUID <https://ror.org/00enajs79> ] ;
    dcat:distribution <https://staging-fdp.gdi.nbis.se/distribution/7a0798cb-6c7d-41d8-ac2f-dc1925917ce4> ;
    dcat:keyword "COVID19"@en,
        "Smokers"@en ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/HEAL> .

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

<https://staging-download.gdi.nbis.se/dataset/GDI-MS8-COVID19.vcf> a rdfs:Resource .

<https://staging-fdp.gdi.nbis.se/distribution/7a0798cb-6c7d-41d8-ac2f-dc1925917ce4> a dcat:Distribution ;
    dct:description "VCF file containing GWAS and allele frequency lookup data of synthetic COVID-19.cases and controls for GDI MS8 demonstration."@en,
        ""@nl ;
    dct:issued "2026-04-14T08:45:20.584085"^^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-04-14T08:45:20.580704"^^xsd:dateTime ;
    dct:rights [ a dct:RightsStatement ;
            rdfs:label ""@en,
                ""@nl ] ;
    dct:title "GWAS and Allele Frequency Lookup Data Distribution for GDI MS8"@en,
        ""@nl ;
    dcat:accessURL <https://staging-download.gdi.nbis.se/dataset/GDI-MS8-COVID19.vcf> ;
    dcat:mediaType <https://www.iana.org/assignments/media-types/application/vcf> .

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

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

