Regen Network

Regen Network Data Standards

WARNING: This site is a work in progress.

Class: Link

URI: rfs:Link

erDiagram
Link {
    string name  
    uri url  
}



Inheritance

Slots

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

Usages

used byused intypeused
ProjectInfohasLinksrangeLink
CreditProjectInfohasLinksrangeLink
BT01ProjectInfohasLinksrangeLink
C01ProjectInfohasLinksrangeLink
C02ProjectInfohasLinksrangeLink

Identifier and Mapping Information

Schema Source

Mappings

Mapping TypeMapped Value
selfrfs:Link
nativerfs:Link

LinkML Source

Direct

```yaml name: Link from_schema: https://framework.regen.network/schema/ slots: - name - url slot_usage: name: name: name required: true url: name: url required: true
</details>

### Induced

<details>
```yaml
name: Link
from_schema: https://framework.regen.network/schema/
slot_usage:
  name:
    name: name
    required: true
  url:
    name: url
    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: Link
    domain_of:
    - Link
    - ProjectInfo
    - Feature
    - File
    - Impact
    - CreditingProgram
    - CreditProtocol
    - Methodology
    - Registry
    - BufferPoolAccount
    - CreditClassInfo
    - Entity
    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: Link
    domain_of:
    - Link
    - ProjectInfo
    - CreditingProgram
    - CreditProtocol
    - Methodology
    - Registry
    - CreditClassInfo
    - Entity
    range: uri
    required: true