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

<http://rdflicense.appspot.com/rdflicense/cc-by-nc-nd3.0> a dct:LicenseDocument ;
    dct:type <http://purl.org/adms/licencetype/UnknownIPR> .

<https://fdp.radboudumc.nl/dataset/eaaf4d55-885c-4517-9500-2586505f1f21> a dcat:Dataset ;
    dct:creator [ a foaf:Agent ;
            dct:identifier <https://orcid.org/0000-0002-6371-3337> ;
            foaf:name "Bas Bloem" ] ;
    dct:description ""@en,
        "Clinical data of the Personalized Parkinson Project, including motor scores, cognitive and neuropsychiatric assessments, autonomic symptoms, sleep and quality of life."@nl ;
    dct:identifier <https://fdp.radboudumc.nl/dataset/eaaf4d55-885c-4517-9500-2586505f1f21> ;
    dct:issued "2025-04-03T22:00:00+00:00"^^xsd:dateTime ;
    dct:language <http://id.loc.gov/vocabulary/iso639-1/en> ;
    dct:modified "2026-04-17T10:32:12.633703"^^xsd:dateTime ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label ""@en,
                ""@nl ] ;
    dct:publisher [ a foaf:Agent ;
            dct:identifier <https://ror.org/05wg1m734> ;
            foaf:name "Radboudumc" ] ;
    dct:title ""@en,
        "POM clinical data"@nl ;
    adms:versionNotes ""@en,
        ""@nl ;
    dcat:contactPoint <mailto:ppp-data@radboudumc.nl> ;
    dcat:distribution <https://fdp.radboudumc.nl/distribution/c82fd7bb-0be8-442f-99b2-a923a95645dd> ;
    dcat:theme <https://publications.europa.eu/resource/authority/data-theme/HEAL> .

<https://fdp.radboudumc.nl/distribution/c82fd7bb-0be8-442f-99b2-a923a95645dd> a dcat:Distribution ;
    dct:description ""@en,
        "Questionnaire data available in a CSV format"@nl ;
    dct:issued "2026-04-17T10:32:12.653640"^^xsd:dateTime ;
    dct:language <http://id.loc.gov/vocabulary/iso639-1/en> ;
    dct:license <http://rdflicense.appspot.com/rdflicense/cc-by-nc-nd3.0> ;
    dct:modified "2026-04-17T10:32:12.647508"^^xsd:dateTime ;
    dct:rights [ a dct:RightsStatement ;
            rdfs:label ""@en,
                ""@nl ] ;
    dct:title ""@en,
        "Questionnaire data - CSV format"@nl ;
    dcat:accessURL <https://www.personalizedparkinsonproject.com/home> ;
    dcat:mediaType <https://www.iana.org/assignments/media-types/text/csv> .

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

<https://www.personalizedparkinsonproject.com/home> a rdfs:Resource .

<mailto:ppp-data@radboudumc.nl> a vcard:Kind .

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

