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  
}
FileLocation {
    string wkt  
}

File ||--|o FileLocation : "location"

Slots

NameCardinality and RangeDescriptionInheritance
iri1
String
direct
name1
String
direct
description0..1
String
direct
location0..1
FileLocation
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: - ProjectInfo - ProjectRole - Organization - File - AdministrativeArea required: true description: name: description from_schema: https://framework.regen.network/schema/ slot_uri: dcterms:description domain_of: - ProjectInfo - ProjectRole - Organization - File location: name: location from_schema: https://framework.regen.network/schema/ slot_uri: geo:hasGeometry domain_of: - ProjectInfo - File range: FileLocation 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:
    - ProjectInfo
    - ProjectRole
    - Organization
    - File
    - AdministrativeArea
    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
    - ProjectRole
    - Organization
    - File
    range: string
  location:
    name: location
    from_schema: https://framework.regen.network/schema/
    slot_uri: geo:hasGeometry
    alias: location
    owner: File
    domain_of:
    - ProjectInfo
    - File
    range: FileLocation
  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