Slot: Circle (circle)

schema.org expects lat long (Y X) coordinate order followed by a radius in metres.

__

For example -30.0 +10.0 600.0.

__

URI: schema:circle Alias: circle

Applicable Classes

Name Description Modifies Slot
GeoShape The geographic coordinates describing a Place no

Properties

  • Range: String

  • Regex pattern: ^[+-]?[\d.]+\ [+-]?[\d.]+\ [+-]?[\d.]+$

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/marco-bolo/csv-input-classes

Mappings

Mapping Type Mapped Value
self schema:circle
native mbo:circle

LinkML Source

name: circle
description: 'schema.org expects lat long (Y X) coordinate order followed by a radius
  in metres.


  For example `-30.0 +10.0 600.0`.

  '
title: Circle
from_schema: https://w3id.org/marco-bolo/csv-input-classes
rank: 1000
slot_uri: schema:circle
alias: circle
domain_of:
- GeoShape
range: string
required: false
multivalued: false
pattern: ^[+-]?[\d.]+\ [+-]?[\d.]+\ [+-]?[\d.]+$