Is there a way to define/execute custom data integrity checks on the Azure Digital Twin data?
Eg:
We have a model for Person with property name, gender and age.
Person1/Person2/Person3 are twins of type Person.
Person2 <motherOf> Person1 would imply we cannot have Person2 gender as "Male".
How can such checks be defined and performed on the data level?