WARNING: This site is a work in progress.
Class: Organization
URI: rfs:Organization
erDiagram
Organization {
string name
string description
string url
string image
boolean showOnProjectPage
}
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
name | 0..1 String | Name of the entity / resource | direct |
description | 0..1 String | Description of the entity / resource | direct |
url | 0..1 String | Link to a valid URL where more information can be found about the entity / re… | direct |
image | 0..1 String | direct | |
showOnProjectPage | 0..1 Boolean | Whether to show this organization or individual on the project page | direct |
Usages
used by | used in | type | used |
---|---|---|---|
BT01ProjectInfo | environmentalAuthority | range | Organization |
Identifier and Mapping Information
Schema Source
- from schema: https://framework.regen.network/schema/
Mappings
Mapping Type | Mapped Value |
---|---|
self | rfs:Organization |
native | rfs:Organization |
LinkML Source
Direct
```yaml
name: Organization
from_schema: https://framework.regen.network/schema/
slots:
- name
- description
- url
- image
attributes:
showOnProjectPage:
name: showOnProjectPage
description: Whether to show this organization or individual on the project page.
from_schema: https://framework.regen.network/schema/
rank: 1000
domain_of:
- Organization
range: boolean
</details>
### Induced
<details>
```yaml
name: Organization
from_schema: https://framework.regen.network/schema/
attributes:
showOnProjectPage:
name: showOnProjectPage
description: Whether to show this organization or individual on the project page.
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: showOnProjectPage
owner: Organization
domain_of:
- Organization
range: boolean
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: Organization
domain_of:
- ProjectInfo
- ProjectRole
- Organization
- File
- ProjectImpact
- SDG
- CreditClassInfo
- Registry
- CreditingProgram
- CreditProtocol
- Methodology
- AdministrativeArea
range: string
description:
name: description
description: Description of the entity / resource.
from_schema: https://framework.regen.network/schema/
rank: 1
slot_uri: schema:description
alias: description
owner: Organization
domain_of:
- ProjectInfo
- ProjectRole
- Organization
- File
- SDG
- CreditClassInfo
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: Organization
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: Organization
domain_of:
- ProjectRole
- Organization
range: string