Spyderisk / domain-csv2nq

Convert from domain model CSV source files into NQ artifact
Apache License 2.0
0 stars 0 forks source link

Remove MIS and TWIS labels #1

Closed mike1813 closed 1 year ago

mike1813 commented 1 year ago

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.