Regen Network

Regen Network Data Standards

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  
}



Inheritance

Slots

NameCardinality and RangeDescriptionInheritance
name1
String
Name of the entity / resourcedirect
description0..1
String
Description of the entity / resourcedirect
url0..1
Uri
Link to a valid URL where more information can be found about the entity / re…direct
image0..1
String
direct
type1
EntityTypes
direct

Usages

used byused intypeused
ProjectInfohasProjectDeveloperrangeEntity
ProjectInfohasProjectMonitorrangeEntity
ProjectInfohasProjectOperatorrangeEntity
ProjectInfohasProjectOwnerrangeEntity
ProjectInfohasProjectPartnerrangeEntity
CreditProjectInfohasProjectVerifierrangeEntity
CreditProjectInfohasProjectDeveloperrangeEntity
CreditProjectInfohasProjectMonitorrangeEntity
CreditProjectInfohasProjectOperatorrangeEntity
CreditProjectInfohasProjectOwnerrangeEntity
CreditProjectInfohasProjectPartnerrangeEntity
BT01ProjectInfohasEnvironmentalAuthorityrangeEntity
BT01ProjectInfohasProjectVerifierrangeEntity
BT01ProjectInfohasProjectDeveloperrangeEntity
BT01ProjectInfohasProjectMonitorrangeEntity
BT01ProjectInfohasProjectOperatorrangeEntity
BT01ProjectInfohasProjectOwnerrangeEntity
BT01ProjectInfohasProjectPartnerrangeEntity
C01ProjectInfohasProjectVerifierrangeEntity
C01ProjectInfohasProjectDeveloperrangeEntity
C01ProjectInfohasProjectMonitorrangeEntity
C01ProjectInfohasProjectOperatorrangeEntity
C01ProjectInfohasProjectOwnerrangeEntity
C01ProjectInfohasProjectPartnerrangeEntity
C02ProjectInfohasProjectVerifierrangeEntity
C02ProjectInfohasProjectDeveloperrangeEntity
C02ProjectInfohasProjectMonitorrangeEntity
C02ProjectInfohasProjectOperatorrangeEntity
C02ProjectInfohasProjectOwnerrangeEntity
C02ProjectInfohasProjectPartnerrangeEntity
VoiceCouncilSessionfacilitatorrangeEntity
ParticipantentityrangeEntity

Identifier and Mapping Information

Schema Source

Mappings

Mapping TypeMapped Value
selfrfs:Entity
nativerfs: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
    - WorkOrder
    - GovernanceDecision
    - GovernanceProcess
    - VoiceCouncilSession
    - CoherenceCheck
    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:
    - Link
    - ProjectInfo
    - File
    - CreditClassInfo
    - Entity
    - WorkOrder
    - GovernanceDecision
    - GovernanceProcess
    - VoiceCouncilSession
    - CoherenceCheck
    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