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
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
name | 0..1 String | Name of the source registry | direct |
url | 0..1 String | URL of the source registry | direct |
Usages
used by | used in | type | used |
---|---|---|---|
CreditClassInfo | sourceRegistry | range | Registry |
BT01CreditClassInfo | sourceRegistry | range | Registry |
Identifier and Mapping Information
Schema Source
- from schema: https://framework.regen.network/schema/
Mappings
Mapping Type | Mapped Value |
---|---|
self | rfs:Registry |
native | rfs: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