Regen Network

Regen Network Data Standards

WARNING: This site is a work in progress.

Class: SourceRegistry

Details of the registry where the credits are tracked.

URI: rfs:SourceRegistry

erDiagram
SourceRegistry {
    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
CreditClassInfosourceRegistryrangeSourceRegistry
BT01CreditClassInfosourceRegistryrangeSourceRegistry

Identifier and Mapping Information

Schema Source

Mappings

Mapping TypeMapped Value
selfrfs:SourceRegistry
nativerfs:SourceRegistry

LinkML Source

Direct

```yaml name: SourceRegistry 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 - SourceRegistry - Methodology - AdministrativeArea url: name: url description: URL of the source registry. from_schema: https://framework.regen.network/schema/ domain_of: - ProjectRole - Organization - CreditClassInfo - SourceRegistry - Methodology - AdministrativeArea class_uri: rfs:SourceRegistry
</details>

### Induced

<details>
```yaml
name: SourceRegistry
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: SourceRegistry
    domain_of:
    - ProjectInfo
    - ProjectRole
    - Organization
    - File
    - SDG
    - ProjectBenefit
    - PrimaryImpact
    - CreditClassInfo
    - SourceRegistry
    - Methodology
    - AdministrativeArea
    range: string
  url:
    name: url
    description: URL of the source registry.
    from_schema: https://framework.regen.network/schema/
    alias: url
    owner: SourceRegistry
    domain_of:
    - ProjectRole
    - Organization
    - CreditClassInfo
    - SourceRegistry
    - Methodology
    - AdministrativeArea
    range: string
class_uri: rfs:SourceRegistry