Regen Network

Regen Network Data Standards

WARNING: This site is a work in progress.

Class: Organization

URI: rfs:Organization

erDiagram
Organization {
    string name  
    string url  
    boolean showOnProjectPage  
    string image  
    string description  
}



Slots

NameCardinality and RangeDescriptionInheritance
name1
String
Name of the projectdirect
url0..1
String
direct
showOnProjectPage0..1
Boolean
Whether to show this organization or individual on the project pagedirect
image0..1
String
direct
description0..1
String
A description of the organizationdirect

Usages

used byused intypeused
TerrasosProjectInfoenvironmentalAuthorityrangeOrganization

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 - url - showOnProjectPage - image attributes: description: name: description description: A description of the organization. from_schema: https://framework.regen.network/schema/ domain_of: - ProjectInfo - ProjectRole - Organization - File range: string class_uri: rfs:Organization
</details>

### Induced

<details>
```yaml
name: Organization
from_schema: https://framework.regen.network/schema/
attributes:
  description:
    name: description
    description: A description of the organization.
    from_schema: https://framework.regen.network/schema/
    alias: description
    owner: Organization
    domain_of:
    - ProjectInfo
    - ProjectRole
    - Organization
    - File
    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: Organization
    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: Organization
    domain_of:
    - ProjectRole
    - Organization
    - AdministrativeArea
    range: string
  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
  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
class_uri: rfs:Organization