Regen Network

Regen Network Data Standards

WARNING: This site is a work in progress.

Class: File

URI: rfs:File

erDiagram
File {
    string iri  
    string name  
    string description  
    string credit  
}
Geometry {
    string asWKT  
}

File ||--|o Geometry : "location"

Slots

NameCardinality and RangeDescriptionInheritance
iri1
String
direct
name1
String
direct
description0..1
String
direct
location0..1
Geometry
direct
credit0..1
String
direct

Usages

used byused intypeused
ProjectPostfilesrangeFile

Identifier and Mapping Information

Schema Source

Mappings

Mapping TypeMapped Value
selfrfs:File
nativerfs:File

LinkML Source

Direct

```yaml name: File from_schema: https://framework.regen.network/schema/ attributes: iri: name: iri from_schema: https://framework.regen.network/schema/ rank: 1000 identifier: true domain_of: - File required: true name: name: name from_schema: https://framework.regen.network/schema/ slot_uri: dcterms:title domain_of: - Link - ProjectInfo - Feature - File - Impact - CreditingProgram - CreditProtocol - Methodology - Registry - BufferPoolAccount - CreditClassInfo - Entity required: true description: name: description from_schema: https://framework.regen.network/schema/ slot_uri: dcterms:description domain_of: - ProjectInfo - File - CreditClassInfo - Entity location: name: location from_schema: https://framework.regen.network/schema/ rank: 1000 slot_uri: geo:hasGeometry domain_of: - File range: Geometry credit: name: credit from_schema: https://framework.regen.network/schema/ rank: 1000 slot_uri: dcterms:creator domain_of: - File
</details>

### Induced

<details>
```yaml
name: File
from_schema: https://framework.regen.network/schema/
attributes:
  iri:
    name: iri
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    identifier: true
    alias: iri
    owner: File
    domain_of:
    - File
    range: string
    required: true
  name:
    name: name
    from_schema: https://framework.regen.network/schema/
    slot_uri: dcterms:title
    alias: name
    owner: File
    domain_of:
    - Link
    - ProjectInfo
    - Feature
    - File
    - Impact
    - CreditingProgram
    - CreditProtocol
    - Methodology
    - Registry
    - BufferPoolAccount
    - CreditClassInfo
    - Entity
    range: string
    required: true
  description:
    name: description
    from_schema: https://framework.regen.network/schema/
    slot_uri: dcterms:description
    alias: description
    owner: File
    domain_of:
    - ProjectInfo
    - File
    - CreditClassInfo
    - Entity
    range: string
  location:
    name: location
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    slot_uri: geo:hasGeometry
    alias: location
    owner: File
    domain_of:
    - File
    range: Geometry
  credit:
    name: credit
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    slot_uri: dcterms:creator
    alias: credit
    owner: File
    domain_of:
    - File
    range: string