Slot: Box (box)
schema.org expects lat long (Y X) coordinate order. Box syntax is: miny minx maxy maxx
__
For example -30.0 10.0 50.0 12.0
.
__
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.]+$
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 lat long (Y X) coordinate order. Box syntax is:
miny minx maxy maxx
For example `-30.0 10.0 50.0 12.0`.
'
title: Box
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.]+$