Skip to content

Demographic data

Under construction

These pages are currently under construction.

Format summary

Example

participant_id age sex deafness hearing_months
sub-450207866cba 28 male no n/a
sub-9fb5e49bc1b9 28 male no n/a
sub-51d9a4b8abed 38 male yes n/a
sub-fa7f791ac1f8 60 male yes 3
sub-c06323af4171 19 female yes n/a
sub-29863894b750 55 male ci_pre 24
sub-a415d9dc6d83 39 male no n/a
sub-09d43edda56a 23 female no n/a
sub-503a5c6607c5 28 male no n/a
sub-a7cee54229be 58 male yes n/a
{
    "participant_id": {
        "Description": "A participant ID",
        "Annotations": {
            "IsAbout": {
                "Label": "Subject Unique Identifier",
                "TermURL": "nb:ParticipantID"
            },
            "Identifies": "participant"
        }
    },
    "age": {
        "Annotations": {
            "IsAbout": {
                "Label": "Age in years",
                "TermURL": "nb:Age"
            },
            "Transformation": {
                "Label": "integer value",
                "TermURL": "nb:FromInt"
            },
            "MissingValues": []
        },
        "Description": "The age of the participant at data acquisition",
        "Unit": "years"
    },
    "sex": {
        "Annotations": {
            "IsAbout": {
                "Label": "Sex",
                "TermURL": "nb:Sex"
            },
            "Levels": {
                "male": {
                    "TermURL": "snomed:248153007",
                    "Label": "Male"
                },
                "female": {
                    "TermURL": "snomed:248152002",
                    "Label": "Female"
                }
            },
            "MissingValues": []
        },
        "Description": "The biological gender assigned at birth"
    },
    "deafness": {
        "description": "Grouping we used in this study as we investigated different levels of audiovisual listening experience",
        "levels": {
            "yes": "Congenitally deaf",
            "ci_pre": "Did hear something but turned deaf (bilaterally or single-sided) at some point",
            "no": "No hearing problems are reported"
        }
    },
    "hearing_months": {
        "description": "Calculated months that participants were exposed to audiovisual listening experience",
        "units": "months"
    }
}