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