Regen Network

Regen Network Data Standards

WARNING: this site is a work in progress. All data is fake!

Class: ProjectRole

URI: rfs:ProjectRole

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



Slots

NameCardinality and RangeDescriptionInheritance
name1
String
Name of the projectdirect
description0..1
String
Optional description of the projectdirect
url0..1
String
direct
type1
ProjectRoleTypes
direct
image0..1
String
direct

Usages

used byused intypeused
Projectproject_developerrangeProjectRole

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 - description - url attributes: type: name: type from_schema: https://framework.regen.network/schema/ rank: 1000 slot_uri: rfs:ProjectRoleType domain_of: - ProjectRole range: ProjectRoleTypes required: true image: name: image from_schema: https://framework.regen.network/schema/ slot_uri: schema:image domain_of: - ProjectRole - Organization
</details>

### Induced

<details>
```yaml
name: ProjectRole
from_schema: https://framework.regen.network/schema/
attributes:
  type:
    name: type
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    slot_uri: rfs:ProjectRoleType
    alias: type
    owner: ProjectRole
    domain_of:
    - ProjectRole
    range: ProjectRoleTypes
    required: true
  image:
    name: image
    from_schema: https://framework.regen.network/schema/
    slot_uri: schema:image
    alias: image
    owner: ProjectRole
    domain_of:
    - ProjectRole
    - Organization
    range: string
  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:
    - Project
    - ProjectRole
    - Organization
    - AdministrativeArea
    - File
    range: string
    required: true
  description:
    name: description
    description: Optional description of the project.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    slot_uri: schema:description
    alias: description
    owner: ProjectRole
    domain_of:
    - Project
    - ProjectRole
    - Organization
    - File
    range: string
  url:
    name: url
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: url
    owner: ProjectRole
    domain_of:
    - ProjectRole
    - Organization
    - AdministrativeArea
    range: string