Regen Network

Regen Network Data Standards

WARNING: This site is a work in progress.

Class: VersionedLink

URI: rfs:VersionedLink

erDiagram
VersionedLink {
    string version  
    string name  
    uri url  
}



Inheritance

  • Link
    • VersionedLink

Slots

NameCardinality and RangeDescriptionInheritance
version0..1
String
Version number of the resource / entitydirect
name1
String
Name of the entity / resourceLink
url1
Uri
Link to a valid URL where more information can be found about the entity / re…Link

Identifier and Mapping Information

Schema Source

Mappings

Mapping TypeMapped Value
selfrfs:VersionedLink
nativerfs:VersionedLink

LinkML Source

Direct

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

### Induced

<details>
```yaml
name: VersionedLink
from_schema: https://framework.regen.network/schema/
is_a: Link
slot_usage:
  name:
    name: name
    required: true
attributes:
  version:
    name: version
    description: Version number of the resource / entity.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    slot_uri: schema:version
    alias: version
    owner: VersionedLink
    domain_of:
    - VersionedLink
    - CreditingProgram
    - CreditProtocol
    - Methodology
    range: string
  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: VersionedLink
    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: VersionedLink
    domain_of:
    - Link
    - ProjectInfo
    - CreditingProgram
    - CreditProtocol
    - Methodology
    - Registry
    - CreditClassInfo
    - Entity
    range: uri
    required: true