Skip to content

Decoding and loading multiple NT files with potential blank node name collisions #2

@fils

Description

@fils

I'm interested in trying this library out to address a use case;

  1. I have multiple JSON-LD documents that I convert to NT
  2. These documents often have blank nodes in them which tend to be name _:b0 and on.
  3. However, this naming is across the various files and in some case the blank nodes are in the subject position.
  4. 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?

thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions