neosemantics
neosemantics copied to clipboard
How to ignore the prefixes of nodes
Hi,
I am new in Neo4j and RDF issues. I follow the instructions of Neosemantics(n10s) User Guide to import a RDF file (.ttl, generated by Protege 5.5) to Neo4j. I set the parameter "handleVocabUris" to ignore the prefix. However, the prefix of the node still exists. I want to konw how to ignore the prefix (URI) of the node? Should I modify my RDF file?
Thanks! Xsam.txt
Hi,
I am new in Neo4j and RDF issues. I follow the instructions of Neosemantics(n10s) User Guide to import a RDF file (.ttl, generated by Protege 5.5) to Neo4j. I set the parameter "handleVocabUris" to ignore the prefix. However, the prefix of the node still exists. I want to konw how to ignore the prefix (URI) of the node? Should I modify my RDF file?
Thanks! Xsam.txt
have you solved this problems? thanks
Setting the parameter handleVocabUris to "IGNORE" as described in the manual should be enough.
CALL n10s.graphconfig.set({ handleVocabUris: "IGNORE" });
If that's not what you're seeing then please share your example so we can try to reproduce.
Regards,
JB.