CSIRO-enviro-informatics / geofabric-dataset

A Linked Data version of the Australian Hydrological Geospatial Fabric product
http://geofabricld.net
Apache License 2.0
5 stars 2 forks source link

Use linked.data.gov.au #8

Closed ashleysommer closed 5 years ago

ashleysommer commented 5 years ago

There is an oversight in the generation of URIs in this geofabric ldapi implementation. See here the output of this: http://geofabricld.net/catchment/9550001?_view=hyfeatures&_format=text/turtle The URI for the catchment is http://geofabricld.net/catchment/9550001 where it should be http://linked.data.gov.au/dataset/geofabric/catchment/9550001

I've checked a the linked.data.gov.au URLs do resolve correctly.

A side-effect of this oversight is all the generated index sets for Geofabric (the spreadsheets and .csv files) erroneously use URIs in the form http://geofabricld.net/catchment/9550001 rather than http://linked.data.gov.au/dataset/geofabric/catchment/9550001

ashleysommer commented 5 years ago

Fixed with https://github.com/CSIRO-enviro-informatics/geofabric-dataset/commit/f64e9dad009059d787db84c2b506f73469503e0a and https://github.com/CSIRO-enviro-informatics/geofabric-dataset/commit/31538184e7d22dd2180cffc1ba0ab502b584f54e

And redeployed.

The indexes will need to be regenerated (or find/replace run on them, if we can do that with the .xlsx library in python).