giuseppefutia / vis-public-contracts

This project allows you to create visualizations from the RDF representation of Italian public contracts, in compliance with the Transparency Act, L.190/2012.
GNU General Public License v2.0
2 stars 0 forks source link

Bubble chart works only for Politecnico di torino #15

Closed nicorusti closed 9 years ago

nicorusti commented 9 years ago

By searching other PA, the bubble chart doesn't show up

alemela commented 9 years ago

We've to understand if the problem is in the query SPARQL call or in the visualization template. Could you please provide one or two example in which you'd expect the bubble chart?

nicorusti commented 9 years ago

I think there should be a bubble chart for every pa. Politecnico di milano, for example, has no bubble chart 80057930150

alemela commented 9 years ago

Thanks I noticed that is the uduvudu http://public-contracts.nexacenter.org/id/hasContract matcher that works only for Polito, but haven't understood why, yet.

nicorusti commented 9 years ago

That is a virtual property assigned in the CONSTRUCT sparql Query. There must be something wrong there

alemela commented 9 years ago

I read some SPARQL answers and all seem to be complete. I haven't seen any difference between polito's one and others but I want to check more.

alemela commented 9 years ago

Find out! https://github.com/giuseppefutia/vis-public-contracts/commit/0ae3cc5dde91ea638d0aea3f20d63deaeb865c67 Now it works!

giuseppefutia commented 9 years ago

edaidaidai

nicorusti commented 9 years ago

If possible, i would add to the bubble chart (when mouse is passed on a bubble), some additional information about the contract (i.e. The name of the awarded tender), then i would make the bubble clickable so that you can go to see the rdf

giuseppefutia commented 9 years ago

@nicorusti ok! I think you could open a new issue for that! Thanks!