@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/bc7fd882-9197-4028-8ce5-cbaff949d4e3> a dcat:Dataset ;
    dcatap:applicableLegislation <http://creativecommons.org/licenses/by-nc/4.0> ;
    dct:accessRights <http://publications.europa.eu/resource/authority/access-right/PUBLIC> ;
    dct:creator [ a foaf:Agent ;
            dct:identifier <https://orcid.org/0009-0009-8728-0589> ;
            vcard:hasEmail <mailto:rso@erasmusmc.nl> ;
            foaf:homepage <https://dataverse.nl/dataset.xhtml?persistentId=doi:10.34894/ITHTAI> ;
            foaf:name "Leeuwis, Matto" ],
        [ a foaf:Agent ;
            dct:identifier <https://orcid.org/0000-0002-6218-623X> ;
            vcard:hasEmail <mailto:rso@erasmusmc.nl> ;
            foaf:homepage <https://dataverse.nl/dataset.xhtml?persistentId=doi:10.34894/ITHTAI> ;
            foaf:name "White, Joshua J." ],
        [ a foaf:Agent ;
            dct:identifier <https://orcid.org/0000-0002-8031-8320> ;
            vcard:hasEmail <mailto:rso@erasmusmc.nl> ;
            foaf:homepage <https://dataverse.nl/dataset.xhtml?persistentId=doi:10.34894/ITHTAI> ;
            foaf:name "Rasman, Brandon G." ],
        [ a foaf:Agent ;
            dct:identifier "EMC-Yomna" ;
            vcard:hasEmail <mailto:rso@erasmusmc.nl> ;
            foaf:homepage <https://dataverse.nl/dataset.xhtml?persistentId=doi:10.34894/ITHTAI> ;
            foaf:name "Asar, Yomna" ],
        [ a foaf:Agent ;
            dct:identifier <https://orcid.org/0000-0002-0230-9971> ;
            vcard:hasEmail <mailto:rso@erasmusmc.nl> ;
            foaf:homepage <https://dataverse.nl/dataset.xhtml?persistentId=doi:10.34894/ITHTAI> ;
            foaf:name "Forbes, Patrick A." ] ;
    dct:description ""@en,
        "These files contain the MATLAB code and data required to reproduce Figure 2-5 and Supplementary Figures S1-S4 of \"Different mechanisms of contextual inference govern associatively learned and sensory-evoked postural responses\". The Data folder contains .mat files with all trials of participants from group 1, 2, and 3 separately. Data includes the whole-body angle, forces and moments on the force plate, raw EMG data. Processing code is provided as 'main_classcal_conditioning.m', which performs EMG filtering, normalizing, calculation of derivatives. The file 'generate_figures' generates all figures. Note that minor aesthetic changes were made to the figures that appear in the manuscript."@nl ;
    dct:hasVersion "1.0" ;
    dct:identifier "doi:10.34894/ITHTAI" ;
    dct:issued "2024-06-18T22:00:00+00:00"^^xsd:dateTime ;
    dct:language <http://id.loc.gov/vocabulary/iso639-1/en> ;
    dct:modified "2026-04-17T10:31:44.783875"^^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 \"Different mechanisms of contextual inference govern associatively learned and sensory-evoked postural responses\""@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://dataverse.nl/dataset.xhtml?persistentId=doi:10.34894/ITHTAI']> ] ;
    dcat:hasVersion "1.0" ;
    dcat:keyword "balance control"@nl,
        "classical conditioning"@nl,
        "perceptual awareness"@nl,
        "postural responses"@nl,
        "sensorimotor incongruence"@nl,
        "unconscious processing"@nl ;
    dcat:landingPage <https://doi.org/10.34894/ITHTAI> ;
    dcat:theme <https://publications.europa.eu/resource/authority/data-theme/HEAL> .

<http://creativecommons.org/licenses/by-nc/4.0> 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/PUBLIC> a dct:RightsStatement .

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

