Regen Network

Regen Network Data Standards

WARNING: This site is a work in progress.

Class: Geometry

URI: rfs:Geometry

Geometry

coordinates

type

Slots

NameCardinality and RangeDescriptionInheritance
type0..1
String
direct
coordinates*
Float
direct

Usages

used byused intypeused
LocationgeometryrangeGeometry

Identifier and Mapping Information

Schema Source

Mappings

Mapping TypeMapped Value
selfrfs:Geometry
nativerfs:Geometry

LinkML Source

Direct

```yaml name: Geometry from_schema: https://framework.regen.network/schema/ attributes: type: name: type from_schema: https://framework.regen.network/schema/ProjectInfo domain_of: - ProjectRole - Location - Geometry range: string coordinates: name: coordinates from_schema: https://framework.regen.network/schema/ProjectInfo rank: 1000 domain_of: - Geometry range: float multivalued: true
</details>

### Induced

<details>
```yaml
name: Geometry
from_schema: https://framework.regen.network/schema/
attributes:
  type:
    name: type
    from_schema: https://framework.regen.network/schema/ProjectInfo
    alias: type
    owner: Geometry
    domain_of:
    - ProjectRole
    - Location
    - Geometry
    range: string
  coordinates:
    name: coordinates
    from_schema: https://framework.regen.network/schema/ProjectInfo
    rank: 1000
    alias: coordinates
    owner: Geometry
    domain_of:
    - Geometry
    range: float
    multivalued: true