Closed jyucsiro closed 4 years ago
Query using loci-integration-api on the new cache data returns an error for /location/overlaps using http://linked.data.gov.au/dataset/asgs2016/statisticalarealevel1/20604112235
/location/overlaps
This query is used in excelerator and is currently not working with some test data.
API may need refactoring to use new RDF predicates.
Details below to reproduce error....
Query parameters:
{ uri: 'http://linked.data.gov.au/dataset/asgs2016/statisticalarealevel1/20604112235', areas: true, proportion: true, contains: false, within: false, crosswalk: true, output_type: 'http://linked.data.gov.au/def/gnaf#Address', output_dataset: 'http://linked.data.gov.au/dataset/gnaf-2016-05' }
curl
curl -X GET "https://test-api.loci.cat/api/v1/location/overlaps?uri=http%3A%2F%2Flinked.data.gov.au%2Fdataset%2Fasgs2016%2Fstatisticalarealevel1%2F20604112235&areas=true&proportion=true&contains=false&within=false&output_type=http%3A%2F%2Flinked.data.gov.au%2Fdef%2Fgnaf%23Address&crosswalk=true&count=1000&offset=0" -H "accept: application/json"
http
https://test-api.loci.cat/api/v1/location/overlaps?uri=http%3A%2F%2Flinked.data.gov.au%2Fdataset%2Fasgs2016%2Fstatisticalarealevel1%2F20604112235&areas=true&proportion=true&contains=false&within=false&output_type=http%3A%2F%2Flinked.data.gov.au%2Fdef%2Fgnaf%23Address&crosswalk=true&count=1000&offset=0
PR #60 part of the solution...
Query using loci-integration-api on the new cache data returns an error for
/location/overlaps
using http://linked.data.gov.au/dataset/asgs2016/statisticalarealevel1/20604112235This query is used in excelerator and is currently not working with some test data.
API may need refactoring to use new RDF predicates.
Details below to reproduce error....
Query parameters:
curl
http