Preface

This document establishes the OGC CRS ontology and its submodules. The definition of elements of coordinate reference systems is an essential part of geospatial data provision. However, until now, coordinate reference systems and their components could not be represented in an OGC-standardized semantic web vocabulary. This document introduces the ontology model, its classes and properties, application examples and can serve as the foundation of a semantic web based coordinate system registry at OGC. Special attention is given to the compatibility of the CRS Ontology vocabulary to other OGC-endorsed Semantic Web standards such as GeoSPARQL and alignments to other data standards are provided as part of this specification.

Insert Preface Text here. Give OGC specific commentary: describe the technical content, reason for document, history of the document and precursors, and plans for future work.

There are two ways to specify the Preface: "simple clause" or "full clasuse"

If the Preface does not contain subclauses, it is considered a simple preface clause. This one is entered as text after the .Preface label and must be placed between the AsciiDoc document attributes and the first AsciiDoc section title. It should not be give a section title of its own.

If the Preface contains subclauses, it needs to be encoded as a full preface clause. This one is recognized as a full Metanorma AsciiDoc section with te title "Preface", i.e. == Preface. (Simple preface content can also be encoded like full preface.)

Abstract

<Insert Abstract Text here>

Security Considerations

No security considerations have been made for this Standard.

Submitters

All questions regarding this submission should be directed to the editor or the submitters:

Name Affiliation OGC member

Luís Moreira de Sousa

Instituto Superior Técnico: Lisbon, PT

Yes

Timo Homburg

Mainz University Of Applied Sciences

No

Nathalie Abadie

IGN France

Yes

Ghislain Atemezing

European Union Agency for Railways (ERA)

Yes

Contributors

Additional contributors to this Standard include the following:

Individual name(s), Organization

Source of the content for this OGC document

Validity of content

Future work

If you need to place any further sections in the preface area use the [.preface] attribute.

Scope

<Insert Scope text here>

Give the subject of the document and the aspects of that scope covered by the document.

Conformance

<Insert conformance content here>

Provide a short description of the content approached in subsequent sections and the main subject of the document

References

The following normative documents contain provisions that, through reference in this text, constitute provisions of this document. For dated references, subsequent amendments to, or revisions of, any of these publications do not apply. For undated references, the latest edition of the normative document referred to applies.

If there are no references, leave this section empty.

References are to follow the Springer LNCS style, with the exception that optional information may be appended to references: DOIs are added after the date and web resource references may include an access date at the end of the reference in parentheses. See examples from Springer and OGC below.

  • [], Identification of Common Molecular Subsequences. Smith, T.F., Waterman, M.S., J. Mol. Biol. 147, 195–197 (1981)

  • [], ZIB Structure Prediction Pipeline: Composing a Complex Biological Workflow through Web Services. May, P., Ehrlich, H.C., Steinke, T. In: Nagel, W.E., Walter, W.V., Lehner, W. (eds.) Euro-Par 2006. LNCS, vol. 4128, pp. 1148–1158. Springer, Heidelberg (2006)

  • [], The Grid: Blueprint for a New Computing Infrastructure., Foster, I., Kesselman, C.. Morgan Kaufmann, San Francisco (1999).

  • [], Grid Information Services for Distributed Resource Sharing. Czajkowski, K., Fitzgerald, S., Foster, I., Kesselman, C. In: 10th IEEE International Symposium on High Performance Distributed Computing, pp. 181–184. IEEE Press, New York (2001)

Terms and Definitions

example term

term used for exemplary purposes

[ISO19101-1]

An example note.

Conventions

This section provides details and examples for any conventions used in the document. Examples of conventions are symbols, abbreviations, use of XML schema, or special notes regarding how to read the document.

Identifiers

The normative provisions in this standard are denoted by the URI

http://www.opengis.net/spec/{standard}/{m.n}

All requirements and conformance tests that appear in this document are denoted by partial URIs which are relative to this base.

Other conventions

<Place any other convention needed with its corresponding title>

Core

This clause establishes the Core Requirements class, with IRI /req/core, which has a corresponding Conformance Class, Core, with IRI /conf/core.

The Core module establishes a set of classes and properties which define the building blocks of a spatial reference system definition. Some of the definitions are extended in specialized modules related to the Core module.

core

From a base class SpatialReferenceSystem, we define a class for a coordinate system, as the superclass of all spatial reference systems describing locations using coorindates. These SpatialReferenceSystems are described using a Datum and a coordinate system definitions with at least one coordinate axis. Together with several subtypes of coordnate reference system, these definitions complete the Core module.

Coordinate Reference System Parameters

Class: geosrs:AreaOfUse
Table 1. geosrs:AreaOfUse

URI

https://w3id.org/geosrs/srs/AreaOfUse

Definition

Area within which a coordinate operation may be used.

Example

geosrs:AreaOfUse

Class: geosrs:Extent
Table 2. geosrs:Extent

URI

https://w3id.org/geosrs/srs/Extent

Definition

Geographic area or time interval in which the referring object is valid. Cf. ISO 19115-1:2014:2014-04, part 6.6.1 and table B.15 line 335.

Class: geosrs:GeographicBoundingBox
Table 3. geosrs:GeographicBoundingBox

URI

https://w3id.org/geosrs/srs/GeographicBoundingBox

Definition

Frame delimiting an area of interest. See ISO 19115-1:2014:2014-04, part 6.6.1 and table B.15.1 line 344.

Class: geosrs:AxesList
Table 4. geosrs:AxesList

URI

https://w3id.org/geosrs/srs/AxesList

Definition

Ordered list of coordinate system axes.

Class: geosrs:SingleCRSList
Table 5. geosrs:SingleCRSList

URI

https://w3id.org/geosrs/srs/SingleCRSList

Definition

Ordered list of simple reference coordinate systems.

Coordinate Reference System Properties

Property: geosrs:baseCRS
Table 6. geosrs:baseCRS

URI

https://w3id.org/geosrs/srs/baseCRS

Type

owl:ObjectProperty

Definition

The geodetic coordinate reference system on which a projected coordinate reference system is based. Cf. ISO 19111:2007:2007-07, table 11, association role baseCRS.

Range

GeodeticCRS

Domain

ProjectedCRS

Property: geosrs:conversion
Table 7. geosrs:conversion

URI

https://w3id.org/geosrs/srs/conversion

Type

owl:ObjectProperty

Definition

The conversion used to define a projected coordinate reference system. Cf. ISO 19111:2007:2007-07, table 7, named association Definition.

Range

Conversion

Domain

CRS

Property: geosrs:coordinateSystem
Table 8. geosrs:coordinateSystem

URI

https://w3id.org/geosrs/srs/coordinateSystem

Type

owl:ObjectProperty

Definition

The property relates a coordinate reference system to its coordinate system

Range

CoordinateSystem

Domain

CRS

Example

geosrs:coordinateSystem

Property: geosrs:datum
Table 9. geosrs:datum

URI

https://w3id.org/geosrs/srs/datum

Type

owl:ObjectProperty

Definition

The property relates a coordinate reference system to a datum

Range

Datum

Domain

CRS

Property: geosrs:datumEnsemble
Table 10. geosrs:datumEnsemble

URI

https://w3id.org/geosrs/srs/datumEnsemble

Type

owl:ObjectProperty

Definition

Indicates a single CRS referring to a collection of one or more datums (Datum Ensemble)

Range

DatumEnsemble

Domain

SingleCRS

Property: geosrs:domainOfValidity
Table 11. geosrs:domainOfValidity

URI

https://w3id.org/geosrs/srs/domainOfValidity

Type

owl:ObjectProperty

Definition

Geographic area or time interval in which the referring object is valid. Cf. ISO 19111:2007:2007-07, tables 4, 33 and 42, attribute domainOfValidity.

Range

AreaOfUse

Domain

CRS

Property: geosrs:method
Table 12. geosrs:method

URI

https://w3id.org/geosrs/srs/method

Type

owl:ObjectProperty

Range

CoordinateOperation

Domain

CRS

Property: geocrs:asProj4
Table 13. geocrs:asProj4

URI

geocrs:asProj4

Type

owl:DatatypeProperty

Definition

PROJ4 string defining a CRS. Note: this paradigm is ambiguous and presently considered outdated.

Range

proj4Literal

Domain

CRS

Property: geocrs:asProjJSON
Table 14. geocrs:asProjJSON

URI

geocrs:asProjJSON

Type

owl:DatatypeProperty

Definition

CRS definition encoded as a JSON object interpretable by PROJ4.

Range

projJSONLiteral

Domain

CRS

Property: geocrs:asWKT
Table 15. geocrs:asWKT

URI

geocrs:asWKT

Type

owl:DatatypeProperty

Definition

CRS definition encoded according to the Well Known Text structure. Cf. ISO 19162:2019.

Range

wktLiteral

Domain

CRS

Property: geosrs:EPSGcode
Table 16. geosrs:EPSGcode

URI

https://w3id.org/geosrs/srs/EPSGcode

Type

owl:DatatypeProperty

Definition

Identifier of this resource in the EPSG Geodetic Parameter Dataset.

Range

xsd:string

Coordinate Reference System Types

Coordinate reference systems are typed according to their area of application, e.g. Geodetic vs. Engineering vs. TemporalCRS and by their ability to contain further

Class: geosrs:BoundCRS
Table 17. geosrs:BoundCRS

URI

https://w3id.org/geosrs/srs/BoundCRS

Super-classes

CRS

Class: geosrs:CompoundCRS
Table 18. geosrs:CompoundCRS

URI

https://w3id.org/geosrs/srs/CompoundCRS

Definition

Coordinate reference system using at least two independent single coordinate reference systems. Cf. ISO 19111:2007:2007-07, parts 8.2.3.c, 8.2.4, table 6 and annex B.1.2.4.

Super-classes

CRS

Example

geosrs:CompoundCRS

Class: geosrs:CRS
Table 19. geosrs:CRS

URI

https://w3id.org/geosrs/srs/CRS

Definition

Depending on the spatial dimension of coordinates (1D, 2D, 3D), this piece of metadata is used for specifying the elements of definition associated to a given set of coordinates: its datum, its ellipsoid, its prime meridian, the type of coordinates (geocentric, geographic, projected,…​), the coordinates units of measure, when appropriate the cartographic projection used, the vertical coordinate reference system.

Super-classes

SpatialReferenceSystem

Class: geosrs:EngineeringCRS
Table 20. geosrs:EngineeringCRS

URI

https://w3id.org/geosrs/srs/EngineeringCRS

Definition

A contextually local coordinate reference system which can be divided into two broad categories: - earth-fixed systems applied to engineering activities on or near the surface of the earth; - CRSs on moving platforms such as road vehicles, vessels, aircraft or spacecraft.

Super-classes

CRS

Class: geosrs:GeocentricCRS
Table 21. geosrs:GeocentricCRS

URI

https://w3id.org/geosrs/srs/GeocentricCRS

Definition

A cartesian coordinate reference system that represents locations in the vicinity of the Earth (including its surface, interior, atmosphere, and surrounding outer space) as X, Y, and Z measurements from its center of mass. Commonly used to track the orbits of satellites.

Super-classes

CRS

Example

geosrs:GeocentricCRS

Class: geosrs:GeodeticCRS
Table 22. geosrs:GeodeticCRS

URI

https://w3id.org/geosrs/srs/GeodeticCRS

Definition

Coordinate Reference System associated with a geodetic datum. Cf. ISO 19111:2007:2007-07, part 8.2.2.a, table 10 and annex B.1.2.1.a.

Super-classes

CRS

Class: geosrs:GeographicCRS
Table 23. geosrs:GeographicCRS

URI

https://w3id.org/geosrs/srs/GeographicCRS

Definition

Coordinate Reference System that has a geodetic reference frame and an ellipsoidal coordinate system

Super-classes

CRS

Example

geosrs:GeographicCRS

Class: geosrs:ParametricCRS
Table 24. geosrs:ParametricCRS

URI

https://w3id.org/geosrs/srs/ParametricCRS

Definition

Coordinate Reference System based on a parametric datum

Super-classes

CRS

Class: geosrs:ProjectedCRS
Table 25. geosrs:ProjectedCRS

URI

https://w3id.org/geosrs/srs/ProjectedCRS

Definition

Coordinate Reference System derived from a two-dimensional geodetic coordinate reference system by applying a map projection. Cf. ISO 19111:2007:2007-07, part 8.2.3.b, table 11 and annex B.1.2.3.

Super-classes

CRS

Example

geosrs:ProjectedCRS

Class: geosrs:SelenographicCRS
Table 26. geosrs:SelenographicCRS

URI

https://w3id.org/geosrs/srs/SelenographicCRS

Definition

Coordinate Reference System to refer locations on the surface of the Earth’s Moon.

Super-classes

CRS

Class: geosrs:ReferenceSystem
Table 27. geosrs:ReferenceSystem

URI

https://w3id.org/geosrs/srs/ReferenceSystem

Definition

An abstract coordinate system, whose origin, orientation and scale are specified in physical space. It is based on a set of reference points, defined as geometric points whose position is identified physically and mathematically.

Class: geosrs:SingleCRS
Table 28. geosrs:SingleCRS

URI

https://w3id.org/geosrs/srs/SingleCRS

Definition

Coordinate reference system consisting of one coordinate system and one datum. Cf. ISO 19111:2007:2007-07, table 5.

Super-classes

CRS

Class: geosrs:SpatialReferenceSystem
Table 29. geosrs:SpatialReferenceSystem

URI

https://w3id.org/geosrs/srs/SpatialReferenceSystem

Definition

A spatial reference system (SRS) is a system for establishing spatial position. A spatial reference system can use geographic identifiers (place names, for example), coordinates (in which case it is a coordinate reference system), or identifiers with structured geometry (in which case it is a discrete global grid system).

Super-classes

ReferenceSystem

Class: geosrs:SpatioParametricCompoundCRS
Table 30. geosrs:SpatioParametricCompoundCRS

URI

https://w3id.org/geosrs/srs/SpatioParametricCompoundCRS

Definition

A spatio-parametric coordinate reference system is a compound CRS in which one component is a geographic 2D, projected 2D or engineering 2D CRS, supplemented by a parametric CRS to create a three-dimensional CRS

Super-classes

CompoundCRS

Class: geosrs:SpatioParametricTemporalCompoundCRS
Table 31. geosrs:SpatioParametricTemporalCompoundCRS

URI

https://w3id.org/geosrs/srs/SpatioParametricTemporalCompoundCRS

Definition

Coordinate reference system combining a spatio-parametric reference system with at least one temporal reference system

Super-classes

SpatioParametricCompoundCRS

Class: geosrs:SpatioTemporalCompoundCRS
Table 32. geosrs:SpatioTemporalCompoundCRS

URI

https://w3id.org/geosrs/srs/SpatioTemporalCompoundCRS

Definition

Coordinate reference system combining a spatial reference system with at least one temporal reference system

Super-classes

CompoundCRS

Class: geosrs:StaticCRS
Table 33. geosrs:StaticCRS

URI

https://w3id.org/geosrs/srs/StaticCRS

Definition

Coordinate Reference System that has a static reference frame

Super-classes

CRS

Class: geosrs:TemporalCRS
Table 34. geosrs:TemporalCRS

URI

https://w3id.org/geosrs/srs/TemporalCRS

Definition

Coordinate Reference System based on a temporal datum

Super-classes

CRS

Class: geosrs:VerticalCRS
Table 35. geosrs:VerticalCRS

URI

https://w3id.org/geosrs/srs/VerticalCRS

Definition

One-dimensional coordinate reference system associated with a vertical datum and used for recording heights or depths.Ellipsoidal heights are not captured in a vertical coordinate reference system but as part of a 3D coordinates tuple defined in a geodetic 3D coordinate reference system. Cf. ISO 19111:2007:2007-07, parts 8.2.2.b, table 14 and annex B.1.2.1.b.

Super-classes

CRS

Example

geosrs:VerticalCRS

Coordinate Operation Module

This clause establishes the Co Requirements class, with IRI /req/co, which has a corresponding Conformance Class, Co, with IRI /conf/co.

Coordinate Operation Categories

Class: geosrs:GeographicObject
Table 36. geosrs:GeographicObject

URI

https://w3id.org/geosrs/co/GeographicObject

Definition

Identifier of a geographic feature of which the coordinates are used as operation parameters.

Super-classes

iso19107:Geometry[iso19107:Geometry]

Class: geosrs:RegisterOperations
Table 37. geosrs:RegisterOperations

URI

https://w3id.org/geosrs/co/RegisterOperations

Definition

Operations supported in the Coordinate Operations package.

Class: geosrs:ScaleOperation
Table 38. geosrs:ScaleOperation

URI

https://w3id.org/geosrs/co/ScaleOperation

Definition

Scale transformation operation

Super-classes

AffineTransformationOperation

Class: geosrs:RotationOperation
Table 39. geosrs:RotationOperation

URI

https://w3id.org/geosrs/co/RotationOperation

Definition

Rotation transformation operation

Super-classes

AffineTransformationOperation

Class: geosrs:IdentityOperation
Table 40. geosrs:IdentityOperation

URI

https://w3id.org/geosrs/co/IdentityOperation

Definition

Identity transformation operation

Super-classes

AffineTransformationOperation

Class: geosrs:ShearOperation
Table 41. geosrs:ShearOperation

URI

https://w3id.org/geosrs/co/ShearOperation

Definition

Shear transformation operation

Super-classes

AffineTransformationOperation

Class: geosrs:TranslationOperation
Table 42. geosrs:TranslationOperation

URI

https://w3id.org/geosrs/co/TranslationOperation

Definition

Translation transformation operation

Super-classes

AffineTransformationOperation

Class: geosrs:AffineTransformationOperation
Table 43. geosrs:AffineTransformationOperation

URI

https://w3id.org/geosrs/co/AffineTransformationOperation

Definition

Affine coordinate transformation operation

Super-classes

CoordinateTransformationOperation []

Class: geocrs:CoordinateTransformationOperation
Table 44. geocrs:CoordinateTransformationOperation

URI

geocrs:CoordinateTransformationOperation[]

Definition

Coordinate operation in which the two coordinate reference systems are based on different datums.

Super-classes

SingleOperation

Coordinate Operation Methods

Class: geosrs:PassThroughOperation
Table 45. geosrs:PassThroughOperation

URI

https://w3id.org/geosrs/co/PassThroughOperation

Definition

Specification of a subset of coordinate tuples that is subject to a coordinate operation

Super-classes

CoordinateOperation

Class: geosrs:ConcatenatedOperation
Table 46. geosrs:ConcatenatedOperation

URI

https://w3id.org/geosrs/co/ConcatenatedOperation

Definition

Ordered sequence of two or more single coordinate operations. Note: The sequence of coordinate operations is constrained by the requirement that the source coordinate reference system of step (n + 1) shall be the same as the target coordinate reference system of step (n). The source coordinate reference system of the first step and the target coordinate reference system of the last step are the source and target coordinate reference system associated with the concatenated coordinate operation. For a concatenated coordinate operation sequence of n coordinate operations: source CRS (concatenated coordinate operation) .eq. source CRS (coordinate operation step 1) target CRS (coordinate operation step i) .eq. source CRS (coordinate operation step i + 1); i .eq. 1 …​(n - 1) target CRS (concatenated coordinate operation) .eq. target CRS (coordinate operation step n) Instead of a forward coordinate operation, an inverse coordinate operation may be used for one or more of the coordinate operation steps mentioned above, if the inverse coordinate operation is uniquely defined by the forward coordinate operation method.

Super-classes

CoordinateOperation

Class: geosrs:PointMotionOperation
Table 47. geosrs:PointMotionOperation

URI

https://w3id.org/geosrs/co/PointMotionOperation

Definition

Mathematical operation that decribes the change of coordinate values within one coordinate reference system due to the motion of the point between one coordinate epoch and another coordinate epoch Note: In this document the motion is due to tectonic plate movement or deformation.

Super-classes

SingleOperation

Coordinate Operation Parameters

Class: geosrs:OperationParameterGroup
Table 48. geosrs:OperationParameterGroup

URI

https://w3id.org/geosrs/co/OperationParameterGroup

Definition

Definition of a group of related parameters used by a coordinate operation method.

Super-classes

GeneralOperationParameter

Class: geosrs:ParameterValueGroup
Table 49. geosrs:ParameterValueGroup

URI

https://w3id.org/geosrs/co/ParameterValueGroup

Definition

Group of related parameter values. Note: The same group can be repeated more than once in a coordinate operation or higher level ParameterValueGroup, if those instances contain different values of one or more ParameterValues which suitably distinguish among those groups.

Super-classes

GeneralParameterValue

Coordinate Operation Properties

Property: geosrs:derivingConversion
Table 50. geosrs:derivingConversion

URI

https://w3id.org/geosrs/co/derivingConversion

Type

owl:ObjectProperty

Definition

Relates a derived CRS to a conversion

Range

Conversion

Domain

DerivedCRS

Property: geosrs:parameter
Table 51. geosrs:parameter

URI

https://w3id.org/geosrs/co/parameter

Type

owl:ObjectProperty

Definition

Value of the datum-defining parameter

Range

OperationParameter

Domain

Conversion

Property: geosrs:sourceCRS
Table 52. geosrs:sourceCRS

URI

https://w3id.org/geosrs/co/sourceCRS

Type

owl:ObjectProperty

Definition

The coordinate reference system associated to the data used as input of a given operation. Cf. ISO 19111:2007:2007-07, table 42, named association Source.

Range

CRS

Domain

CoordinateOperation

Example

geosrs:sourceCRS

Property: geosrs:targetCRS
Table 53. geosrs:targetCRS

URI

https://w3id.org/geosrs/co/targetCRS

Type

owl:ObjectProperty

Definition

The coordinate reference system associated to the data obtained as output of a given operation. Cf. ISO 19111:2007:2007-07, table 42, named association Target.

Range

CRS

Domain

CoordinateOperation

Coordinate System Module

This clause establishes the CS Requirements class, with IRI /req/cs, which has a corresponding Conformance Class, CS, with IRI /conf/cs.

The coordinate system module introduces different types of coordinate systems which are dinstinguished in geospatial science and applications. Coordinate systems are distinguished by their area of use, i.e planetary or interstellar and by their multidimensionality.

3D Coordinate Systems

Class: geosrs:3DCoordinateSystem

The class geosrs:3DCoordinateSystem describes a coordinate system in three dimesions. These coordinate systems are common for 3D representations or 2D representations with a time aspect.

Table 54. geosrs:3DCoordinateSystem

URI

https://w3id.org/geosrs/cs/3DCoordinateSystem

Definition

Non-repeating sequence of coordinate system axes that spans a given coordinate space in three dimensions

Super-classes

CoordinateSystem

Example

geosrs:3DCoordinateSystem

Class: geosrs:ConicalCoordinateSystem
Table 55. geosrs:ConicalCoordinateSystem

URI

https://w3id.org/geosrs/cs/ConicalCoordinateSystem

Definition

A conical coordinate system is a three-dimensional orthogonal coordinate system consisting of concentric spheres (described by their radius r) and by two families of perpendicular cones, aligned along the z- and x-axes, respectively

Super-classes

OrthogonalCoordinateSystem

Class: geosrs:CylindricalCoordinateSystem
Table 56. geosrs:CylindricalCoordinateSystem

URI

https://w3id.org/geosrs/cs/CylindricalCoordinateSystem

Definition

Three-dimensional coordinate system in Euclidean space in which position is specified by two linear coordinates and one angular coordinate

Super-classes

3DCoordinateSystem

Celestial Coordinate Systems

Class: geosrs:CelestialCoordinateSystem
Table 57. geosrs:CelestialCoordinateSystem

URI

https://w3id.org/geosrs/cs/CelestialCoordinateSystem

Definition

A coordinate system for specifying positions of celestial objects relative to physical reference points

Super-classes

CoordinateSystem

Class: geosrs:EclipticCoordinateSystem
Table 58. geosrs:EclipticCoordinateSystem

URI

https://w3id.org/geosrs/cs/EclipticCoordinateSystem

Definition

An ecliptic coordinate system is used for representing the apparent positions and orbits of solar system objects.

Super-classes

CelestialCoordinateSystem

Class: geosrs:EquatorialCoordinateSystem
Table 59. geosrs:EquatorialCoordinateSystem

URI

https://w3id.org/geosrs/cs/EquatorialCoordinateSystem

Definition

A celestial coordinate system in which an object’s position on the celestial sphere is described in terms of its north-south declination and east-west right ascension, measured relative to the celestial equator and vernal equinox, respectively.

Super-classes

CelestialCoordinateSystem

Class: geosrs:GalacticCoordinateSystem
Table 60. geosrs:GalacticCoordinateSystem

URI

https://w3id.org/geosrs/cs/GalacticCoordinateSystem

Definition

A coordinate system with the Sun as its center, the primary direction aligned with the approximate center of the Milky Way Galaxy, and the fundamental plane parallel to an approximation of the galactic plane but offset to its north.

Super-classes

CelestialCoordinateSystem 3DCoordinateSystem

Class: geosrs:HorizontalCoordinateSystem
Table 61. geosrs:HorizontalCoordinateSystem

URI

https://w3id.org/geosrs/cs/HorizontalCoordinateSystem

Definition

A horizontal coordinate system is a celestial coordinate system that uses the observer’s local horizon as the fundamental plane.

Super-classes

CelestialCoordinateSystem

Class: geosrs:PerifocalCoordinateSystem
Table 62. geosrs:PerifocalCoordinateSystem

URI

https://w3id.org/geosrs/cs/PerifocalCoordinateSystem

Definition

A frame of reference centered at the focus of the orbit, i.e. the celestial body about which the orbit is centered.

Super-classes

CelestialCoordinateSystem

Class: geosrs:SuperGalacticCS
Table 63. geosrs:SuperGalacticCS

URI

https://w3id.org/geosrs/cs/SuperGalacticCS

Definition

A reference frame for the supercluster of galaxies that contains the Milky Way galaxy, referenced to a local relatively flat collection of galaxy clusters used to define the supergalactic plane.

Super-classes

CelestialCoordinateSystem 3DCoordinateSystem

Coordinate System Components

Coordinate System Properties

Property: geosrs:axis
Table 64. geosrs:axis

URI

https://w3id.org/geosrs/cs/axis

Type

owl:ObjectProperty

Definition

The property relates a coordinate system to one of its axis

Range

Axis

Domain

CoordinateSystem

Property: geosrs:axisDirection
Table 65. geosrs:axisDirection

URI

https://w3id.org/geosrs/cs/axisDirection

Type

owl:ObjectProperty

Definition

The direction of an axis. Cf. ISO 19111:2007:2007-07, table 27, attribute coordinate system axis direction.

Range

AxisDirection

Domain

Axis

Example

geosrs:axisDirection

Coordinate System Types

Class: geosrs:AffineCoordinateSystem
Table 66. geosrs:AffineCoordinateSystem

URI

https://w3id.org/geosrs/cs/AffineCoordinateSystem

Definition

Coordinate system in Euclidean space with straight axes that are not necessarily mutually perpendicular

Super-classes

CoordinateSystem

Class: geosrs:BarycentricCoordinateSystem
Table 67. geosrs:BarycentricCoordinateSystem

URI

https://w3id.org/geosrs/cs/BarycentricCoordinateSystem

Definition

A coordinate system in which the location of a point is specified by reference to a simplex (a triangle for points in a plane, a tetrahedron for points in three-dimensional space, etc.)

Super-classes

CoordinateSystem

Class: geosrs:CurvilinearCoordinateSystem
Table 68. geosrs:CurvilinearCoordinateSystem

URI

https://w3id.org/geosrs/cs/CurvilinearCoordinateSystem

Definition

A coordinate system for the Euclidean space in which the coordinate lines may be curved

Super-classes

CoordinateSystem

Class: geosrs:EngineeringCoordinateSystem
Table 69. geosrs:EngineeringCoordinateSystem

URI

https://w3id.org/geosrs/cs/EngineeringCoordinateSystem

Definition

Coordinate system used by an engineering coordinate reference system, one of an affine coordinate system, a Cartesian coordinate system, a cylindrical coordinate system, a linear coordinate sytem, an ordinal coordinate system, a polar coordinate system or a spherical coordinate system

Super-classes

CoordinateSystem

Class: geosrs:GeodeticCoordinateSystem
Table 70. geosrs:GeodeticCoordinateSystem

URI

https://w3id.org/geosrs/cs/GeodeticCoordinateSystem

Definition

Coordinate system used by a Geodetic CRS, one of a Cartesian coordinate system or a spherical coordinate system.

Super-classes

CoordinateSystem

Class: geosrs:GeographicalCoordinateSystem
Table 71. geosrs:GeographicalCoordinateSystem

URI

https://w3id.org/geosrs/cs/GeographicalCoordinateSystem

Definition

Spherical or geodetic coordinate system for measuring and communicating positions directly on Earth as latitude and longitude.

Super-classes

SphericalCoordinateSystem GeodeticCoordinateSystem

Class: geosrs:GridCoordinateSystem
Table 72. geosrs:GridCoordinateSystem

URI

https://w3id.org/geosrs/cs/GridCoordinateSystem

Definition

A grid coordinate system identifies areas within a grid.

Super-classes

CoordinateSystem

Class: geosrs:HexagonalCoordinateSystem
Table 73. geosrs:HexagonalCoordinateSystem

URI

https://w3id.org/geosrs/cs/HexagonalCoordinateSystem

Definition

A hexagonal coordinate system identifies areas within a hexagonal lattice.

Super-classes

GridCoordinateSystem

Class: geosrs:LocalCoordinateSystem
Table 74. geosrs:LocalCoordinateSystem

URI

https://w3id.org/geosrs/cs/LocalCoordinateSystem

Definition

Coordinate system with a point of local reference.

Super-classes

CoordinateSystem

Class: geosrs:ObliqueCoordinateSystem
Table 75. geosrs:ObliqueCoordinateSystem

URI

https://w3id.org/geosrs/cs/ObliqueCoordinateSystem

Definition

A plane coordinate system whose axes are not perpendicular.

Super-classes

CoordinateSystem

Class: geosrs:OrthogonalCoordinateSystem
Table 76. geosrs:OrthogonalCoordinateSystem

URI

https://w3id.org/geosrs/cs/OrthogonalCoordinateSystem

Definition

A orthogonal coordinate system is a system of curvilinear coordinates in which each family of surfaces intersects the others at right angles.

Super-classes

CurvilinearCoordinateSystem

Class: geosrs:PlanarCoordinateSystem
Table 77. geosrs:PlanarCoordinateSystem

URI

https://w3id.org/geosrs/cs/PlanarCoordinateSystem

Definition

A two-dimensional measurement system that locates features on a plane based on their distance from an origin (0,0) along two perpendicular axes.

Super-classes

CoordinateSystem

Example

geosrs:PlanarCoordinateSystem

Temporal Coordinate Systems

Class: geosrs:1DCoordinateSystem

The class geosrs:1DCoordinateSystem describes a coordinate system with only one dimension. Often, these definitions include temporal coordinate systems which only represent time using one coordinate system axis.

Table 78. geosrs:1DCoordinateSystem

URI

https://w3id.org/geosrs/cs/1DCoordinateSystem

Definition

Non-repeating sequence of coordinate system axes that spans a given coordinate space in one dimension

Super-classes

CoordinateSystem

Class: geosrs:DateTimeTemporalCoordinateSystem
Table 79. geosrs:DateTimeTemporalCoordinateSystem

URI

https://w3id.org/geosrs/cs/DateTimeTemporalCoordinateSystem

Definition

One-dimensional coordinate system used to record time in dateTime representation as defined in ISO 8601.

Super-classes

TemporalCoordinateSystem

Class: geosrs:TemporalCountCoordinateSystem
Table 80. geosrs:TemporalCountCoordinateSystem

URI

https://w3id.org/geosrs/cs/TemporalCountCoordinateSystem

Definition

One-dimensional coordinate system used to record time as an integer count.

Super-classes

TemporalCoordinateSystem

Class: geosrs:TemporalCoordinateSystem
Table 81. geosrs:TemporalCoordinateSystem

URI

https://w3id.org/geosrs/cs/TemporalCoordinateSystem

Definition

One-dimensionalcoordinate system where the axis is time.

Super-classes

1DCoordinateSystem

Class: geosrs:TemporalMeasureCoordinateSystem
Table 82. geosrs:TemporalMeasureCoordinateSystem

URI

https://w3id.org/geosrs/cs/TemporalMeasureCoordinateSystem

Definition

One-dimensional coordinate system used to record a time as a real number.

Super-classes

TemporalCoordinateSystem

Datum Module

This clause establishes the Datum Requirements class, with IRI /req/datum, which has a corresponding Conformance Class, Datum, with IRI /conf/datum.

Datum Parameters

Class: geosrs:DefiningParameter
Table 83. geosrs:DefiningParameter

URI

https://w3id.org/geosrs/datum/DefiningParameter

Definition

Parameter value, an ordered sequence of values, or a reference to a file of parameter values that define a paramtric datum. Cf. ISO 19111:2019 Geographic information — Referencing by coordinates.

Datum Properties

Property: geosrs:datumDefiningParameter
Table 84. geosrs:datumDefiningParameter

URI

https://w3id.org/geosrs/datum/datumDefiningParameter

Type

owl:ObjectProperty

Definition

Parameter used to define the parametric datum

Range

DefiningParameter

Domain

ParametricDatum

Property: geosrs:ellipsoid
Table 85. geosrs:ellipsoid

URI

https://w3id.org/geosrs/datum/ellipsoid

Type

owl:ObjectProperty

Definition

The properties relates a datum to its ellipsoid definition

Range

Ellipsoid

Domain

Datum

Example

geosrs:ellipsoid

Property: geosrs:primeMeridian
Table 86. geosrs:primeMeridian

URI

https://w3id.org/geosrs/datum/primeMeridian

Type

owl:ObjectProperty

Definition

The prime meridian used by a geodetic datum. Cf. ISO 19111:2007:2007-07, table 34, association role primeMeridian.

Range

PrimeMeridian

Domain

Datum

Example

geosrs:primeMeridian

Datum Types

Class: geosrs:DynamicGeodeticReferenceFrame
Table 87. geosrs:DynamicGeodeticReferenceFrame

URI

https://w3id.org/geosrs/datum/DynamicGeodeticReferenceFrame

Definition

Geodetic reference frame in which some of the parameters describe time evolution of defining station coordinatesExample: defining station coordinates having linear velocities to account for crustal motion.

Super-classes

GeodeticDatum

Class: geosrs:DynamicVerticalDatum
Table 88. geosrs:DynamicVerticalDatum

URI

https://w3id.org/geosrs/datum/DynamicVerticalDatum

Definition

Vertical reference frame in which some of the defining parameters have time dependencyExample: Defining station heights have velocity to account for post-glacial isostatic rebound motion. Cf. ISO 19111:2019 Geographic information — Referencing by coordinates.

Super-classes

VerticalDatum

Example

geosrs:DynamicVerticalDatum

Class: geosrs:ParametricDatum
Table 89. geosrs:ParametricDatum

URI

https://w3id.org/geosrs/datum/ParametricDatum

Definition

Textual description and/or a set of parameters identifying a particular reference surface used as the origin of a parametric coordinate system, including its position with respect to the Earth. Cf. ISO 19111:2019 Geographic information — Referencing by coordinates.

Super-classes

Datum

Class: geosrs:EngineeringDatum
Table 90. geosrs:EngineeringDatum

URI

https://w3id.org/geosrs/datum/EngineeringDatum

Definition

Definition of the origin and orientation of an engineering coordinate reference systemNote: The origin can be fixed with respect to the Earth (such as a defined point at a construction site), or be a defined point on a moving vehicle (such as on a ship or satellite), or a defined point of an image. Cf. ISO 19111:2019 Geographic information — Referencing by coordinates.

Super-classes

Datum

Class: geosrs:TemporalDatum
Table 91. geosrs:TemporalDatum

URI

https://w3id.org/geosrs/datum/TemporalDatum

Definition

Definition of the relationship of a temporal coordinate system to an objectNote: The object is normally time on the Earth. Cf. ISO 19111:2019 Geographic information — Referencing by coordinates.

Super-classes

Datum

Class: geosrs:DatumEnsemble
Table 92. geosrs:DatumEnsemble

URI

https://w3id.org/geosrs/datum/DatumEnsemble

Definition

A collection of two or more datums (or if geodetic or vertical, a collection of two or more reference frames) that are realizations of one Conventional Reference System and which for all but the highest accuracy requirements may be considered to be insignificantly different from each other. Note: Within the datum ensemble every frame or datum is constrained to be a realization of the same reference system. Cf. ISO 19111:2019 Geographic information — Referencing by coordinates.

Spheroid Properties

Property: geosrs:eccentricity
Table 93. geosrs:eccentricity

URI

https://w3id.org/geosrs/datum/eccentricity

Type

owl:DatatypeProperty

Definition

A measure of how much an ellipse deviates from a perfect circle.

Range

xsd:double

Domain

Ellipsoid

Example

geosrs:eccentricity

Property: geosrs:inverseFlattening
Table 94. geosrs:inverseFlattening

URI

https://w3id.org/geosrs/datum/inverseFlattening

Type

owl:DatatypeProperty

Definition

Indicates the inverse flattening value of an ellipsoid, expressed as a number or a ratio (percentage rate, parts per million, etc.). Cf. ISO 19111:2007:2007-07, table 37, attribute inverse flattening

Range

xsd:double

Domain

Ellipsoid

Example

geosrs:inverseFlattening

Property: geosrs:isSphere
Table 95. geosrs:isSphere

URI

https://w3id.org/geosrs/datum/isSphere

Type

owl:DatatypeProperty

Definition

Indicates whether the ellipsoid is a sphere. Cf. ISO 19111:2007:2007-07, table 37, attribute ellipsoid=sphere indicator.

Range

xsd:boolean

Domain

Ellipsoid

Example

geosrs:isSphere

Property: geosrs:semiMajorAxis
Table 96. geosrs:semiMajorAxis

URI

https://w3id.org/geosrs/datum/semiMajorAxis

Type

owl:DatatypeProperty

Definition

Indicates the length of the semi major axis of an ellipsoid. Cf. ISO 19111:2007:2007-07, table 36, attribute length of semi-major axis.

Range

xsd:double

Domain

Ellipsoid

Example

geosrs:semiMajorAxis

Property: geosrs:semiMinorAxis
Table 97. geosrs:semiMinorAxis

URI

https://w3id.org/geosrs/datum/semiMinorAxis

Type

owl:DatatypeProperty

Definition

Indicates the length of the semi minor axis of an ellipsoid. Cf. ISO 19111:2007:2007-07, table 37, attribute length of semi-minor axis.

Range

xsd:double

Domain

Ellipsoid

Example

geosrs:semiMinorAxis

Spheroid Types

Class: geosrs:TriaxialEllipsoid
Table 98. geosrs:TriaxialEllipsoid

URI

https://w3id.org/geosrs/datum/TriaxialEllipsoid

Definition

Surface of an analytic ellipsoid defined by three axes of different length. Also referred as scalene ellipsoid.

SRS Application Module

This clause establishes the SRSAPP Requirements class, with IRI /req/srsapp, which has a corresponding Conformance Class, SRSAPP, with IRI /conf/srsapp.

Map Types

Class: geosrs:CadastreMap
Table 99. geosrs:CadastreMap

URI

https://w3id.org/geosrs/application/CadastreMap

Definition

A map displaying a cadastre.

Super-classes

SRSApplication

Example

geosrs:CadastreMap

Class: geosrs:NauticalChart
Table 100. geosrs:NauticalChart

URI

https://w3id.org/geosrs/application/NauticalChart

Definition

A graphic representation of a sea area and adjacent coastal regions.

Super-classes

SRSApplication

Class: geosrs:ThematicMap
Table 101. geosrs:ThematicMap

URI

https://w3id.org/geosrs/application/ThematicMap

Definition

A map used to highlight a specific phenomenon.

Super-classes

SRSApplication

Class: geosrs:TopographicMap
Table 102. geosrs:TopographicMap

URI

https://w3id.org/geosrs/application/TopographicMap

Definition

A type of map characterized by large-scale detail and quantitative representation of relief.

Super-classes

SRSApplication

Example

geosrs:TopographicMap

Class: geosrs:WeatherMap
Table 103. geosrs:WeatherMap

URI

https://w3id.org/geosrs/application/WeatherMap

Definition

A map for showing the local direction in which weather systems are moving.

Super-classes

SRSApplication

SRS Application Types

Class: geosrs:SRSApplication
Table 104. geosrs:SRSApplication

URI

https://w3id.org/geosrs/application/SRSApplication

Definition

An application for which a spatial reference system is used.

Class: geosrs:SpatialReferencing
Table 105. geosrs:SpatialReferencing

URI

https://w3id.org/geosrs/application/SpatialReferencing

Super-classes

SRSApplication

Class: geosrs:EngineeringSurvey
Table 106. geosrs:EngineeringSurvey

URI

https://w3id.org/geosrs/application/EngineeringSurvey

Super-classes

SRSApplication

Example

geosrs:EngineeringSurvey

Class: geosrs:SatelliteSurvey
Table 107. geosrs:SatelliteSurvey

URI

https://w3id.org/geosrs/application/SatelliteSurvey

Super-classes

SRSApplication

Class: geosrs:SatelliteNavigation
Table 108. geosrs:SatelliteNavigation

URI

https://w3id.org/geosrs/application/SatelliteNavigation

Super-classes

SRSApplication

Class: geosrs:CoastalHydrography
Table 109. geosrs:CoastalHydrography

URI

https://w3id.org/geosrs/application/CoastalHydrography

Super-classes

SRSApplication

Example

geosrs:CoastalHydrography

Class: geosrs:OffshoreEngineering
Table 110. geosrs:OffshoreEngineering

URI

https://w3id.org/geosrs/application/OffshoreEngineering

Super-classes

SRSApplication

Example

geosrs:OffshoreEngineering

Class: geosrs:Hydrography
Table 111. geosrs:Hydrography

URI

https://w3id.org/geosrs/application/Hydrography

Super-classes

SRSApplication

Example

geosrs:Hydrography

Class: geosrs:Drilling
Table 112. geosrs:Drilling

URI

https://w3id.org/geosrs/application/Drilling

Super-classes

SRSApplication

Example

geosrs:Drilling

Class: geosrs:OilAndGasExploration
Table 113. geosrs:OilAndGasExploration

URI

https://w3id.org/geosrs/application/OilAndGasExploration

Super-classes

SRSApplication

Projections Module

This clause establishes the PROJ Requirements class, with IRI /req/proj, which has a corresponding Conformance Class, PROJ, with IRI /conf/proj.

Archaic Projections

Class: geosrs:ArchaicProjection
Table 114. geosrs:ArchaicProjection

URI

https://w3id.org/geosrs/projection/ArchaicProjection

Class: geosrs:PtolemyIProjection
Table 115. geosrs:PtolemyIProjection

URI

https://w3id.org/geosrs/projection/PtolemyIProjection

Super-classes

ArchaicProjection

Azimuthal Projections

Class: geosrs:AzimuthalProjection
Table 116. geosrs:AzimuthalProjection

URI

https://w3id.org/geosrs/projection/AzimuthalProjection

Class: geosrs:BreusingGeometricProjection
Table 117. geosrs:BreusingGeometricProjection

URI

https://w3id.org/geosrs/projection/BreusingGeometricProjection

Super-classes

AzimuthalProjection

Class: geosrs:BreusingHarmonicProjection
Table 118. geosrs:BreusingHarmonicProjection

URI

https://w3id.org/geosrs/projection/BreusingHarmonicProjection

Super-classes

AzimuthalProjection

Class: geosrs:GinzburgIIProjection
Table 119. geosrs:GinzburgIIProjection

URI

https://w3id.org/geosrs/projection/GinzburgIIProjection

Super-classes

AzimuthalProjection

Class: geosrs:GinzburgIProjection
Table 120. geosrs:GinzburgIProjection

URI

https://w3id.org/geosrs/projection/GinzburgIProjection

Super-classes

AzimuthalProjection

Class: geosrs:GnomonicProjection
Table 121. geosrs:GnomonicProjection

URI

https://w3id.org/geosrs/projection/GnomonicProjection

Super-classes

AzimuthalProjection

Class: geosrs:JamesAzimuthalProjection
Table 122. geosrs:JamesAzimuthalProjection

URI

https://w3id.org/geosrs/projection/JamesAzimuthalProjection

Super-classes

AzimuthalProjection

Compromise Projections

Class: geosrs:ArmadilloProjection
Table 123. geosrs:ArmadilloProjection

URI

https://w3id.org/geosrs/projection/ArmadilloProjection

Super-classes

CompromiseProjection

Class: geosrs:BakerDinomicProjection
Table 124. geosrs:BakerDinomicProjection

URI

https://w3id.org/geosrs/projection/BakerDinomicProjection

Super-classes

CompromiseProjection

Class: geosrs:BertinProjection
Table 125. geosrs:BertinProjection

URI

https://w3id.org/geosrs/projection/BertinProjection

Super-classes

CompromiseProjection

Class: geosrs:ChamberlinTrimetricProjection
Table 126. geosrs:ChamberlinTrimetricProjection

URI

https://w3id.org/geosrs/projection/ChamberlinTrimetricProjection

Super-classes

CompromiseProjection

Class: geosrs:DenoyerSemiEllipticalProjection
Table 127. geosrs:DenoyerSemiEllipticalProjection

URI

https://w3id.org/geosrs/projection/DenoyerSemiEllipticalProjection

Super-classes

CompromiseProjection

Class: geosrs:FairgrieveProjection
Table 128. geosrs:FairgrieveProjection

URI

https://w3id.org/geosrs/projection/FairgrieveProjection

Super-classes

CompromiseProjection

Class: geosrs:LarriveeProjection
Table 129. geosrs:LarriveeProjection

URI

https://w3id.org/geosrs/projection/LarriveeProjection

Super-classes

CompromiseProjection

Class: geosrs:PetermannStarProjection
Table 130. geosrs:PetermannStarProjection

URI

https://w3id.org/geosrs/projection/PetermannStarProjection

Super-classes

CompromiseProjection

Class: geosrs:SpilhausOceanicProjection
Table 131. geosrs:SpilhausOceanicProjection

URI

https://w3id.org/geosrs/projection/SpilhausOceanicProjection

Super-classes

CompromiseProjection

Class: geosrs:VanDerGrintenIIIProjection
Table 132. geosrs:VanDerGrintenIIIProjection

URI

https://w3id.org/geosrs/projection/VanDerGrintenIIIProjection

Super-classes

CompromiseProjection

Class: geosrs:WinkelIIProjection
Table 133. geosrs:WinkelIIProjection

URI

https://w3id.org/geosrs/projection/WinkelIIProjection

Super-classes

CompromiseProjection

Class: geosrs:WinkelIProjection
Table 134. geosrs:WinkelIProjection

URI

https://w3id.org/geosrs/projection/WinkelIProjection

Super-classes

CompromiseProjection

Class: geosrs:WinkelSnyderProjection
Table 135. geosrs:WinkelSnyderProjection

URI

https://w3id.org/geosrs/projection/WinkelSnyderProjection

Super-classes

CompromiseProjection

Conformal Projections

Class: geosrs:AdamsProjection
Table 136. geosrs:AdamsProjection

URI

https://w3id.org/geosrs/projection/AdamsProjection

Super-classes

ConformalProjection

Class: geosrs:AdamsWorldInASquareIIProjection
Table 137. geosrs:AdamsWorldInASquareIIProjection

URI

https://w3id.org/geosrs/projection/AdamsWorldInASquareIIProjection

Super-classes

ConformalProjection

Class: geosrs:AdamsWorldInASquareIProjection
Table 138. geosrs:AdamsWorldInASquareIProjection

URI

https://w3id.org/geosrs/projection/AdamsWorldInASquareIProjection

Super-classes

ConformalProjection

Class: geosrs:AugustEpicycloidalProjection
Table 139. geosrs:AugustEpicycloidalProjection

URI

https://w3id.org/geosrs/projection/AugustEpicycloidalProjection

Definition

A projection in which every angle between two curves that crosss each other on a celestical body is preserved in the image of the projection

Super-classes

ConformalProjection

Class: geosrs:CoxConformalProjection
Table 140. geosrs:CoxConformalProjection

URI

https://w3id.org/geosrs/projection/CoxConformalProjection

Super-classes

ConformalProjection

Class: geosrs:EisenlohrProjection
Table 141. geosrs:EisenlohrProjection

URI

https://w3id.org/geosrs/projection/EisenlohrProjection

Super-classes

ConformalProjection

Class: geosrs:GS50Projection
Table 142. geosrs:GS50Projection

URI

https://w3id.org/geosrs/projection/GS50Projection

Super-classes

ConformalProjection

Class: geosrs:PeirceQuincuncialProjection
Table 143. geosrs:PeirceQuincuncialProjection

URI

https://w3id.org/geosrs/projection/PeirceQuincuncialProjection

Super-classes

ConformalProjection

Class: geosrs:StereographicProjection
Table 144. geosrs:StereographicProjection

URI

https://w3id.org/geosrs/projection/StereographicProjection

Super-classes

ConformalProjection

Example

geosrs:StereographicProjection

Conical Projections

Class: geosrs:BipolarObliqueConicConformalProjection
Table 145. geosrs:BipolarObliqueConicConformalProjection

URI

https://w3id.org/geosrs/projection/BipolarObliqueConicConformalProjection

Super-classes

ConicalProjection

Class: geosrs:CentralConicProjection
Table 146. geosrs:CentralConicProjection

URI

https://w3id.org/geosrs/projection/CentralConicProjection

Super-classes

ConicalProjection

Class: geosrs:HerschelConformalConicProjection
Table 147. geosrs:HerschelConformalConicProjection

URI

https://w3id.org/geosrs/projection/HerschelConformalConicProjection

Super-classes

ConicalProjection

Class: geosrs:Krovak
Table 148. geosrs:Krovak

URI

https://w3id.org/geosrs/projection/Krovak

Super-classes

ConicalProjection

Example

geosrs:Krovak

Class: geosrs:LambertConformalConicProjection
Table 149. geosrs:LambertConformalConicProjection

URI

https://w3id.org/geosrs/projection/LambertConformalConicProjection

Super-classes

ConicalProjection

Class: geosrs:MurdochIIIProjection
Table 150. geosrs:MurdochIIIProjection

URI

https://w3id.org/geosrs/projection/MurdochIIIProjection

Super-classes

ConicalProjection

Class: geosrs:MurdochIIProjection
Table 151. geosrs:MurdochIIProjection

URI

https://w3id.org/geosrs/projection/MurdochIIProjection

Super-classes

ConicalProjection

Class: geosrs:MurdochIProjection
Table 152. geosrs:MurdochIProjection

URI

https://w3id.org/geosrs/projection/MurdochIProjection

Super-classes

ConicalProjection

Class: geosrs:SchjerningIProjection
Table 153. geosrs:SchjerningIProjection

URI

https://w3id.org/geosrs/projection/SchjerningIProjection

Super-classes

ConicalProjection

Class: geosrs:VitkovskyIProjection
Table 154. geosrs:VitkovskyIProjection

URI

https://w3id.org/geosrs/projection/VitkovskyIProjection

Super-classes

ConicalProjection

Cylindrical Projections

Class: geosrs:ArdenCloseProjection
Table 155. geosrs:ArdenCloseProjection

URI

https://w3id.org/geosrs/projection/ArdenCloseProjection

Super-classes

CylindricalProjection

Class: geosrs:BSAMCylindricalProjection
Table 156. geosrs:BSAMCylindricalProjection

URI

https://w3id.org/geosrs/projection/BSAMCylindricalProjection

Super-classes

CylindricalStereographicProjection

Class: geosrs:BalthasartProjection
Table 157. geosrs:BalthasartProjection

URI

https://w3id.org/geosrs/projection/BalthasartProjection

Definition

A cylindrical equal-area projection that uses a standard parallel of phi_s=50 degrees

Super-classes

CylindricalEqualArea

Class: geosrs:BehrmannProjection
Table 158. geosrs:BehrmannProjection

URI

https://w3id.org/geosrs/projection/BehrmannProjection

Definition

A cylindrical equal-area map projection with standard parallels set at 30° north and south

Super-classes

CylindricalEqualArea

Class: geosrs:BraunPerspectiveProjection
Table 159. geosrs:BraunPerspectiveProjection

URI

https://w3id.org/geosrs/projection/BraunPerspectiveProjection

Super-classes

CylindricalProjection

Class: geosrs:BraunStereographicProjection
Table 160. geosrs:BraunStereographicProjection

URI

https://w3id.org/geosrs/projection/BraunStereographicProjection

Super-classes

CylindricalStereographicProjection

Class: geosrs:CompactMillerProjection
Table 161. geosrs:CompactMillerProjection

URI

https://w3id.org/geosrs/projection/CompactMillerProjection

Super-classes

CylindricalProjection

Class: geosrs:CylindricalProjection
Table 162. geosrs:CylindricalProjection

URI

https://w3id.org/geosrs/projection/CylindricalProjection

Class: geosrs:CylindricalStereographicProjection
Table 163. geosrs:CylindricalStereographicProjection

URI

https://w3id.org/geosrs/projection/CylindricalStereographicProjection

Super-classes

CylindricalProjection

Class: geosrs:KarchenkoShabanovaProjection
Table 164. geosrs:KarchenkoShabanovaProjection

URI

https://w3id.org/geosrs/projection/KarchenkoShabanovaProjection

Super-classes

CylindricalProjection

Class: geosrs:LabordeProjection
Table 165. geosrs:LabordeProjection

URI

https://w3id.org/geosrs/projection/LabordeProjection

Super-classes

CylindricalProjection

Example

geosrs:LabordeProjection

Class: geosrs:MercatorProjection
Table 166. geosrs:MercatorProjection

URI

https://w3id.org/geosrs/projection/MercatorProjection

Super-classes

CylindricalProjection

Example

geosrs:MercatorProjection

Class: geosrs:MillerProjection
Table 167. geosrs:MillerProjection

URI

https://w3id.org/geosrs/projection/MillerProjection

Super-classes

CylindricalProjection

Class: geosrs:PattersonCylindricalProjection
Table 168. geosrs:PattersonCylindricalProjection

URI

https://w3id.org/geosrs/projection/PattersonCylindricalProjection

Super-classes

CylindricalProjection

Class: geosrs:PavlovProjection
Table 169. geosrs:PavlovProjection

URI

https://w3id.org/geosrs/projection/PavlovProjection

Super-classes

CylindricalProjection

Class: geosrs:ToblerCylindricalIIProjection
Table 170. geosrs:ToblerCylindricalIIProjection

URI

https://w3id.org/geosrs/projection/ToblerCylindricalIIProjection

Super-classes

CylindricalProjection

Class: geosrs:ToblerCylindricalIProjection
Table 171. geosrs:ToblerCylindricalIProjection

URI

https://w3id.org/geosrs/projection/ToblerCylindricalIProjection

Super-classes

CylindricalProjection

Class: geosrs:TransverseMercatorProjection
Table 172. geosrs:TransverseMercatorProjection

URI

https://w3id.org/geosrs/projection/TransverseMercatorProjection

Super-classes

MercatorProjection

Class: geosrs:UrmayevIIIProjection
Table 173. geosrs:UrmayevIIIProjection

URI

https://w3id.org/geosrs/projection/UrmayevIIIProjection

Super-classes

CylindricalProjection

Class: geosrs:WebMercatorProjection
Table 174. geosrs:WebMercatorProjection

URI

https://w3id.org/geosrs/projection/WebMercatorProjection

Super-classes

CylindricalProjection

Equal Area Projections

Class: geosrs:AlbersEqualAreaProjection
Table 175. geosrs:AlbersEqualAreaProjection

URI

https://w3id.org/geosrs/projection/AlbersEqualAreaProjection

Super-classes

EqualAreaProjection

Example

geosrs:AlbersEqualAreaProjection

Class: geosrs:AzimuthalEqualAreaProjection
Table 176. geosrs:AzimuthalEqualAreaProjection

URI

https://w3id.org/geosrs/projection/AzimuthalEqualAreaProjection

Super-classes

EqualAreaProjection

Class: geosrs:CylindricalEqualArea
Table 177. geosrs:CylindricalEqualArea

URI

https://w3id.org/geosrs/projection/CylindricalEqualArea

Super-classes

EqualAreaProjection

Example

geosrs:CylindricalEqualArea

Class: geosrs:EqualAreaProjection
Table 178. geosrs:EqualAreaProjection

URI

https://w3id.org/geosrs/projection/EqualAreaProjection

Class: geosrs:GallPetersProjection
Table 179. geosrs:GallPetersProjection

URI

https://w3id.org/geosrs/projection/GallPetersProjection

Super-classes

EqualAreaProjection

Class: geosrs:HoboDyerProjection
Table 180. geosrs:HoboDyerProjection

URI

https://w3id.org/geosrs/projection/HoboDyerProjection

Super-classes

EqualAreaProjection

Class: geosrs:LambertAzimuthalEqualArea
Table 181. geosrs:LambertAzimuthalEqualArea

URI

https://w3id.org/geosrs/projection/LambertAzimuthalEqualArea

Super-classes

EqualAreaProjection

Class: geosrs:LambertCylindricalEqualAreaProjection
Table 182. geosrs:LambertCylindricalEqualAreaProjection

URI

https://w3id.org/geosrs/projection/LambertCylindricalEqualAreaProjection

Super-classes

CylindricalEqualArea

Class: geosrs:ObliqueCylindricalEqualAreaProjection
Table 183. geosrs:ObliqueCylindricalEqualAreaProjection

URI

https://w3id.org/geosrs/projection/ObliqueCylindricalEqualAreaProjection

Super-classes

CylindricalEqualArea

Class: geosrs:SlideAndDiceParallelSmallCircle
Table 184. geosrs:SlideAndDiceParallelSmallCircle

URI

https://w3id.org/geosrs/projection/SlideAndDiceParallelSmallCircle

Definition

The Parallel Small Circle version of the equa-area projection method defined for polyhedral globes by van Leeuwen and Strebe. van Leeuwen, D., & Strebe, D. (2006). A “Slice-and-Dice” Approach to Area Equivalence in Polyhedral Map Projections. Cartography and Geographic Information Science, 33(4), 269–286.

Super-classes

EqualAreaProjection

Class: geosrs:SliceAndDiceVertexGreatCircle
Table 185. geosrs:SliceAndDiceVertexGreatCircle

URI

https://w3id.org/geosrs/projection/SliceAndDiceVertexGreatCircle

Definition

The Vertex-oriented Great Circle version of the equa-area projection method defined for polyhedral globes by van Leeuwen and Strebe. van Leeuwen, D., & Strebe, D. (2006). A “Slice-and-Dice” Approach to Area Equivalence in Polyhedral Map Projections. Cartography and Geographic Information Science, 33(4), 269–286.

Super-classes

EqualAreaProjection

Class: geosrs:SmythEqualSurfaceProjection
Table 186. geosrs:SmythEqualSurfaceProjection

URI

https://w3id.org/geosrs/projection/SmythEqualSurfaceProjection

Super-classes

CylindricalEqualArea

Class: geosrs:SnyderEqualArea
Table 187. geosrs:SnyderEqualArea

URI

https://w3id.org/geosrs/projection/SnyderEqualArea

Definition

Equal area projection for polyhedral globes, used frequently in Discrete Global Grid Systems. Snyder, J.P. (1992). "An Equal-Area Map Projection for Polyhedral Globes". Cartographica. 29 (1): 10–21

Super-classes

EqualAreaProjection

Class: geosrs:ToblerWorldInASquareProjection
Table 188. geosrs:ToblerWorldInASquareProjection

URI

https://w3id.org/geosrs/projection/ToblerWorldInASquareProjection

Super-classes

CylindricalEqualArea

Class: geosrs:TransverseCylindricalEqualAreaProjection
Table 189. geosrs:TransverseCylindricalEqualAreaProjection

URI

https://w3id.org/geosrs/projection/TransverseCylindricalEqualAreaProjection

Super-classes

CylindricalEqualArea

Class: geosrs:TrystanEdwardsProjection
Table 190. geosrs:TrystanEdwardsProjection

URI

https://w3id.org/geosrs/projection/TrystanEdwardsProjection

Super-classes

EqualAreaProjection

Class: geosrs:WiechelProjection
Table 191. geosrs:WiechelProjection

URI

https://w3id.org/geosrs/projection/WiechelProjection

Super-classes

EqualAreaProjection

Equidistant Projections

Class: geosrs:AzimuthalEquidistantProjection
Table 192. geosrs:AzimuthalEquidistantProjection

URI

https://w3id.org/geosrs/projection/AzimuthalEquidistantProjection

Super-classes

EquidistantProjection

Example

geosrs:AzimuthalEquidistantProjection

Class: geosrs:BerghausStarProjection
Table 193. geosrs:BerghausStarProjection

URI

https://w3id.org/geosrs/projection/BerghausStarProjection

Super-classes

EquidistantProjection

Class: geosrs:CassiniProjection
Table 194. geosrs:CassiniProjection

URI

https://w3id.org/geosrs/projection/CassiniProjection

Definition

A map projection first described in an approximate form by César-François Cassini de Thury in 1745

Super-classes

EquidistantProjection

Example

geosrs:CassiniProjection

Class: geosrs:EquidistantConicProjection
Table 195. geosrs:EquidistantConicProjection

URI

https://w3id.org/geosrs/projection/EquidistantConicProjection

Super-classes

EquidistantProjection

Class: geosrs:EquidistantCylindricalProjection
Table 196. geosrs:EquidistantCylindricalProjection

URI

https://w3id.org/geosrs/projection/EquidistantCylindricalProjection

Super-classes

EquidistantProjection

Example

geosrs:EquidistantCylindricalProjection

Class: geosrs:EquidistantProjection
Table 197. geosrs:EquidistantProjection

URI

https://w3id.org/geosrs/projection/EquidistantProjection

Class: geosrs:EquirectangularProjection
Table 198. geosrs:EquirectangularProjection

URI

https://w3id.org/geosrs/projection/EquirectangularProjection

Super-classes

EquidistantProjection

Class: geosrs:ObliquePlateCarreeProjection
Table 199. geosrs:ObliquePlateCarreeProjection

URI

https://w3id.org/geosrs/projection/ObliquePlateCarreeProjection

Super-classes

EquidistantProjection

Class: geosrs:PlateCarreeProjection
Table 200. geosrs:PlateCarreeProjection

URI

https://w3id.org/geosrs/projection/PlateCarreeProjection

Super-classes

EquidistantProjection

Class: geosrs:TwoPointEquidistantProjection
Table 201. geosrs:TwoPointEquidistantProjection

URI

https://w3id.org/geosrs/projection/TwoPointEquidistantProjection

Super-classes

EquidistantProjection

Globular Projections

Class: geosrs:ApianGlobularIProjection
Table 202. geosrs:ApianGlobularIProjection

URI

https://w3id.org/geosrs/projection/ApianGlobularIProjection

Super-classes

GlobularProjection

Class: geosrs:BaconGlobularProjection
Table 203. geosrs:BaconGlobularProjection

URI

https://w3id.org/geosrs/projection/BaconGlobularProjection

Super-classes

GlobularProjection

Class: geosrs:FournierGlobularIProjection
Table 204. geosrs:FournierGlobularIProjection

URI

https://w3id.org/geosrs/projection/FournierGlobularIProjection

Super-classes

GlobularProjection

Lenticular Projections

Class: geosrs:A4Projection
Table 205. geosrs:A4Projection

URI

https://w3id.org/geosrs/projection/A4Projection

Super-classes

LenticularProjection

Class: geosrs:BriesemeisterProjection
Table 206. geosrs:BriesemeisterProjection

URI

https://w3id.org/geosrs/projection/BriesemeisterProjection

Super-classes

LenticularProjection

Class: geosrs:CiricIProjection
Table 207. geosrs:CiricIProjection

URI

https://w3id.org/geosrs/projection/CiricIProjection

Super-classes

LenticularProjection

Class: geosrs:CupolaProjection
Table 208. geosrs:CupolaProjection

URI

https://w3id.org/geosrs/projection/CupolaProjection

Super-classes

LenticularProjection

Class: geosrs:DedistortProjection
Table 209. geosrs:DedistortProjection

URI

https://w3id.org/geosrs/projection/DedistortProjection

Super-classes

LenticularProjection

Class: geosrs:DietrichKitadaProjection
Table 210. geosrs:DietrichKitadaProjection

URI

https://w3id.org/geosrs/projection/DietrichKitadaProjection

Super-classes

LenticularProjection

Class: geosrs:FranculaIIIProjection
Table 211. geosrs:FranculaIIIProjection

URI

https://w3id.org/geosrs/projection/FranculaIIIProjection

Super-classes

LenticularProjection

Class: geosrs:FranculaIVProjection
Table 212. geosrs:FranculaIVProjection

URI

https://w3id.org/geosrs/projection/FranculaIVProjection

Super-classes

LenticularProjection

Class: geosrs:FranculaIXProjection
Table 213. geosrs:FranculaIXProjection

URI

https://w3id.org/geosrs/projection/FranculaIXProjection

Super-classes

LenticularProjection

Class: geosrs:FranculaVIIIProjection
Table 214. geosrs:FranculaVIIIProjection

URI

https://w3id.org/geosrs/projection/FranculaVIIIProjection

Super-classes

LenticularProjection

Class: geosrs:FranculaVProjection
Table 215. geosrs:FranculaVProjection

URI

https://w3id.org/geosrs/projection/FranculaVProjection

Super-classes

LenticularProjection

Class: geosrs:FranculaXIIIProjection
Table 216. geosrs:FranculaXIIIProjection

URI

https://w3id.org/geosrs/projection/FranculaXIIIProjection

Super-classes

LenticularProjection

Class: geosrs:FranculaXIIProjection
Table 217. geosrs:FranculaXIIProjection

URI

https://w3id.org/geosrs/projection/FranculaXIIProjection

Super-classes

LenticularProjection

Class: geosrs:FranculaXIVProjection
Table 218. geosrs:FranculaXIVProjection

URI

https://w3id.org/geosrs/projection/FranculaXIVProjection

Super-classes

LenticularProjection

Class: geosrs:HamusoidalProjection
Table 219. geosrs:HamusoidalProjection

URI

https://w3id.org/geosrs/projection/HamusoidalProjection

Super-classes

LenticularProjection

Class: geosrs:KissProjection
Table 220. geosrs:KissProjection

URI

https://w3id.org/geosrs/projection/KissProjection

Super-classes

LenticularProjection

Minimum Error Projections

Class: geosrs:AiryProjection
Table 221. geosrs:AiryProjection

URI

https://w3id.org/geosrs/projection/AiryProjection

Definition

An azimuthal minimum error projection for the region within the small or great circle defined by an angular distance, from the tangency point of the plane

Super-classes

MinimumErrorProjection

Example

geosrs:AiryProjection

Perspective Projections

Class: geosrs:CentralCylindricalProjection
Table 222. geosrs:CentralCylindricalProjection

URI

https://w3id.org/geosrs/projection/CentralCylindricalProjection

Super-classes

PerspectiveProjection

Example

geosrs:CentralCylindricalProjection

Class: geosrs:GeneralVerticalPerspectiveProjection
Table 223. geosrs:GeneralVerticalPerspectiveProjection

URI

https://w3id.org/geosrs/projection/GeneralVerticalPerspectiveProjection

Super-classes

PerspectiveProjection

Class: geosrs:GilbertTwoWorldPerspectiveProjection
Table 224. geosrs:GilbertTwoWorldPerspectiveProjection

URI

https://w3id.org/geosrs/projection/GilbertTwoWorldPerspectiveProjection

Super-classes

PerspectiveProjection

Class: geosrs:LaHireProjection
Table 225. geosrs:LaHireProjection

URI

https://w3id.org/geosrs/projection/LaHireProjection

Super-classes

PerspectiveProjection

Class: geosrs:LorgnaProjection
Table 226. geosrs:LorgnaProjection

URI

https://w3id.org/geosrs/projection/LorgnaProjection

Super-classes

PerspectiveProjection

Class: geosrs:LowryProjection
Table 227. geosrs:LowryProjection

URI

https://w3id.org/geosrs/projection/LowryProjection

Super-classes

PerspectiveProjection

Class: geosrs:OrthographicProjection
Table 228. geosrs:OrthographicProjection

URI

https://w3id.org/geosrs/projection/OrthographicProjection

Super-classes

PerspectiveProjection

Class: geosrs:PerspectiveConicProjection
Table 229. geosrs:PerspectiveConicProjection

URI

https://w3id.org/geosrs/projection/PerspectiveConicProjection

Super-classes

PerspectiveProjection

Class: geosrs:PerspectiveProjection
Table 230. geosrs:PerspectiveProjection

URI

https://w3id.org/geosrs/projection/PerspectiveProjection

Class: geosrs:TiltedPerspectiveProjection
Table 231. geosrs:TiltedPerspectiveProjection

URI

https://w3id.org/geosrs/projection/TiltedPerspectiveProjection

Super-classes

PerspectiveProjection

Class: geosrs:VerticalPerspectiveProjection
Table 232. geosrs:VerticalPerspectiveProjection

URI

https://w3id.org/geosrs/projection/VerticalPerspectiveProjection

Super-classes

PerspectiveProjection

Polyconic Projections

Class: geosrs:GinzburgIVProjection
Table 233. geosrs:GinzburgIVProjection

URI

https://w3id.org/geosrs/projection/GinzburgIVProjection

Super-classes

PolyconicProjection

Class: geosrs:GinzburgIXProjection
Table 234. geosrs:GinzburgIXProjection

URI

https://w3id.org/geosrs/projection/GinzburgIXProjection

Super-classes

PolyconicProjection

Class: geosrs:GinzburgVIProjection
Table 235. geosrs:GinzburgVIProjection

URI

https://w3id.org/geosrs/projection/GinzburgVIProjection

Super-classes

PolyconicProjection

Class: geosrs:GinzburgVProjection
Table 236. geosrs:GinzburgVProjection

URI

https://w3id.org/geosrs/projection/GinzburgVProjection

Super-classes

PolyconicProjection

Class: geosrs:GottWagnerProjection
Table 237. geosrs:GottWagnerProjection

URI

https://w3id.org/geosrs/projection/GottWagnerProjection

Super-classes

PolyconicProjection

Class: geosrs:HillEucyclicProjection
Table 238. geosrs:HillEucyclicProjection

URI

https://w3id.org/geosrs/projection/HillEucyclicProjection

Super-classes

PolyconicProjection

Class: geosrs:LagrangeProjection
Table 239. geosrs:LagrangeProjection

URI

https://w3id.org/geosrs/projection/LagrangeProjection

Super-classes

PolyconicProjection

Class: geosrs:LaskowskiProjection
Table 240. geosrs:LaskowskiProjection

URI

https://w3id.org/geosrs/projection/LaskowskiProjection

Super-classes

PolyconicProjection

Class: geosrs:PolyconicProjection
Table 241. geosrs:PolyconicProjection

URI

https://w3id.org/geosrs/projection/PolyconicProjection

Class: geosrs:RectangularPolyconicProjection
Table 242. geosrs:RectangularPolyconicProjection

URI

https://w3id.org/geosrs/projection/RectangularPolyconicProjection

Super-classes

PolyconicProjection

Class: geosrs:StabiusWernerIIIProjection
Table 243. geosrs:StabiusWernerIIIProjection

URI

https://w3id.org/geosrs/projection/StabiusWernerIIIProjection

Super-classes

PolyconicProjection

Class: geosrs:StabiusWernerIProjection
Table 244. geosrs:StabiusWernerIProjection

URI

https://w3id.org/geosrs/projection/StabiusWernerIProjection

Super-classes

PolyconicProjection

Class: geosrs:VanDerGrintenIIProjection
Table 245. geosrs:VanDerGrintenIIProjection

URI

https://w3id.org/geosrs/projection/VanDerGrintenIIProjection

Super-classes

PolyconicProjection

Class: geosrs:VanDerGrintenIProjection
Table 246. geosrs:VanDerGrintenIProjection

URI

https://w3id.org/geosrs/projection/VanDerGrintenIProjection

Super-classes

PolyconicProjection

Class: geosrs:VanDerGrintenIVProjection
Table 247. geosrs:VanDerGrintenIVProjection

URI

https://w3id.org/geosrs/projection/VanDerGrintenIVProjection

Super-classes

PolyconicProjection

Class: geosrs:WagnerIXProjection
Table 248. geosrs:WagnerIXProjection

URI

https://w3id.org/geosrs/projection/WagnerIXProjection

Super-classes

PolyconicProjection

Class: geosrs:WagnerVIIIProjection
Table 249. geosrs:WagnerVIIIProjection

URI

https://w3id.org/geosrs/projection/WagnerVIIIProjection

Super-classes

PolyconicProjection

Class: geosrs:WagnerVIIProjection
Table 250. geosrs:WagnerVIIProjection

URI

https://w3id.org/geosrs/projection/WagnerVIIProjection

Super-classes

PolyconicProjection

Polyhedral Projections

Class: geosrs:AuthaGraphProjection
Table 251. geosrs:AuthaGraphProjection

URI

https://w3id.org/geosrs/projection/AuthaGraphProjection

Super-classes

PolyhedralProjection

Class: geosrs:CahillKeyesProjection
Table 252. geosrs:CahillKeyesProjection

URI

https://w3id.org/geosrs/projection/CahillKeyesProjection

Super-classes

PolyhedralProjection

Class: geosrs:CollignonButterflyProjection
Table 253. geosrs:CollignonButterflyProjection

URI

https://w3id.org/geosrs/projection/CollignonButterflyProjection

Super-classes

PolyhedralProjection

Class: geosrs:DodecahedralProjection
Table 254. geosrs:DodecahedralProjection

URI

https://w3id.org/geosrs/projection/DodecahedralProjection

Super-classes

PolyhedralProjection

Class: geosrs:DymaxionProjection
Table 255. geosrs:DymaxionProjection

URI

https://w3id.org/geosrs/projection/DymaxionProjection

Super-classes

PolyhedralProjection

Class: geosrs:GnomonicButterflyProjection
Table 256. geosrs:GnomonicButterflyProjection

URI

https://w3id.org/geosrs/projection/GnomonicButterflyProjection

Super-classes

PolyhedralProjection

Class: geosrs:GnomonicCubedSphereProjection
Table 257. geosrs:GnomonicCubedSphereProjection

URI

https://w3id.org/geosrs/projection/GnomonicCubedSphereProjection

Super-classes

PolyhedralProjection

Class: geosrs:GnomonicIcosahedronProjection
Table 258. geosrs:GnomonicIcosahedronProjection

URI

https://w3id.org/geosrs/projection/GnomonicIcosahedronProjection

Super-classes

PolyhedralProjection

Class: geosrs:GuyouProjection
Table 259. geosrs:GuyouProjection

URI

https://w3id.org/geosrs/projection/GuyouProjection

Super-classes

PolyhedralProjection

Class: geosrs:IcosahedralProjection
Table 260. geosrs:IcosahedralProjection

URI

https://w3id.org/geosrs/projection/IcosahedralProjection

Super-classes

PolyhedralProjection

Class: geosrs:LeeProjection
Table 261. geosrs:LeeProjection

URI

https://w3id.org/geosrs/projection/LeeProjection

Super-classes

PolyhedralProjection

Class: geosrs:MyrahedalProjection
Table 262. geosrs:MyrahedalProjection

URI

https://w3id.org/geosrs/projection/MyrahedalProjection

Super-classes

PolyhedralProjection

Class: geosrs:OctantProjection
Table 263. geosrs:OctantProjection

URI

https://w3id.org/geosrs/projection/OctantProjection

Super-classes

PolyhedralProjection

Class: geosrs:PolyhedralProjection
Table 264. geosrs:PolyhedralProjection

URI

https://w3id.org/geosrs/projection/PolyhedralProjection

Class: geosrs:QuadrilateralizedSphericalCubeProjection
Table 265. geosrs:QuadrilateralizedSphericalCubeProjection

URI

https://w3id.org/geosrs/projection/QuadrilateralizedSphericalCubeProjection

Super-classes

PolyhedralProjection

Class: geosrs:WatermanButterflyProjection
Table 266. geosrs:WatermanButterflyProjection

URI

https://w3id.org/geosrs/projection/WatermanButterflyProjection

Super-classes

PolyhedralProjection

Projection

Class: geosrs:Projection
Table 267. geosrs:Projection

URI

https://w3id.org/geosrs/projection/Projection

Super-classes

Conversion

Pseudo Azimuthal Projections

Class: geosrs:AitoffObliqueProjection
Table 268. geosrs:AitoffObliqueProjection

URI

https://w3id.org/geosrs/projection/AitoffObliqueProjection

Super-classes

PseudoAzimuthalProjection

Class: geosrs:AitoffProjection
Table 269. geosrs:AitoffProjection

URI

https://w3id.org/geosrs/projection/AitoffProjection

Definition

A modified azimuthal projection whose graticule takes the form of an ellipse

Super-classes

PseudoAzimuthalProjection

Class: geosrs:BartholomewProjection
Table 270. geosrs:BartholomewProjection

URI

https://w3id.org/geosrs/projection/BartholomewProjection

Super-classes

WinkelTripelProjection

Class: geosrs:HammerProjection
Table 271. geosrs:HammerProjection

URI

https://w3id.org/geosrs/projection/HammerProjection

Super-classes

PseudoAzimuthalProjection

Class: geosrs:PseudoAzimuthalProjection
Table 272. geosrs:PseudoAzimuthalProjection

URI

https://w3id.org/geosrs/projection/PseudoAzimuthalProjection

Class: geosrs:Strebe1995Projection
Table 273. geosrs:Strebe1995Projection

URI

https://w3id.org/geosrs/projection/Strebe1995Projection

Super-classes

PseudoAzimuthalProjection

Class: geosrs:WinkelTripelProjection
Table 274. geosrs:WinkelTripelProjection

URI

https://w3id.org/geosrs/projection/WinkelTripelProjection

Super-classes

PseudoAzimuthalProjection

Pseudo Conical Projections

Class: geosrs:AmericanPolyconicProjection
Table 275. geosrs:AmericanPolyconicProjection

URI

https://w3id.org/geosrs/projection/AmericanPolyconicProjection

Super-classes

PseudoConicalProjection

Example

geosrs:AmericanPolyconicProjection

Class: geosrs:BonneProjection
Table 276. geosrs:BonneProjection

URI

https://w3id.org/geosrs/projection/BonneProjection

Super-classes

PseudoConicalProjection

Class: geosrs:BottomleyProjection
Table 277. geosrs:BottomleyProjection

URI

https://w3id.org/geosrs/projection/BottomleyProjection

Super-classes

PseudoConicalProjection

Class: geosrs:NicolosiGlobularProjection
Table 278. geosrs:NicolosiGlobularProjection

URI

https://w3id.org/geosrs/projection/NicolosiGlobularProjection

Super-classes

PseudoConicalProjection

Class: geosrs:PseudoConicalProjection
Table 279. geosrs:PseudoConicalProjection

URI

https://w3id.org/geosrs/projection/PseudoConicalProjection

Class: geosrs:PtolemyIIProjection
Table 280. geosrs:PtolemyIIProjection

URI

https://w3id.org/geosrs/projection/PtolemyIIProjection

Super-classes

PseudoConicalProjection

Class: geosrs:StabiusWernerIIProjection
Table 281. geosrs:StabiusWernerIIProjection

URI

https://w3id.org/geosrs/projection/StabiusWernerIIProjection

Super-classes

BonneProjection

Class: geosrs:WernerProjection
Table 282. geosrs:WernerProjection

URI

https://w3id.org/geosrs/projection/WernerProjection

Super-classes

PseudoConicalProjection

Pseudo Cylindrical Projections

Class: geosrs:ApianIIProjection
Table 283. geosrs:ApianIIProjection

URI

https://w3id.org/geosrs/projection/ApianIIProjection

Super-classes

PseudoCylindricalProjection

Class: geosrs:AtlantisProjection
Table 284. geosrs:AtlantisProjection

URI

https://w3id.org/geosrs/projection/AtlantisProjection

Super-classes

PseudoCylindricalProjection

Class: geosrs:BaranyiIIIProjection
Table 285. geosrs:BaranyiIIIProjection

URI

https://w3id.org/geosrs/projection/BaranyiIIIProjection

Super-classes

PseudoCylindricalProjection

Class: geosrs:BaranyiIIProjection
Table 286. geosrs:BaranyiIIProjection

URI

https://w3id.org/geosrs/projection/BaranyiIIProjection

Super-classes

PseudoCylindricalProjection

Class: geosrs:BaranyiIProjection
Table 287. geosrs:BaranyiIProjection

URI

https://w3id.org/geosrs/projection/BaranyiIProjection

Super-classes

PseudoCylindricalProjection

Class: geosrs:BaranyiIVProjection
Table 288. geosrs:BaranyiIVProjection

URI

https://w3id.org/geosrs/projection/BaranyiIVProjection

Super-classes

PseudoCylindricalProjection

Class: geosrs:BoggsEumorphicProjection
Table 289. geosrs:BoggsEumorphicProjection

URI

https://w3id.org/geosrs/projection/BoggsEumorphicProjection

Super-classes

PseudoCylindricalProjection

Class: geosrs:BromleyProjection
Table 290. geosrs:BromleyProjection

URI

https://w3id.org/geosrs/projection/BromleyProjection

Super-classes

PseudoCylindricalProjection

Class: geosrs:CabotProjection
Table 291. geosrs:CabotProjection

URI

https://w3id.org/geosrs/projection/CabotProjection

Super-classes

PseudoCylindricalProjection

Class: geosrs:CollignonProjection
Table 292. geosrs:CollignonProjection

URI

https://w3id.org/geosrs/projection/CollignonProjection

Definition

An equal-area pseudocylindrical projection that maps the sphere onto a triangle or diamond

Super-classes

PseudoCylindricalProjection

Class: geosrs:CrasterParabolicProjection
Table 293. geosrs:CrasterParabolicProjection

URI

https://w3id.org/geosrs/projection/CrasterParabolicProjection

Super-classes

PseudoCylindricalProjection

Class: geosrs:DeakinMinimumErrorProjection
Table 294. geosrs:DeakinMinimumErrorProjection

URI

https://w3id.org/geosrs/projection/DeakinMinimumErrorProjection

Super-classes

PseudoCylindricalProjection

Class: geosrs:Eckert1Projection
Table 295. geosrs:Eckert1Projection

URI

https://w3id.org/geosrs/projection/Eckert1Projection

Super-classes

PseudoCylindricalProjection

Class: geosrs:Eckert2Projection
Table 296. geosrs:Eckert2Projection

URI

https://w3id.org/geosrs/projection/Eckert2Projection

Super-classes

PseudoCylindricalProjection

Class: geosrs:Eckert3Projection
Table 297. geosrs:Eckert3Projection

URI

https://w3id.org/geosrs/projection/Eckert3Projection

Super-classes

PseudoCylindricalProjection

Class: geosrs:Eckert4Projection
Table 298. geosrs:Eckert4Projection

URI

https://w3id.org/geosrs/projection/Eckert4Projection

Super-classes

PseudoCylindricalProjection

Class: geosrs:Eckert5Projection
Table 299. geosrs:Eckert5Projection

URI

https://w3id.org/geosrs/projection/Eckert5Projection

Super-classes

PseudoCylindricalProjection

Class: geosrs:Eckert6Projection
Table 300. geosrs:Eckert6Projection

URI

https://w3id.org/geosrs/projection/Eckert6Projection

Super-classes

PseudoCylindricalProjection

Class: geosrs:EqualEarthProjection
Table 301. geosrs:EqualEarthProjection

URI

https://w3id.org/geosrs/projection/EqualEarthProjection

Super-classes

PseudoCylindricalProjection

Example

geosrs:EqualEarthProjection

Class: geosrs:FaheyProjection
Table 302. geosrs:FaheyProjection

URI

https://w3id.org/geosrs/projection/FaheyProjection

Super-classes

PseudoCylindricalProjection

Class: geosrs:FoucautProjection
Table 303. geosrs:FoucautProjection

URI

https://w3id.org/geosrs/projection/FoucautProjection

Super-classes

PseudoCylindricalProjection

Class: geosrs:FoucautSinusoidalProjection
Table 304. geosrs:FoucautSinusoidalProjection

URI

https://w3id.org/geosrs/projection/FoucautSinusoidalProjection

Super-classes

PseudoCylindricalProjection

Class: geosrs:FournierIIProjection
Table 305. geosrs:FournierIIProjection

URI

https://w3id.org/geosrs/projection/FournierIIProjection

Super-classes

PseudoCylindricalProjection

Class: geosrs:GinzburgVIIIProjection
Table 306. geosrs:GinzburgVIIIProjection

URI

https://w3id.org/geosrs/projection/GinzburgVIIIProjection

Super-classes

PseudoCylindricalProjection

Class: geosrs:GoodeHomolosineProjection
Table 307. geosrs:GoodeHomolosineProjection

URI

https://w3id.org/geosrs/projection/GoodeHomolosineProjection

Super-classes

PseudoCylindricalProjection

Class: geosrs:HEALPixProjection
Table 308. geosrs:HEALPixProjection

URI

https://w3id.org/geosrs/projection/HEALPixProjection

Super-classes

PseudoCylindricalProjection

Class: geosrs:HatanoAsymmetricalEqualAreaProjection
Table 309. geosrs:HatanoAsymmetricalEqualAreaProjection

URI

https://w3id.org/geosrs/projection/HatanoAsymmetricalEqualAreaProjection

Super-classes

PseudoCylindricalProjection

Class: geosrs:HufnagelProjection
Table 310. geosrs:HufnagelProjection

URI

https://w3id.org/geosrs/projection/HufnagelProjection

Super-classes

PseudoCylindricalProjection

Class: geosrs:Kavrayskiy7Projection
Table 311. geosrs:Kavrayskiy7Projection

URI

https://w3id.org/geosrs/projection/Kavrayskiy7Projection

Super-classes

PseudoCylindricalProjection

Class: geosrs:LoximuthalProjection
Table 312. geosrs:LoximuthalProjection

URI

https://w3id.org/geosrs/projection/LoximuthalProjection

Super-classes

PseudoCylindricalProjection

Class: geosrs:MayrProjection
Table 313. geosrs:MayrProjection

URI

https://w3id.org/geosrs/projection/MayrProjection

Super-classes

PseudoCylindricalProjection

Class: geosrs:McBrydeThomasFlatPolarParabolicProjection
Table 314. geosrs:McBrydeThomasFlatPolarParabolicProjection

URI

https://w3id.org/geosrs/projection/McBrydeThomasFlatPolarParabolicProjection

Super-classes

PseudoCylindricalProjection

Class: geosrs:McBrydeThomasFlatPolarQuarticProjection
Table 315. geosrs:McBrydeThomasFlatPolarQuarticProjection

URI

https://w3id.org/geosrs/projection/McBrydeThomasFlatPolarQuarticProjection

Super-classes

PseudoCylindricalProjection

Class: geosrs:McBrydeThomasFlatPolarSinusoidalProjection
Table 316. geosrs:McBrydeThomasFlatPolarSinusoidalProjection

URI

https://w3id.org/geosrs/projection/McBrydeThomasFlatPolarSinusoidalProjection

Super-classes

PseudoCylindricalProjection

Class: geosrs:McBrydeThomasIIProjection
Table 317. geosrs:McBrydeThomasIIProjection

URI

https://w3id.org/geosrs/projection/McBrydeThomasIIProjection

Super-classes

PseudoCylindricalProjection

Class: geosrs:McBrydeThomasIProjection
Table 318. geosrs:McBrydeThomasIProjection

URI

https://w3id.org/geosrs/projection/McBrydeThomasIProjection

Super-classes

PseudoCylindricalProjection

Class: geosrs:NaturalEarth2Projection
Table 319. geosrs:NaturalEarth2Projection

URI

https://w3id.org/geosrs/projection/NaturalEarth2Projection

Super-classes

PseudoCylindricalProjection

Class: geosrs:NaturalEarthProjection
Table 320. geosrs:NaturalEarthProjection

URI

https://w3id.org/geosrs/projection/NaturalEarthProjection

Definition

A pseudocylindrical map projection designed by Tom Patterson and introduced in 2008

Super-classes

PseudoCylindricalProjection

Class: geosrs:NellHammerProjection
Table 321. geosrs:NellHammerProjection

URI

https://w3id.org/geosrs/projection/NellHammerProjection

Super-classes

PseudoCylindricalProjection

Class: geosrs:NellProjection
Table 322. geosrs:NellProjection

URI

https://w3id.org/geosrs/projection/NellProjection

Super-classes

PseudoCylindricalProjection

Class: geosrs:OrteliusOvalProjection
Table 323. geosrs:OrteliusOvalProjection

URI

https://w3id.org/geosrs/projection/OrteliusOvalProjection

Super-classes

PseudoCylindricalProjection

Class: geosrs:PseudoCylindricalProjection
Table 324. geosrs:PseudoCylindricalProjection

URI

https://w3id.org/geosrs/projection/PseudoCylindricalProjection

Class: geosrs:PutninsP1Projection
Table 325. geosrs:PutninsP1Projection

URI

https://w3id.org/geosrs/projection/PutninsP1Projection

Super-classes

PseudoCylindricalProjection

Class: geosrs:PutninsP2Projection
Table 326. geosrs:PutninsP2Projection

URI

https://w3id.org/geosrs/projection/PutninsP2Projection

Super-classes

PseudoCylindricalProjection

Class: geosrs:PutninsP3Projection
Table 327. geosrs:PutninsP3Projection

URI

https://w3id.org/geosrs/projection/PutninsP3Projection

Super-classes

PseudoCylindricalProjection

Class: geosrs:PutninsP5Projection
Table 328. geosrs:PutninsP5Projection

URI

https://w3id.org/geosrs/projection/PutninsP5Projection

Super-classes

PseudoCylindricalProjection

Class: geosrs:PutninsP6Projection
Table 329. geosrs:PutninsP6Projection

URI

https://w3id.org/geosrs/projection/PutninsP6Projection

Super-classes

PseudoCylindricalProjection

Class: geosrs:QuarticAuthalicProjection
Table 330. geosrs:QuarticAuthalicProjection

URI

https://w3id.org/geosrs/projection/QuarticAuthalicProjection

Super-classes

PseudoCylindricalProjection

Class: geosrs:RobinsonProjection
Table 331. geosrs:RobinsonProjection

URI

https://w3id.org/geosrs/projection/RobinsonProjection

Super-classes

PseudoCylindricalProjection

Class: geosrs:SinusoidalProjection
Table 332. geosrs:SinusoidalProjection

URI

https://w3id.org/geosrs/projection/SinusoidalProjection

Super-classes

PseudoCylindricalProjection

Class: geosrs:TheTimesProjection
Table 333. geosrs:TheTimesProjection

URI

https://w3id.org/geosrs/projection/TheTimesProjection

Super-classes

PseudoCylindricalProjection

Class: geosrs:ToblerG1Projection
Table 334. geosrs:ToblerG1Projection

URI

https://w3id.org/geosrs/projection/ToblerG1Projection

Super-classes

PseudoCylindricalProjection

Class: geosrs:ToblerHyperellipticalProjection
Table 335. geosrs:ToblerHyperellipticalProjection

URI

https://w3id.org/geosrs/projection/ToblerHyperellipticalProjection

Super-classes

PseudoCylindricalProjection

Class: geosrs:WagnerIIIProjection
Table 336. geosrs:WagnerIIIProjection

URI

https://w3id.org/geosrs/projection/WagnerIIIProjection

Super-classes

PseudoCylindricalProjection

Class: geosrs:WagnerIIProjection
Table 337. geosrs:WagnerIIProjection

URI

https://w3id.org/geosrs/projection/WagnerIIProjection

Super-classes

PseudoCylindricalProjection

Class: geosrs:WagnerIProjection
Table 338. geosrs:WagnerIProjection

URI

https://w3id.org/geosrs/projection/WagnerIProjection

Super-classes

PseudoCylindricalProjection

Class: geosrs:WagnerIVProjection
Table 339. geosrs:WagnerIVProjection

URI

https://w3id.org/geosrs/projection/WagnerIVProjection

Super-classes

PseudoCylindricalProjection

Class: geosrs:WagnerVIProjection
Table 340. geosrs:WagnerVIProjection

URI

https://w3id.org/geosrs/projection/WagnerVIProjection

Super-classes

PseudoCylindricalProjection

Class: geosrs:WagnerVProjection
Table 341. geosrs:WagnerVProjection

URI

https://w3id.org/geosrs/projection/WagnerVProjection

Super-classes

PseudoCylindricalProjection

Class: geosrs:WerenskioldIProjection
Table 342. geosrs:WerenskioldIProjection

URI

https://w3id.org/geosrs/projection/WerenskioldIProjection

Super-classes

PseudoCylindricalProjection

Class: geosrs:PutninsP3’Projection
Table 343. geosrs:PutninsP3’Projection

URI

https://w3id.org/geosrs/projection/PutninsP3’Projection

Super-classes

PseudoCylindricalProjection

Class: geosrs:PutninsP4’Projection
Table 344. geosrs:PutninsP4’Projection

URI

https://w3id.org/geosrs/projection/PutninsP4’Projection

Super-classes

PseudoCylindricalProjection

Class: geosrs:PutninsP5’Projection
Table 345. geosrs:PutninsP5’Projection

URI

https://w3id.org/geosrs/projection/PutninsP5’Projection

Super-classes

PseudoCylindricalProjection

Class: geosrs:PutninsP6’Projection
Table 346. geosrs:PutninsP6’Projection

URI

https://w3id.org/geosrs/projection/PutninsP6’Projection

Super-classes

PseudoCylindricalProjection

Stereographic Projections

Class: geosrs:GallStereographicProjection
Table 347. geosrs:GallStereographicProjection

URI

https://w3id.org/geosrs/projection/GallStereographicProjection

Super-classes

StereographicProjection

Class: geosrs:MillerOblatedStereographicProjection
Table 348. geosrs:MillerOblatedStereographicProjection

URI

https://w3id.org/geosrs/projection/MillerOblatedStereographicProjection

Super-classes

StereographicProjection

Class: geosrs:RoussilheProjection
Table 349. geosrs:RoussilheProjection

URI

https://w3id.org/geosrs/projection/RoussilheProjection

Super-classes

StereographicProjection

Planet Module

This clause establishes the PLANET Requirements class, with IRI /req/planet, which has a corresponding Conformance Class, PLANET, with IRI /conf/planet.

Interstellar Body

Class: geosrs:ArtificialSatellite
Table 350. geosrs:ArtificialSatellite

URI

https://w3id.org/geosrs/planet/ArtificialSatellite

Class: geosrs:Asteroid
Table 351. geosrs:Asteroid

URI

https://w3id.org/geosrs/planet/Asteroid

Class: geosrs:Comet
Table 352. geosrs:Comet

URI

https://w3id.org/geosrs/planet/Comet

Class: geosrs:DwarfPlanet
Table 353. geosrs:DwarfPlanet

URI

https://w3id.org/geosrs/planet/DwarfPlanet

Class: geosrs:InterstellarBody
Table 354. geosrs:InterstellarBody

URI

https://w3id.org/geosrs/planet/InterstellarBody

Class: geosrs:Moon
Table 355. geosrs:Moon

URI

https://w3id.org/geosrs/planet/Moon

Class: geosrs:NaturalSatellite
Table 356. geosrs:NaturalSatellite

URI

https://w3id.org/geosrs/planet/NaturalSatellite

Class: geosrs:Planet
Table 357. geosrs:Planet

URI

https://w3id.org/geosrs/planet/Planet

Class: geosrs:PlanetStatus
Table 358. geosrs:PlanetStatus

URI

https://w3id.org/geosrs/planet/PlanetStatus

Class: geosrs:Plutoid
Table 359. geosrs:Plutoid

URI

https://w3id.org/geosrs/planet/Plutoid

Class: geosrs:Star
Table 360. geosrs:Star

URI

https://w3id.org/geosrs/planet/Star

Common Instances

This clause establishes common instances which are needed in CRS specifications as Requirement class INSTANCES, with IRI /req/instances, which has a corresponding Conformance Class, INSTANCES, with IRI /conf/instances.

Coordinate System Axis

Instance: geosrs:down
Table 361. geosrs:down

URI

https://w3id.org/geosrs/down

Type

geosrs:AxisDirection

Definition

Downwards axis direction

Instance: geosrs:east
Table 362. geosrs:east

URI

https://w3id.org/geosrs/east

Type

geosrs:AxisDirection

Definition

east axis direction

Instance: geosrs:north
Table 363. geosrs:north

URI

https://w3id.org/geosrs/north

Type

geosrs:AxisDirection

Definition

North axis direction

Instance: geosrs:south
Table 364. geosrs:south

URI

https://w3id.org/geosrs/south

Type

geosrs:AxisDirection

Definition

South axis direction

Instance: geosrs:up
Table 365. geosrs:up

URI

https://w3id.org/geosrs/up

Type

geosrs:AxisDirection

Definition

Up axis direction

Instance: geosrs:west
Table 366. geosrs:west

URI

https://w3id.org/geosrs/west

Type

geosrs:AxisDirection

Definition

West axis direction

SRS Literal Types

Instance: geosrs:proj4Literal
Table 367. geosrs:proj4Literal

URI

https://w3id.org/geosrs/proj4Literal

Type

rdf:Datatype[rdf:Datatype]

Definition

A literal which stores a proj4 String

Example

geosrs:proj4Literal

Instance: geosrs:projJSONLiteral
Table 368. geosrs:projJSONLiteral

URI

https://w3id.org/geosrs/projJSONLiteral

Type

rdf:Dataype[rdf:Dataype]

Definition

A literal which stores a projection JSON (ProjJSON) String

Example

geosrs:projJSONLiteral

Instance: geosrs:wktLiteral
Table 369. geosrs:wktLiteral

URI

https://w3id.org/geosrs/wktLiteral

Type

rdf:Datatype[rdf:Datatype]

Definition

A literal which stores a WKT for CRS String

Example

geosrs:wktLiteral

Spheroids

Instance: geosrs:GRS1980
Table 370. geosrs:GRS1980

URI

https://w3id.org/geosrs/GRS1980

Type

geosrs:Ellipsoid

Definition

GRS 1980 Ellipsoid

Example

geosrs:GRS1980

Instance: geosrs:GRS67
Table 371. geosrs:GRS67

URI

https://w3id.org/geosrs/GRS67

Type

geosrs:Ellipsoid

Definition

GRS 67 Ellipsoid

Example

geosrs:GRS67

Instance: geosrs:PZ90
Table 372. geosrs:PZ90

URI

https://w3id.org/geosrs/PZ90

Type

geosrs:Ellipsoid

Definition

PZ 90 Ellipsoid

Example

geosrs:PZ90

Instance: geosrs:Airy1830
Table 373. geosrs:Airy1830

URI

https://w3id.org/geosrs/Airy1830

Type

geosrs:Ellipsoid

Definition

Airy 1830 Ellipsoid

Example

geosrs:Airy1830

Instance: geosrs:AiryModified1849
Table 374. geosrs:AiryModified1849

URI

https://w3id.org/geosrs/AiryModified1849

Type

geosrs:Ellipsoid

Definition

Airy 1849 Modified Ellipsoid

Example

geosrs:AiryModified1849

Instance: geosrs:International1924
Table 375. geosrs:International1924

URI

https://w3id.org/geosrs/International1924

Type

geosrs:Ellipsoid

Definition

International 1924 Ellipsoid

Example

geosrs:International1924

Instance: geosrs:AustralianNationalSpheroid
Table 376. geosrs:AustralianNationalSpheroid

URI

https://w3id.org/geosrs/AustralianNationalSpheroid

Type

geosrs:Ellipsoid

Definition

Australian National Spheroid

Example

geosrs:AustralianNationalSpheroid

Instance: geosrs:Everest1930
Table 377. geosrs:Everest1930

URI

https://w3id.org/geosrs/Everest1930

Type

geosrs:Ellipsoid

Definition

Everest 1930 Spheroid

Instance: geosrs:Clarke1866
Table 378. geosrs:Clarke1866

URI

https://w3id.org/geosrs/Clarke1866

Type

geosrs:Ellipsoid

Definition

Clarke 1866 Spheroid

Example

geosrs:Clarke1866

Instance: geosrs:Plessis1817
Table 379. geosrs:Plessis1817

URI

https://w3id.org/geosrs/Plessis1817

Type

geosrs:Ellipsoid

Definition

Plessis 1817 Spheroid

Example

geosrs:Plessis1817

Instance: geosrs:Danish1876
Table 380. geosrs:Danish1876

URI

https://w3id.org/geosrs/Danish1876

Type

geosrs:Ellipsoid

Definition

Danish 1876 Spheroid

Example

geosrs:Danish1876

Instance: geosrs:Struve1860
Table 381. geosrs:Struve1860

URI

https://w3id.org/geosrs/Struve1860

Type

geosrs:Ellipsoid

Definition

Struve 1860 Spheroid

Example

geosrs:Struve1860

Instance: geosrs:IAG1975
Table 382. geosrs:IAG1975

URI

https://w3id.org/geosrs/IAG1975

Type

geosrs:Ellipsoid

Definition

IAG 1975 Spheroid

Example

geosrs:IAG1975

Instance: geosrs:Clarke1858
Table 383. geosrs:Clarke1858

URI

https://w3id.org/geosrs/Clarke1858

Type

geosrs:Ellipsoid

Definition

Clarke 1858 Spheroid

Example

geosrs:Clarke1858

Instance: geosrs:Clarke1880
Table 384. geosrs:Clarke1880

URI

https://w3id.org/geosrs/Clarke1880

Type

geosrs:Ellipsoid

Definition

Clarke 1880 Spheroid

Example

geosrs:Clarke1880

Instance: geosrs:Helmert1906
Table 385. geosrs:Helmert1906

URI

https://w3id.org/geosrs/Helmert1906

Type

geosrs:Ellipsoid

Definition

Helmert 1906 Spheroid

Example

geosrs:Helmert1906

Instance: geosrs:CGCS2000
Table 386. geosrs:CGCS2000

URI

https://w3id.org/geosrs/CGCS2000

Type

geosrs:Ellipsoid

Definition

CGCS2000 Spheroid

Example

geosrs:CGCS2000

Instance: geosrs:GSK-2011
Table 387. geosrs:GSK-2011

URI

https://w3id.org/geosrs/GSK-2011

Type

geosrs:Ellipsoid

Definition

GSK-2011 Spheroid

Instance: geosrs:Zach1812
Table 388. geosrs:Zach1812

URI

https://w3id.org/geosrs/Zach1812

Type

geosrs:Ellipsoid

Definition

Zach 1812 Spheroid

Example

geosrs:Zach1812

Instance: geosrs:Clarke1880ARC
Table 389. geosrs:Clarke1880ARC

URI

https://w3id.org/geosrs/Clarke1880ARC

Type

geosrs:Ellipsoid

Definition

Clarke 1880 (Arc) Spheroid

Example

geosrs:Clarke1880ARC

Instance: geosrs:Clarke1880IGN
Table 390. geosrs:Clarke1880IGN

URI

https://w3id.org/geosrs/Clarke1880IGN

Type

geosrs:Ellipsoid

Definition

Clarke 1880 (Ing) Spheroid

Example

geosrs:Clarke1880IGN

Instance: geosrs:WGS66
Table 391. geosrs:WGS66

URI

https://w3id.org/geosrs/WGS66

Type

geosrs:Ellipsoid

Definition

WGS 66 Spheroid

Instance: geosrs:WGS72
Table 392. geosrs:WGS72

URI

https://w3id.org/geosrs/WGS72

Type

geosrs:Ellipsoid

Definition

WGS 72 Spheroid

Example

geosrs:WGS72

Instance: geosrs:WGS84
Table 393. geosrs:WGS84

URI

https://w3id.org/geosrs/WGS84

Type

geosrs:Ellipsoid

Definition

WGS 84 Spheroid

Example

geosrs:WGS84

Instance: geosrs:Krassowsky1940
Table 394. geosrs:Krassowsky1940

URI

https://w3id.org/geosrs/Krassowsky1940

Type

geosrs:Ellipsoid

Definition

Krassowsky 1940 Spheroid

Example

geosrs:Krassowsky1940

Appendix A: Abstract Test Suite

A.0. Overview

This Annex lists tests for the Conformance Classes defined in the main body sections of this Specification with links to their Requirements and test purpose method and type. Conformance classes may be used to signify the compatibility of a given implementation to parts of the CRS Ontology standard. They may be stated as part of a SPARQL 1.1 Service Description [SPARQLSERVDESC] .

Conformance Class: Core

Coordinate Reference System Parameters

Coordinate Reference System Types

Coordinate Reference System Properties

Conformance Class: Co

Coordinate Operation Methods

Coordinate Operation Parameters

Coordinate Operation Categories

Coordinate Operation Properties

Conformance Class: Cs

Temporal Coordinate Systems

3D Coordinate Systems

Coordinate System Types

Celestial Coordinate Systems

Coordinate System Components

Coordinate System Properties

Conformance Class: Datum

Datum Types

Datum Parameters

Spheroid Types

Datum Properties

Spheroid Properties

Conformance Class: Srsapplication

SRS Application Types

Map Types

Conformance Class: Projections

Lenticular Projections

Conformal Projections

Minimum Error Projections

Pseudo Azimuthal Projections

Equal Area Projections

Pseudo Conical Projections

Globular Projections

Pseudo Cylindrical Projections

Archaic Projections

Cylindrical Projections

Compromise Projections

Polyhedral Projections

Equidistant Projections

Azimuthal Projections

Conical Projections

Perspective Projections

Stereographic Projections

Polyconic Projections

Projection

Conformance Class: Planet

Interstellar Body

Conformance Class: Instances

Coordinate System Axis

Spheroids

SRS Literal Types

Appendix B: Alignments

Overview

The prefixes used for the ontologies mapped to in all following sections are given in the following table.

Table 395. Alignment: Namespaces

ign:

http://data.ign.fr/def/ignf#

iso19111:

http://def.isotc211.org/iso19112/2019/SpatialReferencingByGeographicIdentifier#

geosrs:

http://www.opengis.net/ont/geosparql#

ifc:

https://standards.buildingsmart.org/IFC/DEV/IFC4/ADD2_TC1/OWL/

owl:

http://www.w3.org/2002/07/owl#

prov:

http://www.w3.org/ns/prov#

rdf:

http://www.w3.org/1999/02/22-rdf-syntax-ns#

rdfs:

http://www.w3.org/2000/01/rdf-schema#

IGN Ontology

Table 396. Alignment: IGN Ontology
From Element Mapping relation To Element Notes

geosrs:CoordinateSystem

owl:equivalentClass

ign:CoordinateSystem

-

geosrs:Datum

owl:equivalentClass

ign:Datum

-

geosrs:Ellipsoid

owl:equivalentClass

ign:Ellipsoid

-

geosrs:Conversion

owl:equivalentClass

ign:Conversion

-

geosrs:CoordinateOperation

owl:equivalentClass

ign:CoordinateOperation

-

geosrs:OperationMethod

owl:equivalentClass

ign:OperationMethod

-

geosrs:OperationParameter

owl:equivalentClass

ign:OperationParameter

-

geosrs:OperationParameterValue

owl:equivalentClass

ign:OperationParameterValue

-

geosrs:SingleOperation

owl:equivalentClass

ign:SingleOperation

-

geosrs:Transformation

owl:equivalentClass

ign:Transformation

-

geosrs:CartesianCoordinateSystem

owl:equivalentClass

ign:CartesianCS

-

geosrs:CoordinateSystem

owl:equivalentClass

ign:CoordinateSystem

-

geosrs:CoordinateSystemAxis

owl:equivalentClass

ign:CoordinateSystemAxis

-

geosrs:EllipsoidalCoordinateSystem

owl:equivalentClass

ign:EllipsoidalCS

-

geosrs:VerticalCoordinateSystem

owl:equivalentClass

ign:VerticalCS

-

geosrs:Datum

owl:equivalentClass

ign:Datum

-

geosrs:Ellipsoid

owl:equivalentClass

ign:Ellipsoid

-

geosrs:GeodeticDatum

owl:equivalentClass

ign:GeodeticDatum

-

geosrs:PrimeMeridian

owl:equivalentClass

ign:PrimeMeridian

-

geosrs:VerticalDatum

owl:equivalentClass

ign:VerticalDatum

-

geosrs:AxesList

owl:equivalentClass

ign:AxesList

-

geosrs:CRS

owl:equivalentClass

ign:CRS

-

geosrs:CompoundCRS

owl:equivalentClass

ign:CompoundCRS

-

geosrs:Extent

owl:equivalentClass

ign:Extent

-

geosrs:GeodeticCRS

owl:equivalentClass

ign:GeodeticCRS

-

geosrs:GeographicBoundingBox

owl:equivalentClass

ign:GeographicBoundingBox

-

geosrs:ProjectedCRS

owl:equivalentClass

ign:ProjectedCRS

-

geosrs:SingleCRS

owl:equivalentClass

ign:SingleCRS

-

geosrs:SingleCRSList

owl:equivalentClass

ign:SingleCRSList

-

geosrs:VerticalCRS

owl:equivalentClass

ign:VerticalCRS

-

ISO19111 Ontology

Table 397. Alignment: ISO19111 Ontology
From Element Mapping relation To Element Notes

geosrs:CoordinateSystem

owl:equivalentClass

iso19111:CoordinateSystem

-

geosrs:Datum

owl:equivalentClass

iso19111:Datum

-

geosrs:Ellipsoid

owl:equivalentClass

iso19111:Ellipsoid

-

geosrs:CRS

owl:equivalentClass

iso19111:CRS

-

geosrs:CompoundCRS

owl:equivalentClass

iso19111:CompoundCRS

-

geosrs:EngineeringCRS

owl:equivalentClass

iso19111:EngineeringCRS

-

geosrs:GeodeticCRS

owl:equivalentClass

iso19111:GeodeticCRS

-

geosrs:GeographicCRS

owl:equivalentClass

iso19111:GeographicCRS

-

geosrs:ParametricCRS

owl:equivalentClass

iso19111:ParametricCRS

-

geosrs:ProjectedCRS

owl:equivalentClass

iso19111:ProjectedCRS

-

geosrs:SingleCRS

owl:equivalentClass

iso19111:SingleCRS

-

geosrs:TemporalCRS

owl:equivalentClass

iso19111:TemporalCRS

-

geosrs:VerticalCRS

owl:equivalentClass

iso19111:VerticalCRS

-

IFC Ontology

Table 398. Alignment: IFC Ontology
From Element Mapping relation To Element Notes

geosrs:AxisDirection

owl:equivalentClass

ifc:IfcDirection

-

geosrs:CRS

owl:equivalentClass

ifc:IfcCoordinateReferenceSystem

-

geosrs:CoordinateOperation

owl:equivalentClass

ifc:IfcCoordinateOperation

-

geosrs:ProjectedCRS

owl:equivalentClass

ifc:IfcProjectedCRS

-

geosrs:axis

owl:equivalentProperty

ifc:axis_IfcAxis1Placement

-

geosrs:sourceCRS

owl:equivalentProperty

ifc:sourceCRS

-

geosrs:targetCRS

owl:equivalentProperty

ifc:targetCRS

-

IGN Ontology

Table 399. Alignment: IGN Ontology
From Element Mapping relation To Element Notes

geosrs:CoordinateSystem

owl:equivalentClass

ign:CoordinateSystem

-

geosrs:Datum

owl:equivalentClass

ign:Datum

-

geosrs:Ellipsoid

owl:equivalentClass

ign:Ellipsoid

-

geosrs:Conversion

owl:equivalentClass

ign:Conversion

-

geosrs:CoordinateOperation

owl:equivalentClass

ign:CoordinateOperation

-

geosrs:OperationMethod

owl:equivalentClass

ign:OperationMethod

-

geosrs:OperationParameter

owl:equivalentClass

ign:OperationParameter

-

geosrs:OperationParameterValue

owl:equivalentClass

ign:OperationParameterValue

-

geosrs:SingleOperation

owl:equivalentClass

ign:SingleOperation

-

geosrs:Transformation

owl:equivalentClass

ign:Transformation

-

geosrs:CartesianCoordinateSystem

owl:equivalentClass

ign:CartesianCS

-

geosrs:CoordinateSystem

owl:equivalentClass

ign:CoordinateSystem

-

geosrs:CoordinateSystemAxis

owl:equivalentClass

ign:CoordinateSystemAxis

-

geosrs:EllipsoidalCoordinateSystem

owl:equivalentClass

ign:EllipsoidalCS

-

geosrs:VerticalCoordinateSystem

owl:equivalentClass

ign:VerticalCS

-

geosrs:Datum

owl:equivalentClass

ign:Datum

-

geosrs:Ellipsoid

owl:equivalentClass

ign:Ellipsoid

-

geosrs:GeodeticDatum

owl:equivalentClass

ign:GeodeticDatum

-

geosrs:PrimeMeridian

owl:equivalentClass

ign:PrimeMeridian

-

geosrs:VerticalDatum

owl:equivalentClass

ign:VerticalDatum

-

geosrs:AxesList

owl:equivalentClass

ign:AxesList

-

geosrs:CRS

owl:equivalentClass

ign:CRS

-

geosrs:CompoundCRS

owl:equivalentClass

ign:CompoundCRS

-

geosrs:Extent

owl:equivalentClass

ign:Extent

-

geosrs:GeodeticCRS

owl:equivalentClass

ign:GeodeticCRS

-

geosrs:GeographicBoundingBox

owl:equivalentClass

ign:GeographicBoundingBox

-

geosrs:ProjectedCRS

owl:equivalentClass

ign:ProjectedCRS

-

geosrs:SingleCRS

owl:equivalentClass

ign:SingleCRS

-

geosrs:SingleCRSList

owl:equivalentClass

ign:SingleCRSList

-

geosrs:VerticalCRS

owl:equivalentClass

ign:VerticalCRS

-

ISO19111 Ontology

Table 400. Alignment: ISO19111 Ontology
From Element Mapping relation To Element Notes

geosrs:CoordinateSystem

owl:equivalentClass

iso19111:CoordinateSystem

-

geosrs:Datum

owl:equivalentClass

iso19111:Datum

-

geosrs:Ellipsoid

owl:equivalentClass

iso19111:Ellipsoid

-

geosrs:CRS

owl:equivalentClass

iso19111:CRS

-

geosrs:CompoundCRS

owl:equivalentClass

iso19111:CompoundCRS

-

geosrs:EngineeringCRS

owl:equivalentClass

iso19111:EngineeringCRS

-

geosrs:GeodeticCRS

owl:equivalentClass

iso19111:GeodeticCRS

-

geosrs:GeographicCRS

owl:equivalentClass

iso19111:GeographicCRS

-

geosrs:ParametricCRS

owl:equivalentClass

iso19111:ParametricCRS

-

geosrs:ProjectedCRS

owl:equivalentClass

iso19111:ProjectedCRS

-

geosrs:SingleCRS

owl:equivalentClass

iso19111:SingleCRS

-

geosrs:TemporalCRS

owl:equivalentClass

iso19111:TemporalCRS

-

geosrs:VerticalCRS

owl:equivalentClass

iso19111:VerticalCRS

-

IFC Ontology

Table 401. Alignment: IFC Ontology
From Element Mapping relation To Element Notes

geosrs:AxisDirection

owl:equivalentClass

ifc:IfcDirection

-

geosrs:CRS

owl:equivalentClass

ifc:IfcCoordinateReferenceSystem

-

geosrs:CoordinateOperation

owl:equivalentClass

ifc:IfcCoordinateOperation

-

geosrs:ProjectedCRS

owl:equivalentClass

ifc:IfcProjectedCRS

-

geosrs:axis

owl:equivalentProperty

ifc:axis_IfcAxis1Placement

-

geosrs:sourceCRS

owl:equivalentProperty

ifc:sourceCRS

-

geosrs:targetCRS

owl:equivalentProperty

ifc:targetCRS

-

IGN Ontology

Table 402. Alignment: IGN Ontology
From Element Mapping relation To Element Notes

geosrs:CoordinateSystem

owl:equivalentClass

ign:CoordinateSystem

-

geosrs:Datum

owl:equivalentClass

ign:Datum

-

geosrs:Ellipsoid

owl:equivalentClass

ign:Ellipsoid

-

geosrs:Conversion

owl:equivalentClass

ign:Conversion

-

geosrs:CoordinateOperation

owl:equivalentClass

ign:CoordinateOperation

-

geosrs:OperationMethod

owl:equivalentClass

ign:OperationMethod

-

geosrs:OperationParameter

owl:equivalentClass

ign:OperationParameter

-

geosrs:OperationParameterValue

owl:equivalentClass

ign:OperationParameterValue

-

geosrs:SingleOperation

owl:equivalentClass

ign:SingleOperation

-

geosrs:Transformation

owl:equivalentClass

ign:Transformation

-

geosrs:CartesianCoordinateSystem

owl:equivalentClass

ign:CartesianCS

-

geosrs:CoordinateSystem

owl:equivalentClass

ign:CoordinateSystem

-

geosrs:CoordinateSystemAxis

owl:equivalentClass

ign:CoordinateSystemAxis

-

geosrs:EllipsoidalCoordinateSystem

owl:equivalentClass

ign:EllipsoidalCS

-

geosrs:VerticalCoordinateSystem

owl:equivalentClass

ign:VerticalCS

-

geosrs:Datum

owl:equivalentClass

ign:Datum

-

geosrs:Ellipsoid

owl:equivalentClass

ign:Ellipsoid

-

geosrs:GeodeticDatum

owl:equivalentClass

ign:GeodeticDatum

-

geosrs:PrimeMeridian

owl:equivalentClass

ign:PrimeMeridian

-

geosrs:VerticalDatum

owl:equivalentClass

ign:VerticalDatum

-

geosrs:AxesList

owl:equivalentClass

ign:AxesList

-

geosrs:CRS

owl:equivalentClass

ign:CRS

-

geosrs:CompoundCRS

owl:equivalentClass

ign:CompoundCRS

-

geosrs:Extent

owl:equivalentClass

ign:Extent

-

geosrs:GeodeticCRS

owl:equivalentClass

ign:GeodeticCRS

-

geosrs:GeographicBoundingBox

owl:equivalentClass

ign:GeographicBoundingBox

-

geosrs:ProjectedCRS

owl:equivalentClass

ign:ProjectedCRS

-

geosrs:SingleCRS

owl:equivalentClass

ign:SingleCRS

-

geosrs:SingleCRSList

owl:equivalentClass

ign:SingleCRSList

-

geosrs:VerticalCRS

owl:equivalentClass

ign:VerticalCRS

-

ISO19111 Ontology

Table 403. Alignment: ISO19111 Ontology
From Element Mapping relation To Element Notes

geosrs:CoordinateSystem

owl:equivalentClass

iso19111:CoordinateSystem

-

geosrs:Datum

owl:equivalentClass

iso19111:Datum

-

geosrs:Ellipsoid

owl:equivalentClass

iso19111:Ellipsoid

-

geosrs:CRS

owl:equivalentClass

iso19111:CRS

-

geosrs:CompoundCRS

owl:equivalentClass

iso19111:CompoundCRS

-

geosrs:EngineeringCRS

owl:equivalentClass

iso19111:EngineeringCRS

-

geosrs:GeodeticCRS

owl:equivalentClass

iso19111:GeodeticCRS

-

geosrs:GeographicCRS

owl:equivalentClass

iso19111:GeographicCRS

-

geosrs:ParametricCRS

owl:equivalentClass

iso19111:ParametricCRS

-

geosrs:ProjectedCRS

owl:equivalentClass

iso19111:ProjectedCRS

-

geosrs:SingleCRS

owl:equivalentClass

iso19111:SingleCRS

-

geosrs:TemporalCRS

owl:equivalentClass

iso19111:TemporalCRS

-

geosrs:VerticalCRS

owl:equivalentClass

iso19111:VerticalCRS

-

IFC Ontology

Table 404. Alignment: IFC Ontology
From Element Mapping relation To Element Notes

geosrs:AxisDirection

owl:equivalentClass

ifc:IfcDirection

-

geosrs:CRS

owl:equivalentClass

ifc:IfcCoordinateReferenceSystem

-

geosrs:CoordinateOperation

owl:equivalentClass

ifc:IfcCoordinateOperation

-

geosrs:ProjectedCRS

owl:equivalentClass

ifc:IfcProjectedCRS

-

geosrs:axis

owl:equivalentProperty

ifc:axis_IfcAxis1Placement

-

geosrs:sourceCRS

owl:equivalentProperty

ifc:sourceCRS

-

geosrs:targetCRS

owl:equivalentProperty

ifc:targetCRS

-

IGN Ontology

Table 405. Alignment: IGN Ontology
From Element Mapping relation To Element Notes

geosrs:CoordinateSystem

owl:equivalentClass

ign:CoordinateSystem

-

geosrs:Datum

owl:equivalentClass

ign:Datum

-

geosrs:Ellipsoid

owl:equivalentClass

ign:Ellipsoid

-

geosrs:Conversion

owl:equivalentClass

ign:Conversion

-

geosrs:CoordinateOperation

owl:equivalentClass

ign:CoordinateOperation

-

geosrs:OperationMethod

owl:equivalentClass

ign:OperationMethod

-

geosrs:OperationParameter

owl:equivalentClass

ign:OperationParameter

-

geosrs:OperationParameterValue

owl:equivalentClass

ign:OperationParameterValue

-

geosrs:SingleOperation

owl:equivalentClass

ign:SingleOperation

-

geosrs:Transformation

owl:equivalentClass

ign:Transformation

-

geosrs:CartesianCoordinateSystem

owl:equivalentClass

ign:CartesianCS

-

geosrs:CoordinateSystem

owl:equivalentClass

ign:CoordinateSystem

-

geosrs:CoordinateSystemAxis

owl:equivalentClass

ign:CoordinateSystemAxis

-

geosrs:EllipsoidalCoordinateSystem

owl:equivalentClass

ign:EllipsoidalCS

-

geosrs:VerticalCoordinateSystem

owl:equivalentClass

ign:VerticalCS

-

geosrs:Datum

owl:equivalentClass

ign:Datum

-

geosrs:Ellipsoid

owl:equivalentClass

ign:Ellipsoid

-

geosrs:GeodeticDatum

owl:equivalentClass

ign:GeodeticDatum

-

geosrs:PrimeMeridian

owl:equivalentClass

ign:PrimeMeridian

-

geosrs:VerticalDatum

owl:equivalentClass

ign:VerticalDatum

-

geosrs:AxesList

owl:equivalentClass

ign:AxesList

-

geosrs:CRS

owl:equivalentClass

ign:CRS

-

geosrs:CompoundCRS

owl:equivalentClass

ign:CompoundCRS

-

geosrs:Extent

owl:equivalentClass

ign:Extent

-

geosrs:GeodeticCRS

owl:equivalentClass

ign:GeodeticCRS

-

geosrs:GeographicBoundingBox

owl:equivalentClass

ign:GeographicBoundingBox

-

geosrs:ProjectedCRS

owl:equivalentClass

ign:ProjectedCRS

-

geosrs:SingleCRS

owl:equivalentClass

ign:SingleCRS

-

geosrs:SingleCRSList

owl:equivalentClass

ign:SingleCRSList

-

geosrs:VerticalCRS

owl:equivalentClass

ign:VerticalCRS

-

ISO19111 Ontology

Table 406. Alignment: ISO19111 Ontology
From Element Mapping relation To Element Notes

geosrs:CoordinateSystem

owl:equivalentClass

iso19111:CoordinateSystem

-

geosrs:Datum

owl:equivalentClass

iso19111:Datum

-

geosrs:Ellipsoid

owl:equivalentClass

iso19111:Ellipsoid

-

geosrs:CRS

owl:equivalentClass

iso19111:CRS

-

geosrs:CompoundCRS

owl:equivalentClass

iso19111:CompoundCRS

-

geosrs:EngineeringCRS

owl:equivalentClass

iso19111:EngineeringCRS

-

geosrs:GeodeticCRS

owl:equivalentClass

iso19111:GeodeticCRS

-

geosrs:GeographicCRS

owl:equivalentClass

iso19111:GeographicCRS

-

geosrs:ParametricCRS

owl:equivalentClass

iso19111:ParametricCRS

-

geosrs:ProjectedCRS

owl:equivalentClass

iso19111:ProjectedCRS

-

geosrs:SingleCRS

owl:equivalentClass

iso19111:SingleCRS

-

geosrs:TemporalCRS

owl:equivalentClass

iso19111:TemporalCRS

-

geosrs:VerticalCRS

owl:equivalentClass

iso19111:VerticalCRS

-

IFC Ontology

Table 407. Alignment: IFC Ontology
From Element Mapping relation To Element Notes

geosrs:AxisDirection

owl:equivalentClass

ifc:IfcDirection

-

geosrs:CRS

owl:equivalentClass

ifc:IfcCoordinateReferenceSystem

-

geosrs:CoordinateOperation

owl:equivalentClass

ifc:IfcCoordinateOperation

-

geosrs:ProjectedCRS

owl:equivalentClass

ifc:IfcProjectedCRS

-

geosrs:axis

owl:equivalentProperty

ifc:axis_IfcAxis1Placement

-

geosrs:sourceCRS

owl:equivalentProperty

ifc:sourceCRS

-

geosrs:targetCRS

owl:equivalentProperty

ifc:targetCRS

-

Appendix C: SHACL Shapes

This section introduces SHACL shapes which can be used to verify graphs encoded using the vocabulary defined in this specification.

Overview

SHACL shapes in this specification are subdivided by the same module designations as used previously. In order to verify a graph a single validation file of SHACL shapes is provided alongside this specification.

SHACL Shapes: Core
Table 408. Core
Label TargetNode Property Class MinCount MaxCount Comment

Shape S1

geosrs:CRS

geosrs:coordinateSystem

geosrs:CoordinateSystem

1

1

A coordinate reference system should have exactly one coordinate system

Shape S2

geosrs:CRS

geosrs:domainOfValidity

geosrs:AreaOfUse

1

-

A coordinate reference system should have at least one area of use

Shape S3

geosrs:CRS

geosrs:datum

geosrs:Datum

1

1

A coordinate reference system should have exactly one datum

Shape S4

geosrs:CRS

geosrs:datumEnsemble

geosrs:DatumEnsemble

1

1

A coordinate reference system may have exactly one datum ensemble

Shape S5

geosrs:CompoundCRS

geosrs:includesSRS

geosrs:SingleCRS

1

-

A compound coordinate reference system should consist of at least one single coordinate reference system

Shape S6

geosrs:GeodeticCRS

geosrs:coordinateSystem

geosrs:GeodeticCoordinateSystem

1

1

A geodetic coordinate reference system should have exactly one geodetic coordinate system

Shape S7

geosrs:GeographicCRS

geosrs:datum

geosrs:GeodeticDatum

1

1

A geographic coordinate reference system should have exactly one geodetic datum

Shape S8

geosrs:GeographicCRS

geosrs:coordinateSystem

geosrs:EllipsoidalCoordinateSystem

1

1

A geographic coordinate reference system should have exactly one ellipsoidal coordinate system

Shape S9

geosrs:ParametricCRS

geosrs:datum

geosrs:ParametricDatum

1

1

A parametric coordinate reference system should have exactly one parametric datum

Shape S10

geosrs:ProjectedCRS

geosrs:conversion

geosrs:Conversion

1

-

A projected coordinate reference system should have at least one conversion

Shape S11

geosrs:SingleCRS

geosrs:coordinateSystem

geosrs:CoordinateSystem

1

1

A single coordinate reference system should have exactly one coordinate system

Shape S12

geosrs:SingleCRS

geosrs:datum

geosrs:Datum

1

1

A single coordinate reference system should have exactly one datum

Shape S13

geosrs:TemporalCRS

geosrs:datum

geosrs:TemporalDatum

1

1

A projected coordinate reference system should have exactly one temporal datum

SHACL Shapes: Datum
Table 409. Datum
Label TargetNode Property Class MinCount MaxCount Comment

Shape S1

geosrs:ParametricDatum

geosrs:definingParameter

geosrs:DefiningParameter

1

-

A parametric datum should have at least one defining parameter

SHACL Shapes: Cs
Table 410. Cs
Label TargetNode Property Class MinCount MaxCount Comment

Shape S1

geosrs:3DCoordinateSystem

geosrs:axis

geosrs:CoordinateSystemAxis

3

-

A 3D coordinate system should have at least three axis

Shape S2

geosrs:ConicalCoordinateSystem

geosrs:axis

geosrs:CoordinateSystemAxis

3

-

A conical coordinate system should have at least three axis

Shape S3

geosrs:CoordinateSystem

geosrs:axis

geosrs:CoordinateSystemAxis

1

-

A coordinate system should have at least one axis

Shape S4

geosrs:CoordinateSystemAxis

geosrs:axisDirection

geosrs:AxisDirection

1

1

A coordinate system axis should have exactly one axis direction

Shape S5

geosrs:CylindricalCoordinateSystem

geosrs:axis

geosrs:CoordinateSystemAxis

3

-

A cylindrical coordinate system should have at least three axis

Shape S6

geosrs:DateTimeTemporalCoordinateSystem

geosrs:axis

geosrs:CoordinateSystemAxis

1

1

A date time temporal coordinate system should have exactly one axis

Shape S7

geosrs:PlanarCoordinateSystem

geosrs:axis

geosrs:CoordinateSystemAxis

2

-

A planar coordinate system should have at least two axis

Shape S8

geosrs:TemporalCoordinateSystem

geosrs:axis

geosrs:CoordinateSystemAxis

1

1

A temporal coordinate system should have exactly one axis

Shape S9

geosrs:TemporalCountCoordinateSystem

geosrs:axis

geosrs:CoordinateSystemAxis

1

1

A temporal count coordinate system should have exactly one axis

Shape S10

geosrs:TemporalMeasureCoordinateSystem

geosrs:axis

geosrs:CoordinateSystemAxis

1

1

A temporal measure coordinate system should have exactly one axis

Appendix D: Application Examples

Overview

Minimum Example

Elaborate Example

Appendix E: JSON-LD Context

We provide JSON-LD contexts to be compatible with other JSON-based formats which provide coordinate reference system data.

Overview

Compatibility to PROJJSON

PROJSON is an established format to share geospatial data which has emerge from the PROJ library and encodes the WKT encoding of coordiante references systems. By adding a JSON-LD context to the PROJJSON standard we achieve an immediate compatibility with an established standard simply by extending it by one simple statement.

{
    "@context": "https://opengeospatial.github.io/ontology-crs/context/geosrs-context.json",
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    ...
}

We provide examples of application of this JSON-LD context with the distribution of this standard.

Compatibility to OGCJSON

The OGC CRS working group is aiming towards the creation of their own JSON format for CRS. The JSON-LD context we provide aims to be compatible with both PROJJSON and OGCJSON.

Appendix F: Revision History

Date Release Author Primary clauses modified Description

2016-04-28

0.1

G. Editor

all

initial version

Bibliography

Example Bibliography (Delete this note).

The TC has approved Springer LNCS as the official document citation type. Springer LNCS is widely used in technical and computer science journals and other publications For citations in the text please use square brackets and consecutive numbers: [1], [2], [3] Actual References: [n] Journal: Author Surname, A.: Title. Publication Title. Volume number, Issue number, Pages Used (Year Published) [n] Web: Author Surname, A.: Title, http://Website-Url