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
Yes, this is a bug, but there might be more than one. "hasTopic" is a sub-property of hasSubject, but they do not have the same range.
We have other properties without range, and the proper class restriction implicitly defines the range.
So a solution can be to remove the hierarchy and the range statement.
The two ranges should be combined with an or-statement:
EditorialObject
hasTopic
(Topic
orEditorialObject
)The text was updated successfully, but these errors were encountered: