WARNING: This site is a work in progress.
Class: Location
URI: rfs:Location
erDiagram
Location {
string type
string placeName
string id
floatList bbox
string text
floatList center
float relevance
string placeType
}
Any {
}
Geometry {
string type
floatList coordinates
}
Location ||--|| Geometry : "geometry"
Location ||--|o Any : "context"
Location ||--|o Any : "properties"
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
type | 1 String | direct | |
geometry | 1 Geometry | direct | |
placeName | 1 String | direct | |
id | 0..1 String | direct | |
bbox | * Float | direct | |
text | 0..1 String | direct | |
center | * Float | direct | |
context | 0..1 Any | direct | |
relevance | 0..1 Float | direct | |
placeType | 0..1 String | direct | |
properties | 0..1 Any | direct |
Usages
used by | used in | type | used |
---|---|---|---|
ProjectInfo | location | range | Location |
BT01ProjectInfo | location | range | Location |
Identifier and Mapping Information
Schema Source
- from schema: https://framework.regen.network/schema/
Mappings
Mapping Type | Mapped Value |
---|---|
self | rfs:Location |
native | rfs:Location |
LinkML Source
Direct
```yaml
name: Location
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
required: true
geometry:
name: geometry
from_schema: https://framework.regen.network/schema/
rank: 1000
domain_of:
- Location
range: Geometry
required: true
placeName:
name: placeName
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: place_name
domain_of:
- Location
range: string
required: true
id:
name: id
from_schema: https://framework.regen.network/schema/
rank: 1000
domain_of:
- Location
- Impact
range: string
bbox:
name: bbox
from_schema: https://framework.regen.network/schema/
rank: 1000
domain_of:
- Location
range: float
multivalued: true
text:
name: text
from_schema: https://framework.regen.network/schema/
rank: 1000
domain_of:
- Location
range: string
center:
name: center
from_schema: https://framework.regen.network/schema/
rank: 1000
domain_of:
- Location
range: float
multivalued: true
context:
name: context
from_schema: https://framework.regen.network/schema/
rank: 1000
domain_of:
- Location
range: Any
relevance:
name: relevance
from_schema: https://framework.regen.network/schema/
rank: 1000
domain_of:
- Location
range: float
placeType:
name: placeType
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: place_type
domain_of:
- Location
range: string
properties:
name: properties
from_schema: https://framework.regen.network/schema/
rank: 1000
domain_of:
- Location
range: Any
</details>
### Induced
<details>
```yaml
name: Location
from_schema: https://framework.regen.network/schema/
attributes:
type:
name: type
from_schema: https://framework.regen.network/schema/
alias: type
owner: Location
domain_of:
- ProjectRole
- Location
- Geometry
range: string
required: true
geometry:
name: geometry
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: geometry
owner: Location
domain_of:
- Location
range: Geometry
required: true
placeName:
name: placeName
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: place_name
owner: Location
domain_of:
- Location
range: string
required: true
id:
name: id
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: id
owner: Location
domain_of:
- Location
- Impact
range: string
bbox:
name: bbox
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: bbox
owner: Location
domain_of:
- Location
range: float
multivalued: true
text:
name: text
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: text
owner: Location
domain_of:
- Location
range: string
center:
name: center
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: center
owner: Location
domain_of:
- Location
range: float
multivalued: true
context:
name: context
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: context
owner: Location
domain_of:
- Location
range: Any
relevance:
name: relevance
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: relevance
owner: Location
domain_of:
- Location
range: float
placeType:
name: placeType
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: place_type
owner: Location
domain_of:
- Location
range: string
properties:
name: properties
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: properties
owner: Location
domain_of:
- Location
range: Any