Skip to content

Class: ProjectStakeholder

An organisation collaborating in a Personal Exposure and Health research project

URI: pehterms:ProjectStakeholder

classDiagram class ProjectStakeholder click ProjectStakeholder href "../ProjectStakeholder" HasTranslations <|-- ProjectStakeholder click HasTranslations href "../HasTranslations" ProjectStakeholder : contacts ProjectStakeholder --> "*" Contact : contacts click Contact href "../Contact" ProjectStakeholder : project_roles ProjectStakeholder --> "*" ProjectRole : project_roles click ProjectRole href "../ProjectRole" ProjectStakeholder : stakeholder ProjectStakeholder --> "0..1" Stakeholder : stakeholder click Stakeholder href "../Stakeholder" ProjectStakeholder : translations ProjectStakeholder --> "*" Translation : translations click Translation href "../Translation"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
stakeholder 0..1
Stakeholder
direct
project_roles *
ProjectRole
direct
contacts *
Contact
direct
translations *
Translation
HasTranslations

Usages

used by used in type used
Project project_stakeholders range ProjectStakeholder

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: ProjectStakeholder
description: An organisation collaborating in a Personal Exposure and Health research
  project
from_schema: https://w3id.org/peh/peh-model
mixins:
- HasTranslations
slots:
- stakeholder
- project_roles
- contacts

Induced

name: ProjectStakeholder
description: An organisation collaborating in a Personal Exposure and Health research
  project
from_schema: https://w3id.org/peh/peh-model
mixins:
- HasTranslations
attributes:
  stakeholder:
    name: stakeholder
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: stakeholder
    owner: ProjectStakeholder
    domain_of:
    - ProjectStakeholder
    - StudyStakeholder
    - DataStakeholder
    range: Stakeholder
  project_roles:
    name: project_roles
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: project_roles
    owner: ProjectStakeholder
    domain_of:
    - ProjectStakeholder
    range: ProjectRole
    multivalued: true
  contacts:
    name: contacts
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: contacts
    owner: ProjectStakeholder
    domain_of:
    - ProjectStakeholder
    - StudyStakeholder
    - DataRequest
    - DataStakeholder
    range: Contact
    multivalued: true
    inlined: true
    inlined_as_list: true
  translations:
    name: translations
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: translations
    owner: ProjectStakeholder
    domain_of:
    - HasTranslations
    range: Translation
    multivalued: true
    inlined: true
    inlined_as_list: true