openbudgets / rudolf

rudolf is the stepbrother of babbage for RDF datasets
1 stars 0 forks source link

/models and /facts endpoints failing with ErrorException #19

Closed pierorex closed 7 years ago

pierorex commented 7 years ago

Rudolf endpoint: http://eis-openbudgets.iais.fraunhofer.de/api/3/cubes Tested datasets: bonn-budget-20166cf09, aragon-2015-incomec413b

When I try to get /model from those datasets using that rudolf installation (http://eis-openbudgets.iais.fraunhofer.de/api/3/cubes/aragon-2015-income__c413b/model), it fails with something like this: rudolf-error-model

And when trying with the /facts route: rudolf-error-facts

But then if I try with some other datasets, like budget-katerini-revenue-2016__235c7, it all works perfectly.

Anyone has some ideas as of why is this happening?

PD: the server is updated to RUDOLF's latest commit.

larjohn commented 7 years ago

This is due to http://data.openbudgets.eu/resource/dataset/aragon-2015-income missing a title property (http://purl.org/dc/terms/title). While a friendly error message would be a lot better, still, the dataset need this attribute to correctly work.

You can get in touch with @mlukasch on how you could update this with the least effort.

schmaluk commented 7 years ago

I have re-imported the graph for "aragon-2015-income" and now I see the property for title here: http://data.openbudgets.eu/resource/datasets/aragon-income-2015 Maybe some other properties are missing then? Could you please have look too @fathoni ? Thanks

schmaluk commented 7 years ago

@fathoni is working on a fix for the issue on the Aragon dataset. there has been some mismatch in the naming, for example: http://data.openbudgets.eu/resource/datasets/aragon-2015-income should be http://data.openbudgets.eu/resource/dataset/aragon-2015-income Thanks for reporting & having a look though.

fathoni commented 7 years ago

Hi all, fixed datasets are ready for Aragon and I will need @mlukasch to load these datasets to our triple store tomorrow.

schmaluk commented 7 years ago

Thanks @fathoni @pierorex http://eis-openbudgets.iais.fraunhofer.de/api/3/cubes/aragon-2015-expenditure__22925/model is working. Closing the ticket.