This PR implements the last part of #886, which is to allow "value" expressions as constraints on the --drop-annotation-assertion parameter.
This does not at all affect the current behaviour on the master branch, and is a bit incomplete compared to the more powerful selector in remove and filter: only exact values and regex constraints are supported, nothing else (in particular not constraints like <IRI>).
[ ] @jamesaoverton note that i cannot run mvn site anymore: I get thousands of errors. Not sure why!
Resolves #886
docs/
have been added/updatedmvn verify
says all tests passmvn site
says all JavaDocs correctCHANGELOG.md
has been updatedThis PR implements the last part of #886, which is to allow "value" expressions as constraints on the --drop-annotation-assertion parameter.
This does not at all affect the current behaviour on the
master
branch, and is a bit incomplete compared to the more powerful selector inremove
andfilter
: only exact values and regex constraints are supported, nothing else (in particular not constraints like<IRI>
).mvn site
anymore: I get thousands of errors. Not sure why!