Class: GroupKey

A dimension subset that represents collections of dimensions that are subsets of the full dimension set, distinct from SeriesKey which includes Time dimensions

URI: odm:class/GroupKey

erDiagram
GroupKey {
    string describedBy  
    string keyValues  
    string attributeValues  
}



Inheritance

Slots

Name Cardinality and Range Description Inheritance
describedBy 0..1
String or 
Dimension or 
ComponentList
Associates the Dimension Descriptor defined in the Data Structure Definition DatasetKey
keyValues 0..1
String
List of Key Values that comprise each key, separated by a dot e.g. SUBJ001.VISIT2.BMI DatasetKey
attributeValues 0..1
String
Association to the Attribute Values relating to Key DatasetKey

Usages

used by used in type used
Dataset keys any_of[range] GroupKey

Identifier and Mapping Information

Schema Source

  • from schema: https://cdisc.org/define-json

Mappings

Mapping Type Mapped Value
self odm:GroupKey
native odm:GroupKey
exact sdmx:GroupKey

LinkML Source

Direct

name: GroupKey
description: A dimension subset that represents collections of dimensions that are
  subsets of the full dimension set, distinct from SeriesKey which includes Time dimensions
from_schema: https://cdisc.org/define-json
exact_mappings:
- sdmx:GroupKey
is_a: DatasetKey

Induced

name: GroupKey
description: A dimension subset that represents collections of dimensions that are
  subsets of the full dimension set, distinct from SeriesKey which includes Time dimensions
from_schema: https://cdisc.org/define-json
exact_mappings:
- sdmx:GroupKey
is_a: DatasetKey
attributes:
  describedBy:
    name: describedBy
    description: Associates the Dimension Descriptor defined in the Data Structure
      Definition
    from_schema: https://cdisc.org/define-json
    alias: describedBy
    owner: GroupKey
    domain_of:
    - Dataset
    - DatasetKey
    range: string
    any_of:
    - range: Dimension
    - range: ComponentList
  keyValues:
    name: keyValues
    description: List of Key Values that comprise each key, separated by a dot e.g.
      SUBJ001.VISIT2.BMI
    from_schema: https://cdisc.org/define-json
    rank: 1000
    alias: keyValues
    owner: GroupKey
    domain_of:
    - DatasetKey
    range: string
  attributeValues:
    name: attributeValues
    description: Association to the Attribute Values relating to Key
    from_schema: https://cdisc.org/define-json
    rank: 1000
    alias: attributeValues
    owner: GroupKey
    domain_of:
    - DatasetKey
    range: string