Class: Process
An entity that unfolds over time. Not composed of matter.
URI: beril_model:Process
classDiagram
class Process
NamedThing <|-- Process
Process <|-- Splitting
Process <|-- Pooling
Process : description
Process : id
Process : inputs
Process --|> MaterialEntity : inputs
Process : name
Process : outputs
Process --|> MaterialEntity : outputs
Inheritance
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
inputs | 0..* MaterialEntity |
direct | |
outputs | 0..* MaterialEntity |
direct | |
id | 1..1 Uriorcurie |
A unique identifier for a thing | NamedThing |
name | 0..1 String |
A human-readable name for a thing | NamedThing |
description | 0..1 String |
A human-readable description for a thing | NamedThing |
Usages
used by | used in | type | used |
---|---|---|---|
NamedThingCollection | processes | range | Process |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/beril-model/beril-model
Mappings
Mapping Type | Mapped Value |
---|---|
self | beril_model:Process |
native | beril_model:Process |
exact | BFO:0000015 |
LinkML Source
Direct
name: Process
description: An entity that unfolds over time. Not composed of matter.
from_schema: https://w3id.org/beril-model/beril-model
exact_mappings:
- BFO:0000015
rank: 1000
is_a: NamedThing
slots:
- inputs
- outputs
disjoint_with:
- MaterialEntity
- InformationArtifact
- Observation
Induced
name: Process
description: An entity that unfolds over time. Not composed of matter.
from_schema: https://w3id.org/beril-model/beril-model
exact_mappings:
- BFO:0000015
rank: 1000
is_a: NamedThing
attributes:
inputs:
name: inputs
from_schema: https://w3id.org/beril-model/beril-model
rank: 1000
multivalued: true
alias: inputs
owner: Process
domain_of:
- Process
range: MaterialEntity
outputs:
name: outputs
from_schema: https://w3id.org/beril-model/beril-model
rank: 1000
multivalued: true
alias: outputs
owner: Process
domain_of:
- Process
range: MaterialEntity
id:
name: id
description: A unique identifier for a thing
from_schema: https://w3id.org/beril-model/beril-model
rank: 1
slot_uri: schema:identifier
identifier: true
alias: id
owner: Process
domain_of:
- NamedThing
- Person
slot_group: identifiers
range: uriorcurie
required: true
pattern: '[a-zA-Z0-9_]+:[a-zA-Z0-9_]+'
name:
name: name
description: A human-readable name for a thing
from_schema: https://w3id.org/beril-model/beril-model
rank: 2
slot_uri: schema:name
alias: name
owner: Process
domain_of:
- NamedThing
slot_group: identifiers
range: string
description:
name: description
description: A human-readable description for a thing
from_schema: https://w3id.org/beril-model/beril-model
rank: 3
slot_uri: schema:description
alias: description
owner: Process
domain_of:
- NamedThing
slot_group: identifiers
range: string
disjoint_with:
- MaterialEntity
- InformationArtifact
- Observation