ontoportal-lirmm / goo

Graph Oriented Objects (GOO) for Ruby. A RDF/SPARQL based ORM.
http://ncbo.github.io/goo/
Other
0 stars 4 forks source link

implement `inverse_of_<property>` validator #20

Closed syphax-bouazzouni closed 10 months ago

syphax-bouazzouni commented 1 year ago

Requirement

p1 inverse_of_p2 Enforce that if we have A p1 B then B p2 A

syphax-bouazzouni commented 10 months ago

implemented in #27