WARNING: This site is a work in progress.
Class: Geometry
A geometry defined using Well-Known Text (WKT), compliant with GeoSPARQL 1.1.
URI: geo:Geometry
erDiagram
Geometry {
string asWKT
}
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
asWKT | 1 String | A WKT literal with an optional CRS prefix (e | direct |
Usages
used by | used in | type | used |
---|---|---|---|
Feature | hasGeometry | range | Geometry |
Feature | hasBoundingBox | range | Geometry |
Feature | hasCentroid | range | Geometry |
File | location | range | Geometry |
Identifier and Mapping Information
Schema Source
- from schema: https://framework.regen.network/schema/
Mappings
Mapping Type | Mapped Value |
---|---|
self | geo:Geometry |
native | rfs:Geometry |
LinkML Source
Direct
```yaml
name: Geometry
description: A geometry defined using Well-Known Text (WKT), compliant with GeoSPARQL
1.1.
from_schema: https://framework.regen.network/schema/
slots:
- asWKT
slot_usage:
asWKT:
name: asWKT
required: true
class_uri: geo:Geometry
</details>
### Induced
<details>
```yaml
name: Geometry
description: A geometry defined using Well-Known Text (WKT), compliant with GeoSPARQL
1.1.
from_schema: https://framework.regen.network/schema/
slot_usage:
asWKT:
name: asWKT
required: true
attributes:
asWKT:
name: asWKT
description: A WKT literal with an optional CRS prefix (e.g., '<http://www.opengis.net/def/crs/EPSG/0/4326>
POINT(...)').
from_schema: https://framework.regen.network/schema/
rank: 1000
slot_uri: geo:asWKT
alias: asWKT
owner: Geometry
domain_of:
- Geometry
range: string
required: true
class_uri: geo:Geometry