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 `superior_equal_to_<property>` validator #19

Closed syphax-bouazzouni closed 10 months ago

syphax-bouazzouni commented 1 year ago

Requirement

Enforce that the property p1 will always be >= to p2, if p1 superior_equal_to_p2 assessed

syphax-bouazzouni commented 10 months ago

implemented in https://github.com/ontoportal-lirmm/goo/pull/27