WARNING: This site is a work in progress.
Class: FileLocation
URI: geo:Geometry
erDiagram
FileLocation {
string wkt
}
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| wkt | 0..1 String | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| File | location | range | FileLocation |
Identifier and Mapping Information
Schema Source
- from schema: https://framework.regen.network/schema/
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | geo:Geometry |
| native | rfs: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