@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcatap: <http://data.europa.eu/r5r/> .
@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.erasmusmc.nl/dataset/150a52d1-e081-4f6c-8a22-006555fae391> a dcat:Dataset ;
    dcatap:applicableLegislation <http://data.europa.eu/eli/reg/2016/679/oj> ;
    dct:accessRights <http://publications.europa.eu/resource/authority/access-right/RESTRICTED> ;
    dct:creator [ a foaf:Agent ;
            dct:identifier "unknown" ;
            vcard:hasEmail <mailto:rso@erasmusmc.nl> ;
            foaf:homepage <https://fdp.erasmusmc.nl/dataset/unknown> ;
            foaf:name "Forbes, Patrick" ],
        [ a foaf:Agent ;
            dct:identifier "unknown" ;
            vcard:hasEmail <mailto:rso@erasmusmc.nl> ;
            foaf:homepage <https://fdp.erasmusmc.nl/dataset/unknown> ;
            foaf:name "Rasman, Brandon" ],
        [ a foaf:Agent ;
            dct:identifier "unknown" ;
            vcard:hasEmail <mailto:rso@erasmusmc.nl> ;
            foaf:homepage <https://fdp.erasmusmc.nl/dataset/unknown> ;
            foaf:name "Blouin, Jean-Sebastien" ],
        [ a foaf:Agent ;
            dct:identifier "unknown" ;
            vcard:hasEmail <mailto:rso@erasmusmc.nl> ;
            foaf:homepage <https://fdp.erasmusmc.nl/dataset/unknown> ;
            foaf:name "Nasrabadi, Amin" ],
        [ a foaf:Agent ;
            dct:identifier "unknown" ;
            vcard:hasEmail <mailto:rso@erasmusmc.nl> ;
            foaf:homepage <https://fdp.erasmusmc.nl/dataset/unknown> ;
            foaf:name "Mensink, Lucas" ] ;
    dct:description ""@en,
        "These files contain the MATLAB code and data required to reproduce Figures 2â4 and Supplementary material of âThe sense and control of standing balance in the presence of motor noiseâ. The Data folder contains .mat files with all trials of participants from Experiment 1, 2, and 3 separately. Data include measured whole-body angle, forces and moments, together with derived measures such as angular velocity, dâ², thresholds, and power. The supplementary material contains descriptions of the Linear Quadratic Regulator (LQR) model simulations together with for the supplementary figures (S1-2). The LQR model represents balance control as an inverted pendulum stabilized by optimal state feedback with a Smith predictor to compensate for sensory and motor delays, and includes nonlinear elements such as ankle stiffness, signal-dependent motor noise, and muscle activation dynamics. The MATLAB code of the LQR model is also provided and further details on the implementation can be found at https://github.com/AminMNasr/NonlinearityLQR.git."@nl ;
    dct:hasVersion "1.0" ;
    dct:identifier "doi:10.34894/WB4YTD" ;
    dct:issued "2025-09-15T22:00:00+00:00"^^xsd:dateTime ;
    dct:language <http://id.loc.gov/vocabulary/iso639-1/en> ;
    dct:modified "2026-09-21T12:01:56.198502"^^xsd:dateTime ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label ""@en,
                ""@nl ] ;
    dct:publisher [ a foaf:Agent ;
            dct:identifier "NL-EMC" ;
            vcard:hasEmail <mailto:rso@erasmusmc.nl> ;
            foaf:homepage <https://www.erasmusmc.nl/en/contact-details-and-directions> ;
            foaf:name "Erasmus MC" ] ;
    dct:title ""@en,
        "Data and code for \"The sense and control of standing balance in the presence of motor noise\""@nl ;
    adms:versionNotes ""@en,
        ""@nl ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "Contact dataset owners via DataverseNL." ;
            vcard:hasEmail <mailto:rso@erasmusmc.nl> ;
            vcard:hasURL <['https://doi.org/10.34894/WB4YTD']> ] ;
    dcat:hasVersion "1.0" ;
    dcat:keyword "EMC"@nl,
        "adaptive balance control"@nl,
        "motor noise"@nl,
        "perception"@nl,
        "vestibulomotor gain"@nl ;
    dcat:landingPage <https://doi.org/10.34894/WB4YTD> ;
    dcat:theme <https://publications.europa.eu/resource/authority/data-theme/HEAL> .

<http://data.europa.eu/eli/reg/2016/679/oj> a <http://data.europa.eu/eli/ontology#LegalResource> .

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

<http://publications.europa.eu/resource/authority/access-right/RESTRICTED> a dct:RightsStatement .

<https://doi.org/10.34894/WB4YTD> a foaf:Document .

