propi / rdfrules

RDFRules: Analytical Tool for Rule Mining from RDF Knowledge Graphs
GNU General Public License v3.0
28 stars 2 forks source link

mining result is sensitive to variable names #66

Open kliegr opened 3 years ago

kliegr commented 3 years ago

A mining task

 Any Any Any => ?a <interacts_with> <Q9BYF1>

will return over 10k results. The same task with a differently named variable

 Any Any Any => ?b <interacts_with> <Q9BYF1>

will not return any results. tasks.zip