Skip to content

georeference Properties

Version: v5

Sources

Properties

georeference Properties

Class Diagram

classDiagram
class Class_definition_for_BoundingBox
class Class_definition_for_GeodeticReferenceSystem
class Class_definition_for_Georeference
class Class_definition_for_LatLonCoordinate
class Class_definition_for_ProjectLocation

Class Hierarchy

  • Class definition for BoundingBox (https://w3id.org/ascs-ev/envited-x/georeference/v5/BoundingBox)
  • Class definition for GeodeticReferenceSystem (https://w3id.org/ascs-ev/envited-x/georeference/v5/GeodeticReferenceSystem)
  • Class definition for Georeference (https://w3id.org/ascs-ev/envited-x/georeference/v5/Georeference)
  • Class definition for LatLonCoordinate (https://w3id.org/ascs-ev/envited-x/georeference/v5/LatLonCoordinate)
  • Class definition for ProjectLocation (https://w3id.org/ascs-ev/envited-x/georeference/v5/ProjectLocation)

Class Definitions

Class IRI Description Parents
Class definition for BoundingBox https://w3id.org/ascs-ev/envited-x/georeference/v5/BoundingBox Defines a rectangular spatial extent using minimum and maximum values for the x and y axes.
Class definition for GeodeticReferenceSystem https://w3id.org/ascs-ev/envited-x/georeference/v5/GeodeticReferenceSystem Defines the reference system used to represent coordinates, including projection type and ellipsoid model.
Class definition for Georeference https://w3id.org/ascs-ev/envited-x/georeference/v5/Georeference A georeferencing dataset that defines the coordinate system, location, and spatial properties of a simulation asset.
This class serves as an optional metadata extension and does not function as a standalone data resource.
Class definition for LatLonCoordinate https://w3id.org/ascs-ev/envited-x/georeference/v5/LatLonCoordinate Defines world coordinates in latitude and longitude, expressed in degrees.
Class definition for ProjectLocation https://w3id.org/ascs-ev/envited-x/georeference/v5/ProjectLocation Contains attributes describing the location of a simulation asset, such as country, region, city, and bounding box.

Prefixes

SHACL Properties

georeference:city

georeference:codeEPSG

georeference:coordinateSystemName

georeference:country

georeference:hasBoundingBox

georeference:hasGeodeticReferenceSystem

georeference:hasOrigin

georeference:hasProjectLocation

georeference:hasViewPoint

georeference:heightSystem

georeference:lat

georeference:lon

georeference:region

georeference:relationOrArea

georeference:state

georeference:xMax

georeference:xMin

georeference:yMax

georeference:yMin

Shape Property prefix Property MinCount MaxCount Description Datatype/NodeKind Filename
GeoreferenceShape georeference hasProjectLocation 1 1 Contains properties (state, city, region, country, bounding) to describe the location of the simulation asset. georeference.shacl.ttl
GeoreferenceShape georeference hasGeodeticReferenceSystem 1 1 This ontology includes properties for positions (e.g., origin and viewpoint), projection type, and an ellipsoidal height system, which together define a geodetic reference system. georeference.shacl.ttl
GeodeticReferenceSystemShape georeference hasOrigin 1 1 Defines the center position of the asset in world coordinates. georeference.shacl.ttl
GeodeticReferenceSystemShape georeference hasViewPoint 1 Defines the imported viewpoint position of the asset in world coordinates. georeference.shacl.ttl
GeodeticReferenceSystemShape georeference codeEPSG 1 Defines the projection EPSG code for the asset. http://www.w3.org/2001/XMLSchema#integer georeference.shacl.ttl
GeodeticReferenceSystemShape georeference coordinateSystemName 1 Describes the coordinate system name of the asset as an alternative to the EPSG code. http://www.w3.org/2001/XMLSchema#string georeference.shacl.ttl
GeodeticReferenceSystemShape georeference heightSystem 1 Defines the height system type of the asset. georeference.shacl.ttl
BoundingBoxShape georeference xMin 1 1 Defines the minimum bounding box value along the x-axis. http://www.w3.org/2001/XMLSchema#float georeference.shacl.ttl
BoundingBoxShape georeference yMin 1 1 Defines the minimum bounding box value along the y-axis. http://www.w3.org/2001/XMLSchema#float georeference.shacl.ttl
BoundingBoxShape georeference xMax 1 1 Defines the maximum bounding box value along the x-axis. http://www.w3.org/2001/XMLSchema#float georeference.shacl.ttl
BoundingBoxShape georeference yMax 1 1 Defines the maximum bounding box value along the y-axis. http://www.w3.org/2001/XMLSchema#float georeference.shacl.ttl
LatLonCoordinateShape georeference lat 1 1 Defines a world latitude value (on the y-axis) in degrees. http://www.w3.org/2001/XMLSchema#float georeference.shacl.ttl
LatLonCoordinateShape georeference lon 1 1 Defines a world longitude value (on the x-axis) in degrees. http://www.w3.org/2001/XMLSchema#float georeference.shacl.ttl
ProjectLocationShape georeference state 1 Defines an ISO 3166-2 code for the state or province in which the asset centre is located. http://www.w3.org/2001/XMLSchema#string georeference.shacl.ttl
ProjectLocationShape georeference city 1 Specifies the name of the city in which the asset's centre is located. http://www.w3.org/2001/XMLSchema#string georeference.shacl.ttl
ProjectLocationShape georeference region 1 Specifies the name of the region in which the asset's centre is located. http://www.w3.org/2001/XMLSchema#string georeference.shacl.ttl
ProjectLocationShape georeference country 1 Defines an ISO 3166-1, alpha-2 code for the country in which the asset centre is located. http://www.w3.org/2001/XMLSchema#string georeference.shacl.ttl
ProjectLocationShape georeference hasBoundingBox 1 1 Defines the bounding box in world coordinates of the asset. georeference.shacl.ttl
ProjectLocationShape georeference relationOrArea 1 Describes the area in which the asset is located, such as the name of the main street or the landscape region. http://www.w3.org/2001/XMLSchema#string georeference.shacl.ttl