Skip to content

Class: DataLayoutSection

Definition for an individual layout or data section, as part of a full layout

URI: pehterms:DataLayoutSection

classDiagram class DataLayoutSection click DataLayoutSection href "../DataLayoutSection" NamedThing <|-- DataLayoutSection click NamedThing href "../NamedThing" DataLayoutSection : description DataLayoutSection : elements DataLayoutSection --> "*" DataLayoutElement : elements click DataLayoutElement href "../DataLayoutElement" DataLayoutSection : id DataLayoutSection : name DataLayoutSection : observable_entity_grouping_id_list DataLayoutSection --> "*" StudyEntity : observable_entity_grouping_id_list click StudyEntity href "../StudyEntity" DataLayoutSection : observable_entity_types DataLayoutSection --> "*" ObservableEntityType : observable_entity_types click ObservableEntityType href "../ObservableEntityType" DataLayoutSection : remark DataLayoutSection : section_type DataLayoutSection --> "0..1" DataLayoutSectionType : section_type click DataLayoutSectionType href "../DataLayoutSectionType" DataLayoutSection : short_name DataLayoutSection : ui_label DataLayoutSection : unique_name

Inheritance

Slots

Name Cardinality and Range Description Inheritance
section_type 0..1
DataLayoutSectionType
direct
observable_entity_types *
ObservableEntityType
direct
observable_entity_grouping_id_list *
StudyEntity
direct
elements *
DataLayoutElement
direct
id 1
String
Machine readable, unique identifier; ideally a URI/GUPRI (Globally Unique, Pe... NamedThing
unique_name 0..1
String
Human readable name, unique across the context the entity is defined in NamedThing
short_name 0..1
String
Shortened name or code, preferrable unique across the context the entity is d... NamedThing
name 0..1
String
Common human readable name NamedThing
ui_label 0..1
String
Human readable label, to be used in user facing interfaces in the most common... NamedThing
description 0..1
String
Long form description or definition for the entity NamedThing
remark 0..1
String
Additional comment, note or remark providing context on the use of an entity ... NamedThing

Usages

used by used in type used
DataLayout sections range DataLayoutSection

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/peh/peh-model

Mappings

Mapping Type Mapped Value
self pehterms:DataLayoutSection
native pehterms:DataLayoutSection

LinkML Source

Direct

name: DataLayoutSection
description: Definition for an individual layout or data section, as part of a full
  layout
from_schema: https://w3id.org/peh/peh-model
is_a: NamedThing
slots:
- section_type
- observable_entity_types
- observable_entity_grouping_id_list
- elements

Induced

name: DataLayoutSection
description: Definition for an individual layout or data section, as part of a full
  layout
from_schema: https://w3id.org/peh/peh-model
is_a: NamedThing
attributes:
  section_type:
    name: section_type
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: section_type
    owner: DataLayoutSection
    domain_of:
    - DataLayoutSection
    range: DataLayoutSectionType
  observable_entity_types:
    name: observable_entity_types
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: observable_entity_types
    owner: DataLayoutSection
    domain_of:
    - DataLayoutSection
    range: ObservableEntityType
    multivalued: true
  observable_entity_grouping_id_list:
    name: observable_entity_grouping_id_list
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: observable_entity_grouping_id_list
    owner: DataLayoutSection
    domain_of:
    - DataLayoutSection
    range: StudyEntity
    multivalued: true
  elements:
    name: elements
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: elements
    owner: DataLayoutSection
    domain_of:
    - DataLayoutSection
    range: DataLayoutElement
    multivalued: true
    inlined: true
    inlined_as_list: true
  id:
    name: id
    description: Machine readable, unique identifier; ideally a URI/GUPRI (Globally
      Unique, Persistent, Resolvable Identifier).
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: DataLayoutSection
    domain_of:
    - NamedThing
    range: string
    required: true
  unique_name:
    name: unique_name
    description: Human readable name, unique across the context the entity is defined
      in.
    from_schema: https://w3id.org/peh/peh-model
    close_mappings:
    - schema:identifier
    rank: 1000
    slot_uri: skos:prefLabel
    alias: unique_name
    owner: DataLayoutSection
    domain_of:
    - NamedThing
    range: string
  short_name:
    name: short_name
    description: Shortened name or code, preferrable unique across the context the
      entity is defined in.
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: short_name
    owner: DataLayoutSection
    domain_of:
    - NamedThing
    range: string
  name:
    name: name
    description: Common human readable name
    from_schema: https://w3id.org/peh/peh-model
    exact_mappings:
    - skos:altLabel
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: DataLayoutSection
    domain_of:
    - NamedThing
    - Contact
    range: string
  ui_label:
    name: ui_label
    description: Human readable label, to be used in user facing interfaces in the
      most common use cases.
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: ui_label
    owner: DataLayoutSection
    domain_of:
    - NamedThing
    range: string
  description:
    name: description
    description: Long form description or definition for the entity.
    from_schema: https://w3id.org/peh/peh-model
    exact_mappings:
    - skos:definition
    rank: 1000
    slot_uri: schema:description
    alias: description
    owner: DataLayoutSection
    domain_of:
    - NamedThing
    range: string
  remark:
    name: remark
    description: Additional comment, note or remark providing context on the use of
      an entity or the interpretation of its properties.
    from_schema: https://w3id.org/peh/peh-model
    exact_mappings:
    - skos:note
    rank: 1000
    slot_uri: schema:comment
    alias: remark
    owner: DataLayoutSection
    domain_of:
    - NamedThing
    range: string