Regen Network

Regen Network Data Standards

WARNING: This site is a work in progress.

Class: Registry

Details of the registry where the credits are tracked.

URI: rfs:Registry

erDiagram
Registry {
    string name  
    string url  
}



Slots

NameCardinality and RangeDescriptionInheritance
name1
String
Name of the entity / resourcedirect
url0..1
String
Link to a valid URL where more information can be found about the entity / re…direct

Usages

used byused intypeused
CreditClassInfosourceRegistryrangeRegistry
BiodiversityCreditClassInfosourceRegistryrangeRegistry
CarbonCreditClassInfosourceRegistryrangeRegistry

Identifier and Mapping Information

Schema Source

Mappings

Mapping TypeMapped Value
selfrfs:Registry
nativerfs:Registry

LinkML Source

Direct

```yaml name: Registry description: Details of the registry where the credits are tracked. from_schema: https://framework.regen.network/schema/ slots: - name - url slot_usage: name: name: name required: true
</details>

### Induced

<details>
```yaml
name: Registry
description: Details of the registry where the credits are tracked.
from_schema: https://framework.regen.network/schema/
slot_usage:
  name:
    name: name
    required: true
attributes:
  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: Registry
    domain_of:
    - ProjectInfo
    - ProjectRole
    - Organization
    - File
    - Impact
    - CreditClassInfo
    - Registry
    - CreditingProgram
    - CreditProtocol
    - Methodology
    - AdministrativeArea
    range: string
    required: true
  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: Registry
    domain_of:
    - ProjectRole
    - Organization
    - CreditClassInfo
    - Registry
    - CreditingProgram
    - CreditProtocol
    - Methodology
    - AdministrativeArea
    range: string