Regen Network

Regen Network Data Standards

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

NameCardinality and RangeDescriptionInheritance
type1
String
direct
geometry1
Geometry
direct
placeName1
String
direct
id0..1
String
direct
bbox*
Float
direct
text0..1
String
direct
center*
Float
direct
context0..1
Any
direct
relevance0..1
Float
direct
placeType0..1
String
direct
properties0..1
Any
direct

Usages

used byused intypeused
ProjectInfolocationrangeLocation
BT01ProjectInfolocationrangeLocation

Identifier and Mapping Information

Schema Source

Mappings

Mapping TypeMapped Value
selfrfs:Location
nativerfs: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