Slot: Box (box)
schema.org expects decimal degree latitude longitude (Y X) coordinate order. Box syntax is: miny minx maxy maxx
__
URI: schema:box Alias: box
Applicable Classes
| Name | Description | Modifies Slot |
|---|---|---|
| GeoShape | The geographic coordinates describing a Place | no |
Properties
-
Range: String
-
Regex pattern:
^[+-]?[\d.]+\ [+-]?[\d.]+\ [+-]?[\d.]+\ [+-]?[\d.]+$
Comments
- For example:
-30.0 10.0 50.0 12.0.
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/marco-bolo/csv-input-classes
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | schema:box |
| native | mbo:box |
LinkML Source
name: box
description: 'schema.org expects decimal degree latitude longitude (Y X) coordinate
order. Box syntax is: miny minx maxy maxx
'
title: Box
comments:
- 'For example: `-30.0 10.0 50.0 12.0`.
'
from_schema: https://w3id.org/marco-bolo/csv-input-classes
rank: 1000
slot_uri: schema:box
alias: box
domain_of:
- GeoShape
range: string
required: false
multivalued: false
pattern: ^[+-]?[\d.]+\ [+-]?[\d.]+\ [+-]?[\d.]+\ [+-]?[\d.]+$