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
64 stars 37 forks source link

fix range for ids:constraint property #365

Closed HaydarAk closed 3 years ago

HaydarAk commented 3 years ago

There is a small mistake in our modeling.

In the ids:Rule class, the ids:constraint property points to ids:Contraint. The corresponding Rule Shape indicates that we should refer to the superclass of ids:Constraint. In the current implementation, we can not refer to LogicalConstraints from rules. https://github.com/International-Data-Spaces-Association/InformationModel/blob/54146ee8097fe12a45b4ec4bffe501765d96284d/testing/contract/RuleShape.ttl#L88-L94