[dxwg] EXAMPLE 49 Data Catalog Vocabulary (DCAT) - Version 2 coordinates are in wrong order (#1117)

nmtoken has just created a new issue for https://github.com/w3c/dxwg:

== EXAMPLE 49 Data Catalog Vocabulary (DCAT) - Version 2 coordinates are in wrong order ==
  Example 49 has:

    ga-courts:jc
      rdf:type dcat:Dataset ;
      dct:description "The dataset contains spatial locations, in point format, of the Australian High Court, Australian Federal Courts and the Australian Magistrates Courts."@en ;
      dct:spatial [
        rdf:type dct:Location ;
        dcat:bbox """<http://www.opengis.net/def/crs/EPSG/0/4283> POLYGON((
          115.864566 -42.885989 , 115.864566 -12.460578 ,
          153.276835 -12.460578 , 153.276835 -42.885989 ,
          115.864566 -42.885989
        ))"""^^geosparql:wktLiteral ;
      ] ;
      dct:title "Judicial Courts"@en ;
      dct:type <http://purl.org/dc/dcmitype/Dataset> ;
      dcat:landingPage <https://ecat.ga.gov.au/geonetwork/srv/eng/catalog.search#/metadata/cc365600-294a-597d-e044-00144fdd4fa6> ;
    .

However EPSG::4283 (it's clearer if use the EPSG registry WKT~ http://www.epsg-registry.org/export.htm?wkt=urn:ogc:def:crs:EPSG::4283)  is lat long.

So 115.864566 -42.885989  must be incorrect as lat has a range +/- 90


Please view or discuss this issue at https://github.com/w3c/dxwg/issues/1117 using your GitHub account

Received on Friday, 4 October 2019 13:54:07 UTC