@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:conformsTo <https://staging-fdp.gdi.nbis.se/profile/2f08228e-1789-40f8-84cd-28e3288c3604> ;
    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" ;
    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: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" ;
    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",
        "Smokers" ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/HEAL> .

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

<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." ;
    dct:issued "2025-09-10T11:36:37.781190"^^xsd:dateTime ;
    dct:license <http://purl.org/NET/rdflicense/cc-zero1.0> ;
    dct:modified "2025-09-10T11:36:37.719023"^^xsd:dateTime ;
    dct:title "GWAS and Allele Frequency Lookup Data Distribution for GDI MS8" ;
    dcat:accessURL <https://staging-download.gdi.nbis.se/dataset/GDI-MS8-COVID19.vcf> ;
    dcat:mediaType "text/vcard" .

<https://staging-fdp.gdi.nbis.se/profile/2f08228e-1789-40f8-84cd-28e3288c3604> a dct:Standard .

