Skip to content

Class: DataStakeholder

An organisation participating in a data process in Personal Exposure and Health research

URI: pehterms:DataStakeholder

classDiagram class DataStakeholder click DataStakeholder href "../DataStakeholder" NamedThing <|-- DataStakeholder click NamedThing href "../NamedThing" DataStakeholder : contacts DataStakeholder --> "*" Contact : contacts click Contact href "../Contact" DataStakeholder : data_roles DataStakeholder --> "*" DataRole : data_roles click DataRole href "../DataRole" DataStakeholder : description DataStakeholder : id DataStakeholder : name DataStakeholder : processing_description DataStakeholder : remark DataStakeholder : short_name DataStakeholder : stakeholder DataStakeholder --> "0..1" Stakeholder : stakeholder click Stakeholder href "../Stakeholder" DataStakeholder : ui_label DataStakeholder : unique_name

Inheritance

Slots

Name Cardinality and Range Description Inheritance
stakeholder 0..1
Stakeholder
direct
data_roles *
DataRole
direct
contacts *
Contact
direct
processing_description 0..1
String
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
DataRequest data_stakeholders range DataStakeholder

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: DataStakeholder
description: An organisation participating in a data process in Personal Exposure
  and Health research
from_schema: https://w3id.org/peh/peh-model
is_a: NamedThing
slots:
- stakeholder
- data_roles
- contacts
- processing_description

Induced

name: DataStakeholder
description: An organisation participating in a data process in Personal Exposure
  and Health research
from_schema: https://w3id.org/peh/peh-model
is_a: NamedThing
attributes:
  stakeholder:
    name: stakeholder
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: stakeholder
    owner: DataStakeholder
    domain_of:
    - ProjectStakeholder
    - StudyStakeholder
    - DataStakeholder
    range: Stakeholder
  data_roles:
    name: data_roles
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: data_roles
    owner: DataStakeholder
    domain_of:
    - DataStakeholder
    range: DataRole
    multivalued: true
  contacts:
    name: contacts
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: contacts
    owner: DataStakeholder
    domain_of:
    - ProjectStakeholder
    - StudyStakeholder
    - DataRequest
    - DataStakeholder
    range: Contact
    multivalued: true
    inlined: true
    inlined_as_list: true
  processing_description:
    name: processing_description
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: processing_description
    owner: DataStakeholder
    domain_of:
    - DataStakeholder
    range: string
  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: DataStakeholder
    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: DataStakeholder
    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: DataStakeholder
    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: DataStakeholder
    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: DataStakeholder
    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: DataStakeholder
    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: DataStakeholder
    domain_of:
    - NamedThing
    range: string