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
name0..1
String
Name of the source registrydirect
url0..1
String
URL of the source registrydirect

Usages

used byused intypeused
CreditClassInfosourceRegistryrangeRegistry
BT01CreditClassInfosourceRegistryrangeRegistry

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/ attributes: name: name: name description: Name of the source registry. from_schema: https://framework.regen.network/schema/ domain_of: - ProjectInfo - ProjectRole - Organization - File - SDG - ProjectBenefit - PrimaryImpact - CreditClassInfo - Registry - Methodology url: name: url description: URL of the source registry. from_schema: https://framework.regen.network/schema/ domain_of: - ProjectRole - Organization - CreditClassInfo - Registry - Methodology
</details>

### Induced

<details>
```yaml
name: Registry
description: Details of the registry where the credits are tracked.
from_schema: https://framework.regen.network/schema/
attributes:
  name:
    name: name
    description: Name of the source registry.
    from_schema: https://framework.regen.network/schema/
    alias: name
    owner: Registry
    domain_of:
    - ProjectInfo
    - ProjectRole
    - Organization
    - File
    - SDG
    - ProjectBenefit
    - PrimaryImpact
    - CreditClassInfo
    - Registry
    - Methodology
    range: string
  url:
    name: url
    description: URL of the source registry.
    from_schema: https://framework.regen.network/schema/
    alias: url
    owner: Registry
    domain_of:
    - ProjectRole
    - Organization
    - CreditClassInfo
    - Registry
    - Methodology
    range: string