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
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
name | 1 String | Name of the project | direct |
description | 0..1 String | Optional description of the project | direct |
url | 0..1 String | direct | |
type | 1 ProjectRoleTypes | direct | |
image | 0..1 String | direct |
Usages
used by | used in | type | used |
---|---|---|---|
Project | project_developer | range | ProjectRole |
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
- 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