Class: DatasetKey

An abstract identifier that comprises the cross-product of dimension values to identify a specific cross-section

  • NOTE: this is an abstract class and should not be instantiated directly

URI: odm:class/DatasetKey

erDiagram
DatasetKey {
    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 direct
keyValues 0..1
String
List of Key Values that comprise each key, separated by a dot e.g. SUBJ001.VISIT2.BMI direct
attributeValues 0..1
String
Association to the Attribute Values relating to Key direct

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self odm:DatasetKey
native odm:DatasetKey
exact sdmx:Key

LinkML Source

Direct

name: DatasetKey
description: An abstract identifier that comprises the cross-product of dimension
  values to identify a specific cross-section
from_schema: https://cdisc.org/define-json
exact_mappings:
- sdmx:Key
abstract: true
attributes:
  describedBy:
    name: describedBy
    description: Associates the Dimension Descriptor defined in the Data Structure
      Definition
    from_schema: https://cdisc.org/define-json
    domain_of:
    - Dataset
    - DatasetKey
    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
    domain_of:
    - DatasetKey
  attributeValues:
    name: attributeValues
    description: Association to the Attribute Values relating to Key
    from_schema: https://cdisc.org/define-json
    rank: 1000
    domain_of:
    - DatasetKey

Induced

name: DatasetKey
description: An abstract identifier that comprises the cross-product of dimension
  values to identify a specific cross-section
from_schema: https://cdisc.org/define-json
exact_mappings:
- sdmx:Key
abstract: true
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: DatasetKey
    domain_of:
    - Dataset
    - DatasetKey
    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: DatasetKey
    domain_of:
    - DatasetKey
  attributeValues:
    name: attributeValues
    description: Association to the Attribute Values relating to Key
    from_schema: https://cdisc.org/define-json
    rank: 1000
    alias: attributeValues
    owner: DatasetKey
    domain_of:
    - DatasetKey