Class: DnaExtract
classDiagram
class DnaExtract
MaterialEntity <|-- DnaExtract
DnaExtract : color
DnaExtract --|> ColorEnum : color
DnaExtract : description
DnaExtract : id
DnaExtract : mass_g
DnaExtract : name
Inheritance
- NamedThing
- MaterialEntity
- DnaExtract
- MaterialEntity
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
mass_g | 0..1 Float |
MaterialEntity | |
color | 0..1 ColorEnum |
MaterialEntity | |
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 |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/beril-model/beril-model
Mappings
Mapping Type | Mapped Value |
---|---|
self | beril_model:DnaExtract |
native | beril_model:DnaExtract |
LinkML Source
Direct
name: DnaExtract
from_schema: https://w3id.org/beril-model/beril-model
rank: 1000
is_a: MaterialEntity
Induced
name: DnaExtract
from_schema: https://w3id.org/beril-model/beril-model
rank: 1000
is_a: MaterialEntity
attributes:
mass_g:
name: mass_g
from_schema: https://w3id.org/beril-model/beril-model
rank: 101
alias: mass_g
owner: DnaExtract
domain_of:
- MaterialEntity
slot_group: sample_attributes
range: float
color:
name: color
from_schema: https://w3id.org/beril-model/beril-model
rank: 102
alias: color
owner: DnaExtract
domain_of:
- MaterialEntity
slot_group: sample_attributes
range: ColorEnum
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: DnaExtract
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: DnaExtract
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: DnaExtract
domain_of:
- NamedThing
slot_group: identifiers
range: string