Skip to content

Class: Grouping

A generic grouping entity that allows categorising entities in a hierarchical structure

URI: pehterms:Grouping

classDiagram class Grouping click Grouping href "../Grouping" HasContextAliases <|-- Grouping click HasContextAliases href "../HasContextAliases" HasTranslations <|-- Grouping click HasTranslations href "../HasTranslations" NamedThing <|-- Grouping click NamedThing href "../NamedThing" Grouping : abstract Grouping : context_aliases Grouping --> "*" ContextAlias : context_aliases click ContextAlias href "../ContextAlias" Grouping : description Grouping : id Grouping : name Grouping : parent_grouping_id_list Grouping --> "*" Grouping : parent_grouping_id_list click Grouping href "../Grouping" Grouping : remark Grouping : short_name Grouping : sort_order Grouping : translations Grouping --> "*" Translation : translations click Translation href "../Translation" Grouping : ui_label Grouping : unique_name

Inheritance

Slots

Name Cardinality and Range Description Inheritance
sort_order 0..1
Decimal
direct
abstract 0..1
Boolean
direct
parent_grouping_id_list *
Grouping
direct
context_aliases *
ContextAlias
HasContextAliases
translations *
Translation
HasTranslations
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
EntityList groupings range Grouping
Grouping parent_grouping_id_list range Grouping
BioChemEntity grouping_id_list range Grouping
Indicator grouping_id_list range Grouping
ObservableProperty grouping_id_list range Grouping

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: Grouping
description: A generic grouping entity that allows categorising entities in a hierarchical
  structure
from_schema: https://w3id.org/peh/peh-model
is_a: NamedThing
mixins:
- HasContextAliases
- HasTranslations
slots:
- sort_order
- abstract
- parent_grouping_id_list

Induced

name: Grouping
description: A generic grouping entity that allows categorising entities in a hierarchical
  structure
from_schema: https://w3id.org/peh/peh-model
is_a: NamedThing
mixins:
- HasContextAliases
- HasTranslations
attributes:
  sort_order:
    name: sort_order
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: sort_order
    owner: Grouping
    domain_of:
    - Grouping
    - Matrix
    - ObservationGroup
    range: decimal
  abstract:
    name: abstract
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: abstract
    owner: Grouping
    domain_of:
    - Grouping
    range: boolean
  parent_grouping_id_list:
    name: parent_grouping_id_list
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    slot_uri: skos:broader
    alias: parent_grouping_id_list
    owner: Grouping
    domain_of:
    - Grouping
    range: Grouping
    multivalued: true
  context_aliases:
    name: context_aliases
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: context_aliases
    owner: Grouping
    domain_of:
    - HasContextAliases
    range: ContextAlias
    multivalued: true
    inlined: true
    inlined_as_list: true
  translations:
    name: translations
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: translations
    owner: Grouping
    domain_of:
    - HasTranslations
    range: Translation
    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: Grouping
    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: Grouping
    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: Grouping
    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: Grouping
    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: Grouping
    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: Grouping
    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: Grouping
    domain_of:
    - NamedThing
    range: string