neosemantics icon indicating copy to clipboard operation
neosemantics copied to clipboard

How to ignore the prefixes of nodes

Open samsamsoo opened this issue 4 years ago • 2 comments

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

samsamsoo avatar Oct 30 '20 07:10 samsamsoo

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

heng-yin avatar Nov 26 '20 02:11 heng-yin

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.

jbarrasa avatar Mar 02 '21 14:03 jbarrasa