The domain model MIS.csv and TWIS.csv tables both include a 'label' field, which is converted by CSV2NQ into an `rdfs#label# property.
At one time, the SPYDERISK system-modeller inserted a copy of this property into system model TWIS entities generated from the domain model pattern. However, this label served no useful purpose, so it just inflated the system model size and is no longer used.
The property was retained in domain models for some time because old versions of system-modeller could crash if it was missing. That should no longer be a concern - enough time has passed, so they can be removed.
At present, CSV2NQ expects these properties to be present, so a small change is needed to remove them.
The domain model MIS.csv and TWIS.csv tables both include a 'label' field, which is converted by CSV2NQ into an `rdfs#label# property.
At one time, the SPYDERISK system-modeller inserted a copy of this property into system model TWIS entities generated from the domain model pattern. However, this label served no useful purpose, so it just inflated the system model size and is no longer used.
The property was retained in domain models for some time because old versions of system-modeller could crash if it was missing. That should no longer be a concern - enough time has passed, so they can be removed.
At present, CSV2NQ expects these properties to be present, so a small change is needed to remove them.