-
Notifications
You must be signed in to change notification settings - Fork 6
Description
The specification mentions the "OGC EPSG Coordinate Reference Systems Register" in several places, such as the descriptions of the geodcatap:referenceSystem property.
| Entity | Property | Range | Property label | Property definition | Property usage note |
|---|---|---|---|---|---|
| dcat:Catalog | geodcatap:referenceSystem | dct:Standard | reference system | The reference system used in accordance with OGC EPSG Coordinate Reference Systems Register [[OGC-EPSG]]. | |
| dcat:Distribution | geodcatap:referenceSystem | dct:Standard | reference system | The reference system used in the Distribution. | The reference system used in accordance with OGC EPSG Coordinate Reference Systems Register [[OGC-EPSG]]. |
| dcat:DataService | geodcatap:referenceSystem | skos:Concept | reference system | The reference system used in the Data Service. | Spatial reference systems SHOULD be specified by using the corresponding URIs from the "EPSG coordinate reference systems" register operated by OGC [[OGC-EPSG]]. |
| dcat:Dataset | geodcatap:referenceSystem | skos:Concept | reference system | The reference system used in accordance with OGC EPSG Coordinate Reference Systems Register [[OGC-EPSG]]. | |
| dcat:DatasetSeries | geodcatap:referenceSystem | skos:Concept | reference system | The reference system used in accordance with OGC EPSG Coordinate Reference Systems Register [[OGC-EPSG]]. | Spatial reference systems SHOULD be specified by using the corresponding URIs from the "EPSG coordinate reference systems" register operated by OGC [[OGC-EPSG]]. |
The OGC CRS register contains more CRS descriptions than the ones defined in IOGP’s EPSG Geodetic Parameter Dataset:
The OGC CRS register concentrates on providing a machine readable interface. For the entries defined in the EPSG register, it serves as a URI resolver to those entries in their IOGP source registry. OGC also includes CRSs defined in its own Standards and CRSs that OGC Member organizations request OGC to manage.
(Source: Guide to Coordinate Reference System (CRS) Resources)
Several of the examples in the GeoDCAT-AP specification refer to CRS http://www.opengis.net/def/crs/OGC/1.3/CRS84, so I suppose the intention is not to restrict the CRSs to only the ones defined by IOGP?
If the use of URIs defined in the OGC CRS register is only a recommendation, it should be in the usage note for every description of geodcatap:referenceSystem. Currently, the definitions of geodcatap:referenceSystem in dcat:Catalog, dcat:Dataset and dcat:DatasetSeries seem to require that those URIs are used.
I would also suggest to add a link to the Guide to Coordinate Reference System (CRS) Resources somewhere in the specification (this guide is referred to from the front page of the ISO Geodetic Registry).