#004: Visual SHACL editor #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Blocked by
Summary
Provide a visual UI for creating and editing SHACL shapes, replacing the need to write SPARQL or Turtle manually. Users should be able to define node shapes, property shapes, constraints, and the mapping between shapes and dataset graphs through a form-based interface.
Motivation
In the initial implementation (#001), SHACL shapes are managed via raw SPARQL on the
_shacl/_queryand_shacl/_updateendpoints. This requires knowledge of SHACL vocabulary and SPARQL syntax. A visual editor would make shape management accessible to non-technical users.Scope (TBD)
Tests
Unit tests
Integration tests
Manual tests