Slot: Polygon (polygon)
_A polygon is the area enclosed by a point-to-point path for which the starting and ending points are the same. _
_A polygon is expressed as a series of four or more space delimited points where the first and final points are identical. _
__
For example 50.0 60.0 70.0 80.0 90.0 100.0 50.0 60.0
.
__
URI: schema:polygon Alias: polygon
Applicable Classes
Name | Description | Modifies Slot |
---|---|---|
GeoShape | The geographic coordinates describing a Place | no |
Properties
-
Range: String
-
Regex pattern:
^([+-]?[\d.]+\ [+-]?[\d.]+)\ ([+-]?[\d.]+\ [+-]?[\d.]+\ ){2,}(\1)$
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/marco-bolo/csv-input-classes
Mappings
Mapping Type | Mapped Value |
---|---|
self | schema:polygon |
native | mbo:polygon |
LinkML Source
name: polygon
description: "A polygon is the area enclosed by a point-to-point path for which the\
\ starting and ending points are the same. \nA polygon is expressed as a series\
\ of four or more space delimited points where the first and final points are identical.\
\ \n\nFor example `50.0 60.0 70.0 80.0 90.0 100.0 50.0 60.0`.\n"
title: Polygon
from_schema: https://w3id.org/marco-bolo/csv-input-classes
rank: 1000
slot_uri: schema:polygon
alias: polygon
domain_of:
- GeoShape
range: string
required: false
multivalued: false
pattern: ^([+-]?[\d.]+\ [+-]?[\d.]+)\ ([+-]?[\d.]+\ [+-]?[\d.]+\ ){2,}(\1)$