Class: Location
- NOTE: this is an abstract class and should not be instantiated directly
classDiagram
class Location
click Location href "../Location"
StructuredValue <|-- Location
click StructuredValue href "../StructuredValue"
Location <|-- PointLocation
click PointLocation href "../PointLocation"
Location <|-- GeoBoxLocation
click GeoBoxLocation href "../GeoBoxLocation"
Location : type
Inheritance
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
type | 0..1 String |
A type for a thing | Typed |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/linkml/linkml-common
Mappings
Mapping Type | Mapped Value |
---|---|
self | linkml_common:Location |
native | linkml_common:Location |
LinkML Source
Direct
name: Location
from_schema: https://w3id.org/linkml/linkml-common
is_a: StructuredValue
abstract: true
Induced
name: Location
from_schema: https://w3id.org/linkml/linkml-common
is_a: StructuredValue
abstract: true
attributes:
type:
name: type
description: A type for a thing. The range of this should be a class within the
schema. It is intended for schema-based classification. Anything beneath the
shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
alias: type
owner: Location
domain_of:
- Typed
range: string