WARNING: This site is a work in progress.
Class: VersionedLink
URI: rfs:VersionedLink
erDiagram
VersionedLink {
string version
string name
uri url
}
Inheritance
- Link
- VersionedLink
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
version | 0..1 String | Version number of the resource / entity | direct |
name | 1 String | Name of the entity / resource | Link |
url | 1 Uri | Link to a valid URL where more information can be found about the entity / re… | Link |
Identifier and Mapping Information
Schema Source
- from schema: https://framework.regen.network/schema/
Mappings
Mapping Type | Mapped Value |
---|---|
self | rfs:VersionedLink |
native | rfs:VersionedLink |
LinkML Source
Direct
```yaml
name: VersionedLink
from_schema: https://framework.regen.network/schema/
is_a: Link
slots:
- version
slot_usage:
name:
name: name
required: true
</details>
### Induced
<details>
```yaml
name: VersionedLink
from_schema: https://framework.regen.network/schema/
is_a: Link
slot_usage:
name:
name: name
required: true
attributes:
version:
name: version
description: Version number of the resource / entity.
from_schema: https://framework.regen.network/schema/
rank: 1000
slot_uri: schema:version
alias: version
owner: VersionedLink
domain_of:
- VersionedLink
- CreditingProgram
- CreditProtocol
- Methodology
range: string
name:
name: name
description: Name of the entity / resource.
from_schema: https://framework.regen.network/schema/
rank: 1
slot_uri: schema:name
alias: name
owner: VersionedLink
domain_of:
- Link
- ProjectInfo
- Feature
- File
- Impact
- CreditingProgram
- CreditProtocol
- Methodology
- Registry
- BufferPoolAccount
- CreditClassInfo
- Entity
range: string
required: true
url:
name: url
description: Link to a valid URL where more information can be found about the
entity / resource.
from_schema: https://framework.regen.network/schema/
rank: 1
slot_uri: schema:url
alias: url
owner: VersionedLink
domain_of:
- Link
- ProjectInfo
- CreditingProgram
- CreditProtocol
- Methodology
- Registry
- CreditClassInfo
- Entity
range: uri
required: true