Regen Network

Regen Network Data Standards

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

NameCardinality and RangeDescriptionInheritance
name0..1
String
Name of the entity / resourcedirect
description0..1
String
Description of the entity / resourcedirect
url0..1
String
Link to a valid URL where more information can be found about the entity / re…direct
image0..1
String
direct
showOnProjectPage0..1
Boolean
Whether to show this organization or individual on the project pagedirect

Usages

used byused intypeused
BT01ProjectInfoenvironmentalAuthorityrangeOrganization

Identifier and Mapping Information

Schema Source

Mappings

Mapping TypeMapped Value
selfrfs:Organization
nativerfs: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