Skip to content

Class: Location

See DCAT-AP specs:Location

URI: dcterms:Location

classDiagram class Location click Location href "../Location" SupportiveEntity <|-- Location click SupportiveEntity href "../SupportiveEntity" Location : bbox Location : centroid Location : geometry Location --> "0..1" Geometry : geometry click Geometry href "../Geometry"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
bbox 0..1 recommended
String
The geographic bounding box of a resource direct
centroid 0..1 recommended
String
The geographic center (centroid) of a resource direct
geometry 0..1
Geometry
The corresponding geometry for a resource direct

Usages

used by used in type used
NMRDataset geographical_coverage range Location
Catalogue geographical_coverage range Location
Dataset geographical_coverage range Location
DatasetSeries geographical_coverage range Location
NFDIDataset geographical_coverage range Location
NFDICatalog geographical_coverage range Location

Identifier and Mapping Information

Schema Source

  • from schema: https://stroemphi.github.io/dcat-4C-ap/dcat_4c_ap

Mappings

Mapping Type Mapped Value
self dcterms:Location
native nfdi4c:Location

LinkML Source

Direct

name: Location
description: See [DCAT-AP specs:Location](https://semiceu.github.io/DCAT-AP/releases/3.0.0/#Location)
from_schema: https://stroemphi.github.io/dcat-4C-ap/dcat_4c_ap
is_a: SupportiveEntity
abstract: false
slots:
- bbox
- centroid
- geometry
slot_usage:
  bbox:
    name: bbox
    description: The geographic bounding box of a resource.
    slot_uri: dcat:bbox
    range: string
    required: false
    recommended: true
    multivalued: false
    inlined_as_list: false
  centroid:
    name: centroid
    description: The geographic center (centroid) of a resource.
    slot_uri: dcat:centroid
    range: string
    required: false
    recommended: true
    multivalued: false
    inlined_as_list: false
  geometry:
    name: geometry
    description: The corresponding geometry for a resource.
    slot_uri: locn:geometry
    range: Geometry
    required: false
    multivalued: false
    inlined_as_list: false
class_uri: dcterms:Location

Induced

name: Location
description: See [DCAT-AP specs:Location](https://semiceu.github.io/DCAT-AP/releases/3.0.0/#Location)
from_schema: https://stroemphi.github.io/dcat-4C-ap/dcat_4c_ap
is_a: SupportiveEntity
abstract: false
slot_usage:
  bbox:
    name: bbox
    description: The geographic bounding box of a resource.
    slot_uri: dcat:bbox
    range: string
    required: false
    recommended: true
    multivalued: false
    inlined_as_list: false
  centroid:
    name: centroid
    description: The geographic center (centroid) of a resource.
    slot_uri: dcat:centroid
    range: string
    required: false
    recommended: true
    multivalued: false
    inlined_as_list: false
  geometry:
    name: geometry
    description: The corresponding geometry for a resource.
    slot_uri: locn:geometry
    range: Geometry
    required: false
    multivalued: false
    inlined_as_list: false
attributes:
  bbox:
    name: bbox
    description: The geographic bounding box of a resource.
    from_schema: https://stroemphi.github.io/dcat-4C-ap/dcat_4c_ap
    rank: 1000
    slot_uri: dcat:bbox
    alias: bbox
    owner: Location
    domain_of:
    - Location
    range: string
    required: false
    recommended: true
    multivalued: false
    inlined_as_list: false
  centroid:
    name: centroid
    description: The geographic center (centroid) of a resource.
    from_schema: https://stroemphi.github.io/dcat-4C-ap/dcat_4c_ap
    rank: 1000
    slot_uri: dcat:centroid
    alias: centroid
    owner: Location
    domain_of:
    - Location
    range: string
    required: false
    recommended: true
    multivalued: false
    inlined_as_list: false
  geometry:
    name: geometry
    description: The corresponding geometry for a resource.
    from_schema: https://stroemphi.github.io/dcat-4C-ap/dcat_4c_ap
    rank: 1000
    slot_uri: locn:geometry
    alias: geometry
    owner: Location
    domain_of:
    - Location
    range: Geometry
    required: false
    multivalued: false
    inlined_as_list: false
class_uri: dcterms:Location