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
I have a Class that has multiple attributes with owl: ObjectSomeValuesFrom, EquivalentClasses, IntersectionOf. I noticed that if I only populate one of the attributes (I needed such an equivalence class), no equivalence axiom is generated. I have to populate at least 2 for the equivalence axiom (with an intersection) to be created. I understand that an intersection needs more than one attribute but the implementation should be forgiving and be able to generate the equivalence axiom without the intersection if there is only one attribute to work with. I'm cloning the class to have a different set of annotations (i.e no IntersectionOf ) as a workaround for now.
The text was updated successfully, but these errors were encountered:
I have a Class that has multiple attributes with
owl: ObjectSomeValuesFrom, EquivalentClasses, IntersectionOf
. I noticed that if I only populate one of the attributes (I needed such an equivalence class), no equivalence axiom is generated. I have to populate at least 2 for the equivalence axiom (with an intersection) to be created. I understand that an intersection needs more than one attribute but the implementation should be forgiving and be able to generate the equivalence axiom without the intersection if there is only one attribute to work with. I'm cloning the class to have a different set of annotations (i.e no IntersectionOf ) as a workaround for now.The text was updated successfully, but these errors were encountered: