You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, in cases of a larger file (which I unfortunately can not share by now), it failed to remove some annotations. --preserve-structure false is needed to avoid the property hierarchy getting messed up. But the problem also occurs without --preserve-structure false.
I would have expected, that the annotations for xsd:anyURI, xsd:dateTime and xsd:string would be removed too. Any idea what could be the reason?
An workaround could be the use of SPARQL UPDATE, but that is not nice, as it would require an additional query file and an additional convert command, to preserve the OWL API serialization.
The text was updated successfully, but these errors were encountered:
I tried to work around #1163 with
robot remove
. In case of the small example in #1163 it worked out with the following command:However, in cases of a larger file (which I unfortunately can not share by now), it failed to remove some annotations.
--preserve-structure false
is needed to avoid the property hierarchy getting messed up. But the problem also occurs without--preserve-structure false
.From the result without
remove
command:From the result with
remove
command:I would have expected, that the annotations for
xsd:anyURI
,xsd:dateTime
andxsd:string
would be removed too. Any idea what could be the reason?An workaround could be the use of SPARQL UPDATE, but that is not nice, as it would require an additional query file and an additional
convert
command, to preserve the OWL API serialization.The text was updated successfully, but these errors were encountered: