WARNING: This site is a work in progress.
Class: Geometry
URI: rfs:Geometry
erDiagram
Geometry {
string type
floatList coordinates
}
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| type | 0..1 String | direct | |
| coordinates | * Float | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Location | geometry | range | Geometry |
Identifier and Mapping Information
Schema Source
- from schema: https://framework.regen.network/schema/
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | rfs:Geometry |
| native | rfs: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/
domain_of:
- ProjectRole
- Location
- Geometry
range: string
coordinates:
name: coordinates
from_schema: https://framework.regen.network/schema/
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/
alias: type
owner: Geometry
domain_of:
- ProjectRole
- Location
- Geometry
range: string
coordinates:
name: coordinates
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: coordinates
owner: Geometry
domain_of:
- Geometry
range: float
multivalued: true