Class: Location
A spatial region or named place.
URI: [dct:Location](http://purl.org/dc/terms/Location)
[String](String.md) | The geographic bounding box of a resource | direct | | [centroid](centroid.md) | 0..1
[String](String.md) | The geographic centroid of a resource | direct | | [geometry](geometry.md) | 0..1
[Geometry](Geometry.md) | The geometry of a location | direct | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [Catalogue](Catalogue.md) | [geographicalCoverage](geographicalCoverage.md) | range | [Location](Location.md) | | [Dataset](Dataset.md) | [geographicalCoverage](geographicalCoverage.md) | range | [Location](Location.md) | | [DatasetSeries](DatasetSeries.md) | [geographicalCoverage](geographicalCoverage.md) | range | [Location](Location.md) | ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/semic/dcat-ap/3.0.1 ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | dct:Location | | native | dcat_ap:Location | ## LinkML Source ### Direct
### Induced
classDiagram
class Location
click Location href "../Location/"
Location : bbox
Location : centroid
Location : geometry
Location --> "0..1" Geometry : geometry
click Geometry href "../Geometry/"
## Class Properties
| Property | Value |
| --- | --- |
| Class URI | [dct:Location](http://purl.org/dc/terms/Location) |
## Slots
| Name | Cardinality and Range | Description | Inheritance |
| --- | --- | --- | --- |
| [bbox](bbox.md) | 0..1 [String](String.md) | The geographic bounding box of a resource | direct | | [centroid](centroid.md) | 0..1
[String](String.md) | The geographic centroid of a resource | direct | | [geometry](geometry.md) | 0..1
[Geometry](Geometry.md) | The geometry of a location | direct | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [Catalogue](Catalogue.md) | [geographicalCoverage](geographicalCoverage.md) | range | [Location](Location.md) | | [Dataset](Dataset.md) | [geographicalCoverage](geographicalCoverage.md) | range | [Location](Location.md) | | [DatasetSeries](DatasetSeries.md) | [geographicalCoverage](geographicalCoverage.md) | range | [Location](Location.md) | ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/semic/dcat-ap/3.0.1 ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | dct:Location | | native | dcat_ap:Location | ## LinkML Source ### Direct
name: Location
description: A spatial region or named place.
from_schema: https://w3id.org/semic/dcat-ap/3.0.1
slots:
- bbox
- centroid
- geometry
slot_usage:
bbox:
name: bbox
multivalued: false
centroid:
name: centroid
multivalued: false
geometry:
name: geometry
multivalued: false
class_uri: dct:Location
name: Location
description: A spatial region or named place.
from_schema: https://w3id.org/semic/dcat-ap/3.0.1
slot_usage:
bbox:
name: bbox
multivalued: false
centroid:
name: centroid
multivalued: false
geometry:
name: geometry
multivalued: false
attributes:
bbox:
name: bbox
description: The geographic bounding box of a resource.
from_schema: https://w3id.org/semic/dcat-ap/3.0.1
rank: 1000
slot_uri: dcat:bbox
owner: Location
domain_of:
- Location
range: string
multivalued: false
centroid:
name: centroid
description: The geographic centroid of a resource.
from_schema: https://w3id.org/semic/dcat-ap/3.0.1
rank: 1000
slot_uri: dcat:centroid
owner: Location
domain_of:
- Location
range: string
multivalued: false
geometry:
name: geometry
description: The geometry of a location.
from_schema: https://w3id.org/semic/dcat-ap/3.0.1
rank: 1000
slot_uri: locn:geometry
owner: Location
domain_of:
- Location
range: Geometry
multivalued: false
class_uri: dct:Location