You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I was working with KnowledgeEplorer a bit and found some potential bugs in the method addC in the class KnowledgeExplorer.
I guess there should be p.getpName() instead of p.getId(), because p.getId() is always 0, thus everything is filtered out.
I do not know about the individual case, because it does not seem that label includes IndividualName but nominals, ObjectOfOne, so the synonyms are not added if there is an equal individual.
I was not sure if I should repair it and commit changes. I do not want to mess it up though.
Hello,
I was working with KnowledgeEplorer a bit and found some potential bugs in the method addC in the class KnowledgeExplorer.
I guess there should be p.getpName() instead of p.getId(), because p.getId() is always 0, thus everything is filtered out.
I do not know about the individual case, because it does not seem that label includes IndividualName but nominals, ObjectOfOne, so the synonyms are not added if there is an equal individual.
I was not sure if I should repair it and commit changes. I do not want to mess it up though.
I also published this issue on StackOverflow: https://stackoverflow.com/questions/72716584/jfact-knowledgeexplorer-getobjectlabel-does-not-return-simple-concepts
My suggested solution is:
The text was updated successfully, but these errors were encountered: