GPSUnit
Definition of a geographical point.
URI: gx:GPSUnit
classDiagram
class GPSUnit
click GPSUnit href "../GPSUnit"
GPSUnit : decimals
GPSUnit --> "0..1" Float : decimals
click Float href "../Float"
GPSUnit : degrees
GPSUnit --> "1" Integer : degrees
click Integer href "../Integer"
GPSUnit : minutes
GPSUnit --> "0..1" Integer : minutes
click Integer href "../Integer"
GPSUnit : seconds
GPSUnit --> "0..1" Integer : seconds
click Integer href "../Integer"
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
degrees | 1 xsd:integer |
direct | |
minutes | 0..1 xsd:integer |
direct | |
seconds | 0..1 xsd:integer |
direct | |
decimals | 0..1 xsd:float |
direct |
Usages
used by | used in | type | used |
---|---|---|---|
GPSLocation | latitude | any_of[range] | GPSUnit |
GPSLocation | longitude | any_of[range] | GPSUnit |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/gaia-x/development#address
LinkML Source
Direct
name: GPSUnit
description: Definition of a geographical point.
from_schema: https://w3id.org/gaia-x/development#address
attributes:
degrees:
name: degrees
title: degrees
from_schema: https://w3id.org/gaia-x/development#address
rank: 1000
domain_of:
- GPSUnit
range: integer
required: true
minimum_value: -180
maximum_value: 180
minutes:
name: minutes
title: minutes
from_schema: https://w3id.org/gaia-x/development#address
rank: 1000
domain_of:
- GPSUnit
range: integer
minimum_value: 0
maximum_value: 60
seconds:
name: seconds
title: seconds
from_schema: https://w3id.org/gaia-x/development#address
rank: 1000
domain_of:
- GPSUnit
range: integer
minimum_value: 0
maximum_value: 60
decimals:
name: decimals
title: decimals
from_schema: https://w3id.org/gaia-x/development#address
rank: 1000
domain_of:
- GPSUnit
range: float
minimum_value: 0.0
maximum_value: 1.0
Induced
name: GPSUnit
description: Definition of a geographical point.
from_schema: https://w3id.org/gaia-x/development#address
attributes:
degrees:
name: degrees
title: degrees
from_schema: https://w3id.org/gaia-x/development#address
rank: 1000
alias: degrees
owner: GPSUnit
domain_of:
- GPSUnit
range: integer
required: true
minimum_value: -180
maximum_value: 180
minutes:
name: minutes
title: minutes
from_schema: https://w3id.org/gaia-x/development#address
rank: 1000
alias: minutes
owner: GPSUnit
domain_of:
- GPSUnit
range: integer
minimum_value: 0
maximum_value: 60
seconds:
name: seconds
title: seconds
from_schema: https://w3id.org/gaia-x/development#address
rank: 1000
alias: seconds
owner: GPSUnit
domain_of:
- GPSUnit
range: integer
minimum_value: 0
maximum_value: 60
decimals:
name: decimals
title: decimals
from_schema: https://w3id.org/gaia-x/development#address
rank: 1000
alias: decimals
owner: GPSUnit
domain_of:
- GPSUnit
range: float
minimum_value: 0.0
maximum_value: 1.0