Skip to content

Class: PlannedProcess

URI: OBI:0000011

classDiagram class PlannedProcess NamedThing <|-- PlannedProcess PlannedProcess : description PlannedProcess : has_inputs PlannedProcess : has_outputs PlannedProcess : id PlannedProcess : name PlannedProcess : participating_agent PlannedProcess <|-- CollectingBiosamplesFromSite PlannedProcess : description PlannedProcess : has_inputs PlannedProcess : has_outputs PlannedProcess : id PlannedProcess : name PlannedProcess : participating_agent

Inheritance

Slots

Name Cardinality and Range Description Inheritance
has_inputs 0..*
NamedThing
direct
has_outputs 0..*
NamedThing
direct
participating_agent 0..1
Agent
direct
id 1..1
xsd:anyURI
A unique identifier for a thing NamedThing
name 0..1
NONE
A human-readable name for a thing NamedThing
description 0..1
NONE
A human-readable description for a thing NamedThing

Identifier and Mapping Information

Schema Source

  • from schema: https://example.com/cleanroom-schema/cleanroom-schema

Mappings

Mapping Type Mapped Value
self OBI:0000011
native cleanroom_schema:PlannedProcess

LinkML Source

Direct

name: PlannedProcess
title: Planned Process
from_schema: https://example.com/cleanroom-schema/cleanroom-schema
rank: 1000
is_a: NamedThing
slots:
- has_inputs
- has_outputs
- participating_agent
class_uri: OBI:0000011

Induced

name: PlannedProcess
title: Planned Process
from_schema: https://example.com/cleanroom-schema/cleanroom-schema
rank: 1000
is_a: NamedThing
attributes:
  has_inputs:
    name: has_inputs
    from_schema: https://example.com/cleanroom-schema/cleanroom-schema
    rank: 1000
    multivalued: true
    alias: has_inputs
    owner: PlannedProcess
    domain_of:
    - PlannedProcess
    - CollectingBiosamplesFromSite
    range: NamedThing
  has_outputs:
    name: has_outputs
    from_schema: https://example.com/cleanroom-schema/cleanroom-schema
    rank: 1000
    multivalued: true
    alias: has_outputs
    owner: PlannedProcess
    domain_of:
    - PlannedProcess
    - CollectingBiosamplesFromSite
    range: NamedThing
  participating_agent:
    name: participating_agent
    from_schema: https://example.com/cleanroom-schema/cleanroom-schema
    rank: 1000
    alias: participating_agent
    owner: PlannedProcess
    domain_of:
    - PlannedProcess
    range: Agent
  id:
    name: id
    description: A unique identifier for a thing
    from_schema: https://example.com/cleanroom-schema/cleanroom-schema
    rank: 1000
    identifier: true
    alias: id
    owner: PlannedProcess
    domain_of:
    - NamedThing
    range: uriorcurie
  name:
    name: name
    description: A human-readable name for a thing
    from_schema: https://example.com/cleanroom-schema/cleanroom-schema
    rank: 1000
    alias: name
    owner: PlannedProcess
    domain_of:
    - NamedThing
    range: string
  description:
    name: description
    description: A human-readable description for a thing
    from_schema: https://example.com/cleanroom-schema/cleanroom-schema
    rank: 1000
    alias: description
    owner: PlannedProcess
    domain_of:
    - NamedThing
    range: string
class_uri: OBI:0000011