regen-network / regen-registry-standards

:seedling: RDF and SHACL schemas for Regen Registry
4 stars 1 forks source link

Move new credit class SHACL constraints to generic credit-class.ttl #70

Open blushi opened 1 year ago

blushi commented 1 year ago

As part of the creation of C04 and KSH01, some new metadata fields have been added: https://github.com/regen-network/regen-registry-standards/pull/68, https://github.com/regen-network/regen-registry-standards/pull/66 The constraints defined for them have been added to class specific files but we realized that most of them relate to the same fields. So we should refactor those constraints to be in our generic credit-class.ttl instead (and make them optional since they might not be in the other credit classes metadata).

We can work on that once #66 and #68 are merged.