neosemantics
neosemantics copied to clipboard
custom prefix on existing neo4j data
Hi,
I apologize in advance if this is not the right place to ask questions. I am trying n10s and testing it out to export some of the existing data to RDF (works on imported data after initializing n10s). the issue I am running into is while using custom mapping during export. I updated the existing nodes to add uri property and when I set the config to handleVocabUri to ignore, I am able to use custom mapping instead of neovoc but it ignores the uri and it still uses neoind.(I think this is the expected behavior) When I set handleVocabUri to shorten it generates the rdf using the nameprefix I set for the nodes but ignores the mapping for vocab and uses neovoc. I could change the label to add prefix__{label name} and similar to a property but I don't want to have duplicate labels or properties. I am wondering if I am missing something or the thing I'm trying is not possible with duplicate labels and properties
Thank you!!
Hi @ssilwal29, you're at the right place! :) Could you please share some additional details so I can try to reproduce? Version of n10s you'r using and ideally script to reproduce the issue. Maybe you can share a small portion of the graph?