WARNING: This site is a work in progress.
Class: Link
URI: rfs:Link
erDiagram
Link {
string name
uri url
}
Inheritance
- Link
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
name | 1 String | Name of the entity / resource | direct |
url | 1 Uri | Link to a valid URL where more information can be found about the entity / re… | direct |
Usages
used by | used in | type | used |
---|---|---|---|
ProjectInfo | hasLinks | range | Link |
CreditProjectInfo | hasLinks | range | Link |
BT01ProjectInfo | hasLinks | range | Link |
C01ProjectInfo | hasLinks | range | Link |
C02ProjectInfo | hasLinks | range | Link |
Identifier and Mapping Information
Schema Source
- from schema: https://framework.regen.network/schema/
Mappings
Mapping Type | Mapped Value |
---|---|
self | rfs:Link |
native | rfs:Link |
LinkML Source
Direct
```yaml
name: Link
from_schema: https://framework.regen.network/schema/
slots:
- name
- url
slot_usage:
name:
name: name
required: true
url:
name: url
required: true
</details>
### Induced
<details>
```yaml
name: Link
from_schema: https://framework.regen.network/schema/
slot_usage:
name:
name: name
required: true
url:
name: url
required: true
attributes:
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: Link
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: Link
domain_of:
- Link
- ProjectInfo
- CreditingProgram
- CreditProtocol
- Methodology
- Registry
- CreditClassInfo
- Entity
range: uri
required: true