Jesse

Results 2 issues of Jesse

Following shema and data, results in a pass while should give a failure. This is triggered because the `( :test @* | :test @* ); `causes a recursive check on...

The shema ``` PREFIX : PREFIX xsd: start = @ { # An Observation has: (:status xsd:integer* | :status xsd:string* )* } ``` with data ``` PREFIX : PREFIX xsd:...