Regen Network

Regen Network Data Standards

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

NameCardinality and RangeDescriptionInheritance
asWKT1
String
A WKT literal with an optional CRS prefix (edirect

Usages

used byused intypeused
FeaturehasGeometryrangeGeometry
FeaturehasBoundingBoxrangeGeometry
FeaturehasCentroidrangeGeometry
FilelocationrangeGeometry

Identifier and Mapping Information

Schema Source

Mappings

Mapping TypeMapped Value
selfgeo:Geometry
nativerfs: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