neosemantics
neosemantics copied to clipboard
Bugs on linking the instances to the ontology
Thanks for your contribution to neosemantics. I have tested this version on Windows 7. Compared to version 3.5, the new version (4.0) of neosemantics improves along with bugs in terms of linking the instance nodes to the ontology.
Improvement: In order to link to their classes imported beforehand, nodes representing instances will lose all labels but only the label "Resource" by setting the parameter "typesToLabels" to "false" in the old versions. It's so inconvenient for users to show all instances separately by Cypher command "Match" using specific labels. It's a good idea for the new version to keep the "owl:NamedIndividual" as the specialized label of instances.
Bugs: The instance nodes cannot be linked to their ontology nodes imported beforehand by setting the parameter "typesToLabels" to "false" in the new version. Hope you fix it. Another bug is about checking the extension installation, it doesn't work by running ":GET http://localhost:7474/rdf/n10s/ping" as the manual says. However, the old command ":GET /rdf/ping" still works for the new version. Maybe you need to fix it or update the manual.