Class: Changelog
classDiagram
class Changelog
click Changelog href "../Changelog/"
Changelog : changelog
Changelog : version
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| version | 1 String |
direct | |
| changelog | 1 String |
direct |
Identifier and Mapping Information
Schema Source
- from schema: https://EMSL-Computing.github.io/BASALT-Schema
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | basalt_schema:Changelog |
| native | basalt_schema:Changelog |
LinkML Source
Direct
name: Changelog
from_schema: https://EMSL-Computing.github.io/BASALT-Schema
attributes:
version:
name: version
from_schema: https://EMSL-Computing.github.io/BASALT-Schema/administration
identifier: true
domain_of:
- Changelog
- SoftwareControlledTermValue
range: string
required: true
changelog:
name: changelog
from_schema: https://EMSL-Computing.github.io/BASALT-Schema/administration
rank: 1000
domain_of:
- Changelog
range: string
required: true
Induced
name: Changelog
from_schema: https://EMSL-Computing.github.io/BASALT-Schema
attributes:
version:
name: version
from_schema: https://EMSL-Computing.github.io/BASALT-Schema/administration
identifier: true
alias: version
owner: Changelog
domain_of:
- Changelog
- SoftwareControlledTermValue
range: string
required: true
changelog:
name: changelog
from_schema: https://EMSL-Computing.github.io/BASALT-Schema/administration
rank: 1000
alias: changelog
owner: Changelog
domain_of:
- Changelog
range: string
required: true