Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENH] Add ContextURI to allow to define the context for the entity values #1939

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 3, 2024

  1. Add ContextURI to allow to define the context for the entity values

    It is often desired to be able to determine that values used
    for entities in the dataset belong to some controlled vocabulary,
    or simply defined centrally within some "id" authority. E.g. could be
    unique scanning session IDs per scanning center, or similarly subject_ids defined
    per study or centrally for the center.
    
    It is of particular interest for large studies where multiple datasets could be
    created, one per site or primary data modality, to later possibly be composed
    into a single dataset or just to become parts of the one larger multi-site one.
    In such cases it becomes quite important to annotate that particular entities
    (subject_id, session_id and possibly even _desc- or _acq- values) are defined
    in the scope of the specific  larger study and thus correspond to the "same" thing
    given the same contextURI and value.
    yarikoptic committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    faf62ec View commit details
    Browse the repository at this point in the history