Skip to content

RDF4J parser always preserves blank node IDs #607

Description

@Ostrzyciel

The default setting for PRESERVE_BNODE_IDS in RDF4J is false, but currently the Jelly parser always assumes true. This makes loading multiple files with blank nodes potentially destructive, as blank node identifiers may get randomly merged.

We should change it to false by default, and also allow reverting it to true.

I suspect we may have the same issue in Jena, check that.

We will also need follow-up changes in jelly-cli, I think?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions