You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"error":"db/shacl-validation","cause":"SHACL PropertyShape exception - sh:class: class(es) #{211106232533039} must be same set as #{211106232533465}."}
Of note: if you change the shacl constraint in Charge Class from
"shacl:class": {
"@id": "Offering"
},
to
"shacl:class": {
"@id": "ServiceOffering"
},
the error goes away so it seems It's not observing inheritance.
The text was updated successfully, but these errors were encountered:
repro
expected
it works with no errors
actual
{"error":"db/shacl-validation","cause":"SHACL PropertyShape exception - sh:class: class(es) #{211106232533039} must be same set as #{211106232533465}."}
Of note: if you change the shacl constraint in
Charge
Class fromto
the error goes away so it seems It's not observing inheritance.
The text was updated successfully, but these errors were encountered: