WARNING: This site is a work in progress.
Class: Feature
A spatial feature, such as a project or area, with a defined geometry and optional bounding box.
URI: geo:Feature
erDiagram
Feature {
string name
}
Geometry {
string asWKT
}
Feature ||--|| Geometry : "hasGeometry"
Feature ||--|o Geometry : "hasBoundingBox"
Feature ||--|o Geometry : "hasCentroid"
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
name | 1 String | Name of the entity / resource | direct |
hasGeometry | 1 Geometry | direct | |
hasBoundingBox | 0..1 Geometry | A derived geometry representing the bounding box of the geometry or feature | direct |
hasCentroid | 0..1 Geometry | A derived geometry representing the centroid of the feature | direct |
Usages
used by | used in | type | used |
---|---|---|---|
ProjectInfo | hasFeature | range | Feature |
CreditProjectInfo | hasFeature | range | Feature |
BT01ProjectInfo | hasFeature | range | Feature |
C01ProjectInfo | hasFeature | range | Feature |
C02ProjectInfo | hasFeature | range | Feature |
Identifier and Mapping Information
Schema Source
- from schema: https://framework.regen.network/schema/
Mappings
Mapping Type | Mapped Value |
---|---|
self | geo:Feature |
native | rfs:Feature |
LinkML Source
Direct
```yaml
name: Feature
description: A spatial feature, such as a project or area, with a defined geometry
and optional bounding box.
from_schema: https://framework.regen.network/schema/
slots:
- name
- hasGeometry
- hasBoundingBox
- hasCentroid
slot_usage:
name:
name: name
required: true
hasGeometry:
name: hasGeometry
required: true
class_uri: geo:Feature
</details>
### Induced
<details>
```yaml
name: Feature
description: A spatial feature, such as a project or area, with a defined geometry
and optional bounding box.
from_schema: https://framework.regen.network/schema/
slot_usage:
name:
name: name
required: true
hasGeometry:
name: hasGeometry
required: true
attributes:
name:
name: name
description: Name of the entity / resource.
from_schema: https://framework.regen.network/schema/
rank: 1
slot_uri: schema:name
alias: name
owner: Feature
domain_of:
- Link
- ProjectInfo
- Feature
- File
- Impact
- CreditingProgram
- CreditProtocol
- Methodology
- Registry
- BufferPoolAccount
- CreditClassInfo
- Entity
range: string
required: true
hasGeometry:
name: hasGeometry
from_schema: https://framework.regen.network/schema/
rank: 1000
slot_uri: geo:hasGeometry
alias: hasGeometry
owner: Feature
domain_of:
- Feature
range: Geometry
required: true
hasBoundingBox:
name: hasBoundingBox
description: A derived geometry representing the bounding box of the geometry
or feature.
from_schema: https://framework.regen.network/schema/
rank: 1000
slot_uri: geo:hasBoundingBox
alias: hasBoundingBox
owner: Feature
domain_of:
- Feature
range: Geometry
hasCentroid:
name: hasCentroid
description: A derived geometry representing the centroid of the feature.
from_schema: https://framework.regen.network/schema/
rank: 1000
slot_uri: geo:hasCentroid
alias: hasCentroid
owner: Feature
domain_of:
- Feature
range: Geometry
class_uri: geo:Feature