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
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 | SourceRegistry |
BT01CreditClassInfo | sourceRegistry | range | SourceRegistry |
Identifier and Mapping Information
Schema Source
- from schema: https://framework.regen.network/schema/
Mappings
Mapping Type | Mapped Value |
---|---|
self | rfs:SourceRegistry |
native | rfs: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