Skip to content

Class: Project

A collaborative effort in the Personal Exposure and Health research domain

URI: pehterms:Project

classDiagram class Project click Project href "../Project" HasTranslations <|-- Project click HasTranslations href "../HasTranslations" HasContextAliases <|-- Project click HasContextAliases href "../HasContextAliases" StudyEntity <|-- Project click StudyEntity href "../StudyEntity" Project : context_aliases Project --> "*" ContextAlias : context_aliases click ContextAlias href "../ContextAlias" Project : default_language Project : description Project : end_date Project : id Project : name Project : physical_entity Project --> "0..1" PhysicalEntity : physical_entity click PhysicalEntity href "../PhysicalEntity" Project : project_stakeholders Project --> "*" ProjectStakeholder : project_stakeholders click ProjectStakeholder href "../ProjectStakeholder" Project : remark Project : short_name Project : start_date Project : study_entity_links Project --> "*" StudyEntityLink : study_entity_links click StudyEntityLink href "../StudyEntityLink" Project : study_id_list Project --> "*" Study : study_id_list click Study href "../Study" Project : translations Project --> "*" Translation : translations click Translation href "../Translation" Project : ui_label Project : unique_name

Inheritance

Slots

Name Cardinality and Range Description Inheritance
default_language 0..1
String
direct
project_stakeholders *
ProjectStakeholder
direct
start_date 0..1
Date
direct
end_date 0..1
Date
direct
study_id_list *
Study
direct
translations *
Translation
HasTranslations
context_aliases *
ContextAlias
HasContextAliases
physical_entity 0..1
PhysicalEntity
StudyEntity
study_entity_links *
StudyEntityLink
StudyEntity
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 projects range Project
Sample sampled_in_project range Project
Person recruited_in_project range Project
Study project_id_list range Project

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: Project
description: A collaborative effort in the Personal Exposure and Health research domain
from_schema: https://w3id.org/peh/peh-model
is_a: StudyEntity
mixins:
- HasTranslations
- HasContextAliases
slots:
- default_language
- project_stakeholders
- start_date
- end_date
- study_id_list

Induced

name: Project
description: A collaborative effort in the Personal Exposure and Health research domain
from_schema: https://w3id.org/peh/peh-model
is_a: StudyEntity
mixins:
- HasTranslations
- HasContextAliases
attributes:
  default_language:
    name: default_language
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: default_language
    owner: Project
    domain_of:
    - Project
    - Study
    range: string
  project_stakeholders:
    name: project_stakeholders
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: project_stakeholders
    owner: Project
    domain_of:
    - Project
    range: ProjectStakeholder
    multivalued: true
    inlined: true
    inlined_as_list: true
  start_date:
    name: start_date
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: start_date
    owner: Project
    domain_of:
    - Project
    - Study
    - ObservationGroup
    - ProcessingStep
    range: date
  end_date:
    name: end_date
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: end_date
    owner: Project
    domain_of:
    - Project
    - Study
    - ObservationGroup
    range: date
  study_id_list:
    name: study_id_list
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: study_id_list
    owner: Project
    domain_of:
    - Project
    range: Study
    multivalued: true
  translations:
    name: translations
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: translations
    owner: Project
    domain_of:
    - HasTranslations
    range: Translation
    multivalued: true
    inlined: true
    inlined_as_list: true
  context_aliases:
    name: context_aliases
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: context_aliases
    owner: Project
    domain_of:
    - HasContextAliases
    range: ContextAlias
    multivalued: true
    inlined: true
    inlined_as_list: true
  physical_entity:
    name: physical_entity
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: physical_entity
    owner: Project
    domain_of:
    - PhysicalEntityLink
    - StudyEntity
    range: PhysicalEntity
    inlined: false
  study_entity_links:
    name: study_entity_links
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: study_entity_links
    owner: Project
    domain_of:
    - StudyEntity
    range: StudyEntityLink
    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: Project
    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: Project
    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: Project
    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: Project
    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: Project
    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: Project
    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: Project
    domain_of:
    - NamedThing
    range: string