Skip to content

Conversation

SarahGrand
Copy link

@SarahGrand SarahGrand commented Aug 13, 2025

GH-5327

Implementation of RDF 1.2 triple terms, overwriting existing RDF-Star implementation.
Removed, deprecated, or disabled files and tests relating to RDF-Star that were no longer relevant for RDF 1.2.
Parsing and writing implemented only in Turtle, TriG, NTriples, and NQuads parsers.
SPARQL querying not implemented. SPARQL-Star functionality left as is, and needs to be updated for SPARQL 1.2.

Note: this PR also includes the changes for RDF 1.2 Literals (JSON and directed language strings) since some of these changes rely on code changes from that PR. RDF 1.2 Literals changes should be merged before this.


PR Author Checklist (see the contributor guidelines for more details):

  • my pull request is self-contained
  • I've added tests for the changes I made
  • I've applied code formatting (you can use mvn process-resources to format from the command line)
  • I've squashed my commits where necessary
  • every commit message starts with the issue number (GH-xxxx) followed by a meaningful description of the change

@kenwenzel
Copy link
Contributor

Thank you for the PR. I would propose to not restructure and change the version in one commit.
The first commit should restructure the code and the second commit could change the version.
We should also go to the version 6.0.0-SNAPSHOT and not 6.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants