@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/27014fbc-fe8d-417d-ba5e-687a338513ff> a dcat:Dataset ;
    dct:creator [ a foaf:Agent ;
            dct:identifier <http://example.com> ;
            foaf:name "Sebastian van der Voort" ],
        [ a foaf:Agent ;
            dct:identifier <http://example.com> ;
            foaf:name "Dr. ir. Stefan Klein" ],
        [ a foaf:Agent ;
            dct:identifier <http://example.com> ;
            foaf:name "Marion Smits" ] ;
    dct:description ""@en,
        """FOR ACCESS TO THE DATASET: Do not request an account directly through the XNAT portal. If you would like to access the dataset please send an email to: servicedesk@health-ri.nl You will then be asked to sign the data usage agreement, and an account will be created for you. ACCESS REQUESTS DIRECTLY THROUGH THE XNAT PORTAL WILL NOT BE CONSIDERED.\r
\r
The Erasmus Glioma Database (EGD) is a collection of 774 patients with glioma. For this patients pre-operative imaging, genetic and histological data, and tumor segmentations are available.\r
\r
\r
\r
\r
See the license for all conditions: check the file 'data_license.pdf' at Resources > PROJECT_DATA\r
\r
\r
\r
Some scans might have a poor image quality or errors due to registration issues. We have marked this scans as 'unacceptable' scan quality.\r
\r
This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 952103"""@nl ;
    dct:identifier <https://xnat-acc.health-ri.nl/data/archive/projects/egd> ;
    dct:issued "2024-12-05T17:21:07+00:00"^^xsd:dateTime ;
    dct:language <http://id.loc.gov/vocabulary/iso639-1/en> ;
    dct:modified "2024-12-05T17:21:07+00:00"^^xsd:dateTime ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label ""@en,
                ""@nl ] ;
    dct:publisher [ a foaf:Agent ;
            dct:identifier <http://example.com> ;
            foaf:name "Example publisher list" ] ;
    dct:title ""@en,
        "EGD"@nl ;
    adms:versionNotes ""@en,
        ""@nl ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "Example Data Management office" ;
            vcard:hasEmail <mailto:datamanager@example.com> ;
            vcard:hasUID <http://example.com/> ] ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/HEAL> .

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

