Class: Place
A geospatial area of interest, defined by a bounding box, polygon/line, or a point designated as a pair of geo-coordinates.
URI: schema:Place
classDiagram
class Place
click Place href "../Place"
Place <|-- SpatialCoverage
click SpatialCoverage href "../SpatialCoverage"
Place <|-- DosingLocation
click DosingLocation href "../DosingLocation"
Place : geo
Place --> "0..1" Any : geo
click Any href "../Any"
Inheritance
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| geo | 0..1 Any or GeoShape or GeoCoordinates |
Entities that have a somewhat fixed, physical extension | direct |
Identifier and Mapping Information
Schema Source
- from schema: OAEDataManagementProtocol
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | schema:Place |
| native | oae:Place |
LinkML Source
Direct
name: Place
description: A geospatial area of interest, defined by a bounding box, polygon/line,
or a point designated as a pair of geo-coordinates.
from_schema: OAEDataManagementProtocol
slots:
- geo
class_uri: schema:Place
Induced
name: Place
description: A geospatial area of interest, defined by a bounding box, polygon/line,
or a point designated as a pair of geo-coordinates.
from_schema: OAEDataManagementProtocol
attributes:
geo:
name: geo
description: Entities that have a somewhat fixed, physical extension. (imported
from schema.org)
from_schema: OAEDataManagementProtocol
rank: 1000
alias: geo
owner: Place
domain_of:
- Place
range: Any
any_of:
- range: GeoShape
- range: GeoCoordinates
class_uri: schema:Place