shacl-tulip/tests
Stephan Heunis c981a8246d Change FormBase tracking of triple object values
shacl-vue needed a way to connect specific keys to a triple object value in FormBase.content
The value of a triple object which was previously stored as a basic type element in an array,
e.g. [null]. This has been changed to storing an object with one required field 'value' in an
array, e.g. [{value: null}]. It now allows any application using shacl-tulip to add additional
properties to the element, which satisfies shacl-vue's need to add a so-called component-key.
The main changes necessary were just to update the code accessing specific array elements to
storing and accessing those elements as javascript objects. The relevant tests were also updated,
and shacl-tulip version has been bumped to 0.8
2025-10-09 23:42:06 +02:00
..
ClassDataset.test.js Replace rdf-ext with n3 in an attept to improve performance 2025-05-20 11:41:18 +02:00
FormBase.test.js Change FormBase tracking of triple object values 2025-10-09 23:42:06 +02:00
RdfDataset.test.js fix tests 2025-05-20 22:26:48 +02:00
ShapesDataset.test.js Update mock shape data and tests for getPropertyNodeKind 2025-07-24 22:11:53 +02:00
tulip.test.js add shacl-tulip import tests 2025-03-11 00:41:04 +01:00