Skip to content

Class: GeoShape

The geographic shape of a place. A GeoShape can be described using several properties whose values are based on latitude/longitude pairs. Either whitespace or commas can be used to separate latitude and longitude; whitespace should be used when writing a list of several such points. (imported from schema.org)

URI: schema:GeoShape

classDiagram class GeoShape click GeoShape href "../GeoShape" GeoShape : box

Slots

Name Cardinality and Range Description Inheritance
box 1
String
A box defined by two latitude-longitude points, southwest and northeast direct

Usages

used by used in type used
Place geo range GeoShape

Identifier and Mapping Information

Schema Source

  • from schema: OAEDataManagementProtocol

Mappings

Mapping Type Mapped Value
self schema:GeoShape
native oae:GeoShape

LinkML Source

Direct

name: GeoShape
description: The geographic shape of a place. A GeoShape can be described using several
  properties whose values are based on latitude/longitude pairs. Either whitespace
  or commas can be used to separate latitude and longitude; whitespace should be used
  when writing a list of several such points. (imported from schema.org)
from_schema: OAEDataManagementProtocol
attributes:
  box:
    name: box
    description: A box defined by two latitude-longitude points, southwest and northeast.
    from_schema: Core
    rank: 1000
    slot_uri: schema:box
    domain_of:
    - GeoShape
    range: string
    required: true
class_uri: schema:GeoShape

Induced

name: GeoShape
description: The geographic shape of a place. A GeoShape can be described using several
  properties whose values are based on latitude/longitude pairs. Either whitespace
  or commas can be used to separate latitude and longitude; whitespace should be used
  when writing a list of several such points. (imported from schema.org)
from_schema: OAEDataManagementProtocol
attributes:
  box:
    name: box
    description: A box defined by two latitude-longitude points, southwest and northeast.
    from_schema: Core
    rank: 1000
    slot_uri: schema:box
    alias: box
    owner: GeoShape
    domain_of:
    - GeoShape
    range: string
    required: true
class_uri: schema:GeoShape