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
name1
String
Name of the projectdirect
url0..1
String
direct
image0..1
String
direct
description0..1
String
direct
type1
ProjectRoleTypes
direct

Usages

used byused intypeused
ProjectInfoprojectDeveloperrangeProjectRole
ProjectInfoprojectMonitorrangeProjectRole
ProjectInfoprojectVerifierrangeProjectRole
TerrasosProjectInfoprojectOperatorrangeProjectRole
TerrasosProjectInfoprojectOwnerrangeProjectRole
TerrasosProjectInfoprojectDeveloperrangeProjectRole
TerrasosProjectInfoprojectMonitorrangeProjectRole
TerrasosProjectInfoprojectVerifierrangeProjectRole

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 range: string type: name: type from_schema: https://framework.regen.network/schema/ rank: 1000 slot_uri: rfs:ProjectRoleType 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
    range: string
  type:
    name: type
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    slot_uri: rfs:ProjectRoleType
    alias: type
    owner: ProjectRole
    domain_of:
    - ProjectRole
    - Location
    - Geometry
    range: ProjectRoleTypes
    required: true
  name:
    name: name
    description: Name of the project.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: ProjectRole
    domain_of:
    - ProjectInfo
    - ProjectRole
    - Organization
    - File
    - AdministrativeArea
    range: string
    required: true
  url:
    name: url
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    slot_uri: schema:URL
    alias: url
    owner: ProjectRole
    domain_of:
    - ProjectRole
    - Organization
    - 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