Class: GeoLocation
URI: comet:GeoLocation
classDiagram
class GeoLocation
click GeoLocation href "../GeoLocation"
LocationComponent <|-- GeoLocation
click LocationComponent href "../LocationComponent"
GeoLocation : latitude
GeoLocation : longitude
Inheritance
- Intangible
- LocationComponent
- GeoLocation
- LocationComponent
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
latitude | 0..1 Decimal |
direct | |
longitude | 0..1 Decimal |
direct |
Usages
used by | used in | type | used |
---|---|---|---|
Location | geo_location | range | GeoLocation |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/comet
Mappings
Mapping Type | Mapped Value |
---|---|
self | comet:GeoLocation |
native | comet:GeoLocation |
LinkML Source
Direct
name: GeoLocation
from_schema: https://w3id.org/comet
is_a: LocationComponent
attributes:
latitude:
name: latitude
from_schema: https://w3id.org/comet/core
rank: 1000
slot_uri: wgs84:lat
domain_of:
- GeoLocation
range: decimal
longitude:
name: longitude
from_schema: https://w3id.org/comet/core
rank: 1000
slot_uri: wgs84:long
domain_of:
- GeoLocation
range: decimal
Induced
name: GeoLocation
from_schema: https://w3id.org/comet
is_a: LocationComponent
attributes:
latitude:
name: latitude
from_schema: https://w3id.org/comet/core
rank: 1000
slot_uri: wgs84:lat
alias: latitude
owner: GeoLocation
domain_of:
- GeoLocation
range: decimal
longitude:
name: longitude
from_schema: https://w3id.org/comet/core
rank: 1000
slot_uri: wgs84:long
alias: longitude
owner: GeoLocation
domain_of:
- GeoLocation
range: decimal