Regen Network

Regen Network Data Standards

WARNING: This site is a work in progress.

Class: ProjectRole

URI: rfs:ProjectRole

erDiagram
ProjectRole {
    string name  
    string url  
    string image  
    string description  
    ProjectRoleTypes type  
}



Slots

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

Usages

used byused intypeused
ProjectInfoprojectDeveloperrangeProjectRole
ProjectInfoprojectMonitorrangeProjectRole
ProjectInfoprojectVerifierrangeProjectRole
BT01ProjectInfoprojectOperatorrangeProjectRole
BT01ProjectInfoprojectOwnerrangeProjectRole
BT01ProjectInfoprojectDeveloperrangeProjectRole
BT01ProjectInfoprojectMonitorrangeProjectRole
BT01ProjectInfoprojectVerifierrangeProjectRole

Identifier and Mapping Information

Schema Source

Mappings

Mapping TypeMapped Value
selfrfs:ProjectRole
nativerfs:ProjectRole

LinkML Source

Direct

```yaml name: ProjectRole from_schema: https://framework.regen.network/schema/ slots: - name - url - image attributes: description: name: description from_schema: https://framework.regen.network/schema/ domain_of: - ProjectInfo - ProjectRole - Organization - File - CreditClassInfo range: string type: name: type from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of: - ProjectRole - Location - Geometry range: ProjectRoleTypes required: true
</details>

### Induced

<details>
```yaml
name: ProjectRole
from_schema: https://framework.regen.network/schema/
attributes:
  description:
    name: description
    from_schema: https://framework.regen.network/schema/
    alias: description
    owner: ProjectRole
    domain_of:
    - ProjectInfo
    - ProjectRole
    - Organization
    - File
    - CreditClassInfo
    range: string
  type:
    name: type
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: type
    owner: ProjectRole
    domain_of:
    - ProjectRole
    - Location
    - Geometry
    range: ProjectRoleTypes
    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: ProjectRole
    domain_of:
    - ProjectInfo
    - ProjectRole
    - Organization
    - File
    - Impact
    - CreditClassInfo
    - Registry
    - CreditingProgram
    - CreditProtocol
    - Methodology
    - AdministrativeArea
    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: ProjectRole
    domain_of:
    - ProjectRole
    - Organization
    - CreditClassInfo
    - Registry
    - CreditingProgram
    - CreditProtocol
    - Methodology
    - AdministrativeArea
    range: string
  image:
    name: image
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    slot_uri: schema:image
    alias: image
    owner: ProjectRole
    domain_of:
    - ProjectRole
    - Organization
    range: string