Class: BiologicalSystem
classDiagram
class BiologicalSystem
click BiologicalSystem href "../BiologicalSystem/"
NamedThing <|-- BiologicalSystem
click NamedThing href "../NamedThing/"
BiologicalSystem : description
BiologicalSystem : id
BiologicalSystem : name
BiologicalSystem : type
Inheritance
- NamedThing
- BiologicalSystem
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
id | 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 |
type | 0..1 String |
NamedThing |
Usages
used by | used in | type | used |
---|---|---|---|
ModelsRelationship | biological_system_modeled | range | BiologicalSystem |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/monarch-initiative/namo
Mappings
Mapping Type | Mapped Value |
---|---|
self | namo:BiologicalSystem |
native | namo:BiologicalSystem |
LinkML Source
Direct
name: BiologicalSystem
from_schema: https://w3id.org/monarch-initiative/namo
is_a: NamedThing
Induced
name: BiologicalSystem
from_schema: https://w3id.org/monarch-initiative/namo
is_a: NamedThing
attributes:
id:
name: id
description: A unique identifier for a thing
from_schema: https://w3id.org/monarch-initiative/namo
rank: 1000
slot_uri: schema:identifier
identifier: true
alias: id
owner: BiologicalSystem
domain_of:
- NamedThing
- Reference
range: uriorcurie
required: true
name:
name: name
description: A human-readable name for a thing
from_schema: https://w3id.org/monarch-initiative/namo
rank: 1000
slot_uri: schema:name
alias: name
owner: BiologicalSystem
domain_of:
- NamedThing
range: string
description:
name: description
description: A human-readable description for a thing
from_schema: https://w3id.org/monarch-initiative/namo
rank: 1000
slot_uri: schema:description
alias: description
owner: BiologicalSystem
domain_of:
- NamedThing
range: string
type:
name: type
from_schema: https://w3id.org/monarch-initiative/namo
rank: 1000
designates_type: true
alias: type
owner: BiologicalSystem
domain_of:
- NamedThing
range: string