Regen Network

Regen Network Data Standards

WARNING: This site is a work in progress.

Class: FileLocation

URI: geo:Geometry

erDiagram
FileLocation {
    string wkt  
}



Slots

NameCardinality and RangeDescriptionInheritance
wkt0..1
String
direct

Usages

used byused intypeused
FilelocationrangeFileLocation

Identifier and Mapping Information

Schema Source

Mappings

Mapping TypeMapped Value
selfgeo:Geometry
nativerfs:FileLocation

LinkML Source

Direct

```yaml name: FileLocation from_schema: https://framework.regen.network/schema/ attributes: wkt: name: wkt from_schema: https://framework.regen.network/schema/ rank: 1000 slot_uri: geo:asWKT domain_of: - FileLocation class_uri: geo:Geometry
</details>

### Induced

<details>
```yaml
name: FileLocation
from_schema: https://framework.regen.network/schema/
attributes:
  wkt:
    name: wkt
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    slot_uri: geo:asWKT
    alias: wkt
    owner: FileLocation
    domain_of:
    - FileLocation
    range: string
class_uri: geo:Geometry