Closed ashleysommer closed 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).
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