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
I'm interested in trying this library out to address a use case;
I have multiple JSON-LD documents that I convert to NT
These documents often have blank nodes in them which tend to be name _:b0 and on.
However, this naming is across the various files and in some case the blank nodes are in the subject position.
I currently use http://rdfpro.fbk.eu/ to combine these files and ensure the blank nodes are rewritten to be unique.
all other elements of this flow other than RDFPro is in Go and I would love to remove it.
If I load multiple NT files into a triplestrore obeject in your package do you re-write the blank nodes on load so that I don't loose/overwrite/miss-associate triples?