Closed
Description
rdf-toolkit
provides a new option to suppress named individual assertions. These are added by Protege and we would like to eliminate them from gist. The option is:
-sni,--suppress-named-individuals suppresses all instances of owl:NamedIndividual
Integrating this option into our workflow involves:
- Download the new version of
rdf-toolkit
into thetools
directory - Update
serialize
action inbundle.yaml
- Update
serialize
shell script
I'm also going to move all the serializer files into a subdirectory tools/serializer
.