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
In the pop-up that appears for selecting the "Logical Definition Superclass" in the Logical Definitions view, we should filter out the classes that don't make sense to be used as a potential logical definition superclass. These could be, for example, superclasses that are NOT included in any of the linearizations (according to the Linearizations information), OR classes that are NOT descendants of any of the "relevant" "top" classes (which can be specified in some configurations, e.g. of the Class Tree view or that of the Logical Definition view).
Doing this we could get rid of irrelevant superclasses, such as ICD Entity, Classification Entities and owl:Thing.
The text was updated successfully, but these errors were encountered:
The easiest way to filter out the unwanted classes would be to do how Csongor said and just filter out all the classes that do not have a linearization. this will also fix #127
ICD Entity, Extension codes and ICF Entity seem to have a linearization history based on the import file whofic_foundation_2024.05.30_v2.lin.json.zip
. Is this correct? if yes then they will not be filtered by the current implementation.
In the pop-up that appears for selecting the "Logical Definition Superclass" in the Logical Definitions view, we should filter out the classes that don't make sense to be used as a potential logical definition superclass. These could be, for example, superclasses that are NOT included in any of the linearizations (according to the Linearizations information), OR classes that are NOT descendants of any of the "relevant" "top" classes (which can be specified in some configurations, e.g. of the Class Tree view or that of the Logical Definition view).
Doing this we could get rid of irrelevant superclasses, such as
ICD Entity
,Classification Entities
andowl:Thing
.The text was updated successfully, but these errors were encountered: