payola / Payola

RDF framework
http://payola.cz
62 stars 15 forks source link

Link/node graph does not correspond to the triple list for CONSTRUCT query #53

Open svatek opened 10 years ago

svatek commented 10 years ago

Analysis http://live.payola.cz/analysis/f7953042-6d29-4cb6-9eef-016f56824b32 returns for each business entity (bidder) three triples: type (gr:BusinessEntity), year (of entity registration) and count (of public contracts). However, a link/node graph (circle, tree etc.) only links a single business entity resource to gr:BusinessEntity. Other business entities are wrongly linked, by rdf:type links, to entities corresponding to years. See example in screenshot: the business entity in upper-left is linked by the ex:year property to year 1992, and, wrongly, by the rdf:type property to year 2003. payola-issue

kudlondr commented 10 years ago

The graph visualization (circle, tree) does not modify graph at all (the analysis result), the same as Triple table. This might be a bug. Could you, please, share a copy of the analysis with me (my user name is kudl.ondr at gmail.com)? The analysis at the link, you have posted, is probably private, thus I can not access it.

svatek commented 10 years ago

Sorry, it was private indeed (though for the admin account, which I used then). Now shared to kudl.ondr.

kudlondr commented 10 years ago

Thank you.

Yes, it's definitely a bug. The problem is, that the graph does not consist of only one discrete component. I will fix it.