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
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
name | 1 String | Name of the project | direct |
url | 0..1 String | direct | |
image | 0..1 String | direct | |
description | 0..1 String | direct | |
type | 1 ProjectRoleTypes | direct |
Usages
Identifier and Mapping Information
Schema Source
- from schema: https://framework.regen.network/schema/
Mappings
Mapping Type | Mapped Value |
---|---|
self | rfs:ProjectRole |
native | rfs: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