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 GeoShape : line

Slots

Name Cardinality and Range Description Inheritance
box 0..1
String
A box defined by two latitude-longitude points, southwest and northeast direct
line 0..1
String
A line is a point-to-point path consisting of two or more points direct

Usages

used by used in type used
Place geo any_of[range] GeoShape
SpatialCoverage geo range GeoShape
SpatialCoverage geo any_of[range] GeoShape
DosingLocation geo any_of[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
  line:
    name: line
    description: A line is a point-to-point path consisting of two or more points.
      A line is expressed as a series of two or more point objects separated by space.
    from_schema: Core
    rank: 1000
    slot_uri: schema:line
    domain_of:
    - GeoShape
    range: string
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
  line:
    name: line
    description: A line is a point-to-point path consisting of two or more points.
      A line is expressed as a series of two or more point objects separated by space.
    from_schema: Core
    rank: 1000
    slot_uri: schema:line
    alias: line
    owner: GeoShape
    domain_of:
    - GeoShape
    range: string
class_uri: schema:GeoShape