quangis / quangis-workflow

Tools to describe GIS workflows semantically, and to generate them. Includes the core concept transformation algebra (CCT).
GNU General Public License v3.0
1 stars 0 forks source link

Deprecation of tool abstractions and multitools #5

Open nsbgn opened 1 year ago

nsbgn commented 1 year ago

Once tools & signatures are read from files (see the previous issue), they also need to be written back to files.

When a new tool application is analyzed whose CCD type is more general than the current signature, the type may be widened. When, as a consequence, another signature is now covered by it, too, this signature can become deprecated. However, we shouldn't simply delete it, since previous abstract workflows may refer to it by now. Therefore, we should add owl:sameAs predicates to indicate that the additional URIs have been "merged".