Slot: Line (line)
_lat long (Y X) coordinates describing waypoints on the line; each waypoint is separated from the others by a space. _
There must be at least two waypoints.
__
URI: schema:line Alias: line
Applicable Classes
| Name | Description | Modifies Slot |
|---|---|---|
| GeoShape | The geographic coordinates describing a Place | no |
Properties
-
Range: String
-
Regex pattern:
^([+-]?[\d.]+\ [+-]?[\d.]+\ ){1,}([+-]?[\d.]+\ [+-]?[\d.]+)$
Comments
- For example:
50.0 60.0 70.0 80.0 90.0 100.0.
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/marco-bolo/csv-input-classes
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | schema:line |
| native | mbo:line |
LinkML Source
name: line
description: "lat long (Y X) coordinates describing waypoints on the line; each waypoint\
\ is separated from the others by a space. \nThere must be at least two waypoints.\n"
title: Line
comments:
- 'For example: `50.0 60.0 70.0 80.0 90.0 100.0`.
'
from_schema: https://w3id.org/marco-bolo/csv-input-classes
rank: 1000
slot_uri: schema:line
alias: line
domain_of:
- GeoShape
range: string
required: false
multivalued: false
pattern: ^([+-]?[\d.]+\ [+-]?[\d.]+\ ){1,}([+-]?[\d.]+\ [+-]?[\d.]+)$