Class: LocationComponent
- NOTE: this is an abstract class and should not be instantiated directly
URI: comet:LocationComponent
classDiagram
class LocationComponent
click LocationComponent href "../LocationComponent"
Intangible <|-- LocationComponent
click Intangible href "../Intangible"
LocationComponent <|-- Location
click Location href "../Location"
LocationComponent <|-- GeoLocation
click GeoLocation href "../GeoLocation"
LocationComponent <|-- GeoBoxLocation
click GeoBoxLocation href "../GeoBoxLocation"
LocationComponent <|-- RelativeLocation
click RelativeLocation href "../RelativeLocation"
LocationComponent <|-- PostalAddress
click PostalAddress href "../PostalAddress"
Inheritance
Slots
Name |
Cardinality and Range |
Description |
Inheritance |
|
|
|
|
Schema Source
- from schema: https://w3id.org/comet
Mappings
Mapping Type |
Mapped Value |
self |
comet:LocationComponent |
native |
comet:LocationComponent |
LinkML Source
Direct
name: LocationComponent
from_schema: https://w3id.org/comet
is_a: Intangible
abstract: true
Induced
name: LocationComponent
from_schema: https://w3id.org/comet
is_a: Intangible
abstract: true