@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://id.loc.gov/vocabulary/iso639-1/en> a dct:LinguisticSystem .

<https://fdp.radboudumc.nl/dataset/3837ac35-6c0f-45d8-bb91-8ccb5cf6d05c> a dcat:Dataset ;
    dct:creator [ a foaf:Agent ;
            dct:identifier <https://orcid.org/0000-0002-6371-3337> ;
            foaf:name "Bas Bloem" ] ;
    dct:description ""@en,
        "Wearable data of the Personalized Parkinson Project, including data obtained with a Verily watch."@nl ;
    dct:identifier <https://fdp.radboudumc.nl/dataset/3837ac35-6c0f-45d8-bb91-8ccb5cf6d05c> ;
    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-14T13:47:35.597614"^^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 wearables"@nl ;
    adms:versionNotes ""@en,
        ""@nl ;
    dcat:contactPoint <mailto:ppp-data@radboudumc.nl> ;
    dcat:theme <https://publications.europa.eu/resource/authority/data-theme/HEAL> .

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

