Some of our data properties were seen as deprecated in Protege (and possibly by some of our scripts in https://github.com/incf-nidash/nidm-specs/pull/479) when they did not have owl:deprecated = True. Digging into this, it looks like their might be bad interactions when a non-deprecated data property has the same rdfs:label as a deprecated data property. An example:
We have therefore updated the labels of all deprecated data properties to be prefixed by 'deprecated' and this solves the issue:
This PR was done with @natachaperez.
Some of our data properties were seen as deprecated in Protege (and possibly by some of our scripts in https://github.com/incf-nidash/nidm-specs/pull/479) when they did not have
owl:deprecated = True
. Digging into this, it looks like their might be bad interactions when a non-deprecated data property has the samerdfs:label
as a deprecated data property. An example:We have therefore updated the labels of all deprecated data properties to be prefixed by 'deprecated' and this solves the issue: