International-Data-Spaces-Association / InformationModel

The Information Model of the International Data Spaces implements the IDS reference architecture as an extensible, machine readable and technology independent data model.
Apache License 2.0
61 stars 35 forks source link

Verify comments in SHACL files referencing external classes and properties #594

Closed lcomet closed 6 months ago

lcomet commented 1 year ago

Consider for example the file "DescribedSemanticallyShape.ttl" in which the comment indicates "A ids:DescribedSemantically is an abstract class. Please use one of the subclasses for the generation of instances.". In this case, if the corresponding model (DescribedSemantically.ttl) is not needed anymore, after reengineering, then the corresponding SHACL shape is also obsolete. However, if the SHACL shape is needed, verify the comment and update accordingly.

https://github.com/International-Data-Spaces-Association/InformationModel/blob/6aa9ac182f65142ac5290507d84a18809199af20/testing/shared/DescribedSemanticallyShape.ttl#L29

lcomet commented 6 months ago

Based on the analysis of the entries described as "redundant" in this file and the testing folder in our project, there are not outdated entries referring to already replaced classes and properties. Meaning that this issue can be closed.