Skip to content

Class: Place

A bounding box defined by latitude and longitude coordinates.

URI: schema:Place

classDiagram class Place click Place href "../Place" Place : geo Place --> "1" GeoShape : geo click GeoShape href "../GeoShape"

Slots

Name Cardinality and Range Description Inheritance
geo 1
GeoShape
Entities that have a somewhat fixed, physical extension direct

Usages

used by used in type used
OAEProject spatial_coverage range Place
ExternalProject spatial_coverage range Place
Experiment spatial_coverage range Place
Intervention spatial_coverage range Place

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 bounding box defined by latitude and longitude coordinates.
from_schema: OAEDataManagementProtocol
attributes:
  geo:
    name: geo
    description: Entities that have a somewhat fixed, physical extension. (imported
      from schema.org)
    from_schema: Core
    rank: 1000
    domain_of:
    - Place
    range: GeoShape
    required: true
class_uri: schema:Place

Induced

name: Place
description: A bounding box defined by latitude and longitude coordinates.
from_schema: OAEDataManagementProtocol
attributes:
  geo:
    name: geo
    description: Entities that have a somewhat fixed, physical extension. (imported
      from schema.org)
    from_schema: Core
    rank: 1000
    alias: geo
    owner: Place
    domain_of:
    - Place
    range: GeoShape
    required: true
class_uri: schema:Place