GeospatialCoordLocation
Class: GeospatialCoordLocation
A physical location in decimal degrees using EPSG:4326. Could be sample point location, or the centroid of a sampling area. Elevation is specified as a string that should include the measure, units of measure, and the vertical reference system, e.g. ‘above mean sea level’, ‘below ground surface’, ‘below sea floor’…
URI: isam:GeospatialCoordLocation
case 4
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
elevation | 0..1 xsd:string |
Should be a number and Unit of measure, and the vertical reference system. e.g. 401 m above mean sea level. | |
direct | |||
latitude | 0..1 xsd:decimal |
Angular coordinate measured positive north from the equator. | |
direct | |||
longitude | 0..1 xsd:decimal |
Angular coordinate measured positive eastward from the prime meridian. | |
direct | |||
obfuscated | 0..1 xsd:boolean |
Flag to indicate that accuracy of provided coordinate location has been reduced (obfuscated) because the exact location is restricted information. | |
direct |
Usages
used by | used in | type | used |
---|---|---|---|
SamplingSite | sample_location | range | GeospatialCoordLocation |
GeospatialCoordLocation | elevation | domain | GeospatialCoordLocation |
GeospatialCoordLocation | latitude | domain | GeospatialCoordLocation |
GeospatialCoordLocation | longitude | domain | GeospatialCoordLocation |
GeospatialCoordLocation | obfuscated | domain | GeospatialCoordLocation |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/isample/schema/1.0
Mappings
Mapping Type | Mapped Value |
---|---|
self | [‘isam:GeospatialCoordLocation’] |
native | [‘isam:GeospatialCoordLocation’] |
LinkML Source
Direct
name: GeospatialCoordLocation
description: 'A physical location in decimal degrees using EPSG\:4326. Could be sample
point location, or the centroid of a sampling area. Elevation is specified as a
string that should include the measure, units of measure, and the vertical reference
system, e.g. ''above mean sea level'', ''below ground surface'', ''below sea floor''...
'
from_schema: https://w3id.org/isample/schema/1.0
rank: 1000
slots:
- elevation
- latitude
- longitude
- obfuscated
Induced
name: GeospatialCoordLocation
description: 'A physical location in decimal degrees using EPSG\:4326. Could be sample
point location, or the centroid of a sampling area. Elevation is specified as a
string that should include the measure, units of measure, and the vertical reference
system, e.g. ''above mean sea level'', ''below ground surface'', ''below sea floor''...
'
from_schema: https://w3id.org/isample/schema/1.0
rank: 1000
attributes:
elevation:
name: elevation
description: 'Should be a number and Unit of measure, and the vertical reference
system. e.g. 401 m above mean sea level.
'
from_schema: https://w3id.org/isample/schema/1.0
domain: GeospatialCoordLocation
alias: elevation
owner: GeospatialCoordLocation
domain_of:
- GeospatialCoordLocation
range: string
latitude:
name: latitude
description: 'Angular coordinate measured positive north from the equator.
'
from_schema: https://w3id.org/isample/schema/1.0
domain: GeospatialCoordLocation
alias: latitude
owner: GeospatialCoordLocation
domain_of:
- GeospatialCoordLocation
range: decimal
longitude:
name: longitude
description: 'Angular coordinate measured positive eastward from the prime meridian.
'
from_schema: https://w3id.org/isample/schema/1.0
domain: GeospatialCoordLocation
alias: longitude
owner: GeospatialCoordLocation
domain_of:
- GeospatialCoordLocation
range: decimal
obfuscated:
name: obfuscated
description: 'Flag to indicate that accuracy of provided coordinate location has
been reduced (obfuscated) because the exact location is restricted information.
'
from_schema: https://w3id.org/isample/schema/1.0
domain: GeospatialCoordLocation
ifabsent: 'False'
alias: obfuscated
owner: GeospatialCoordLocation
domain_of:
- GeospatialCoordLocation
range: boolean