#002: Add _entities/_reify endpoint for RDF 1.2 annotations #14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/002-reify-endpoint"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #2
What
Adds the missing
POST /_ds/{dataset}/_entities/_reifyendpoint.This was the last unimplemented piece of #002 — the endpoint was
referenced in the entity editor JS but never defined in the backend.
How
src/routes/datasets.rsaccepts a Turtle bodystore.load_from_reader(RdfFormat::Turtle, ...)to persistRDF 1.2 quoted triple annotations (StatedTriple / NonStatedTriple / qualifiers)
root/prefix consistent with other/_ds/routesTests
3 new tests added, 50 total passing.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.