@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://fdp-acc.healthdata.nl/dataset/15bc9c65-7b8e-4b3a-9986-63c83d4fa7ce> a dcat:Dataset ;
    dct:creator [ a foaf:Agent ;
            dct:identifier <http://example.com> ;
            foaf:name "dr Marion Smits" ],
        [ a foaf:Agent ;
            dct:identifier <http://example.com> ;
            foaf:name "Martin Van den Bent" ],
        [ a foaf:Agent ;
            dct:identifier <http://example.com> ;
            foaf:name "Stefan Klein" ],
        [ a foaf:Agent ;
            dct:identifier <http://example.com> ;
            foaf:name "Fatih Incekara" ],
        [ a foaf:Agent ;
            dct:identifier <http://example.com> ;
            foaf:name "Sebastian van der Voort" ] ;
    dct:description ""@en,
        "Erasmus Glioma Database (EGD). Collection of patients with adult-type diffuse glioma from the Erasmus MC, for internal use only. Per patient one or multiple MRI scan sessions are available. Also, if known, the following information is available: male/female, year of birth, tumour grade, whether enhancement is seen, whether 1p19q is codeleted, whether IDH is mutated, whether MGMT promotor is methylated, whether there is a gain in chr7 and loss in chr10, whether there is a gain in chr19 and chr20, whether there is TERT promotor mutation, whether ATRX is mutated, whether EGFR is amplified and the date of first operation. A sub-selection of patients has been included in the published EGD (van der Voort et al., 2021; https://doi.org/10.1016/j.dib.2021.107191), but these patients have been anonymised and so there is no link between the patients in the published EGD and this current database."@nl ;
    dct:identifier <https://xnat-rad.research.erasmusmc.nl/data/archive/projects/EGD> ;
    dct:issued "2024-12-09T09:18:30+00:00"^^xsd:dateTime ;
    dct:language <http://id.loc.gov/vocabulary/iso639-1/en> ;
    dct:modified "2024-12-09T09:18:30+00:00"^^xsd:dateTime ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label ""@en,
                ""@nl ] ;
    dct:publisher [ a foaf:Agent ;
            dct:identifier <https://ror.org/018906e22> ;
            foaf:name "Erasmus MC" ] ;
    dct:title ""@en,
        "Erasmus Glioma Database"@nl ;
    adms:versionNotes ""@en,
        ""@nl ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "Erasmus MC Imaging Office" ;
            vcard:hasEmail <mailto:imagingoffice.radiology@erasmusmc.nl> ;
            vcard:hasUID <http://example.com/> ] ;
    dcat:keyword "brain"@nl,
        "glioma"@nl,
        "tumor"@nl,
        "tumour"@nl ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/HEAL> .

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

