shexSpec / shape-map

ShapeMap structure and language specification
MIT License
1 stars 3 forks source link

Indicate expected failure in ShapeMap #23

Open ericprud opened 2 years ago

ericprud commented 2 years ago

In shex-simple, the first example in the manifest includes one positive test and one negative test (that is the latter is expected to fail). I expressed this as

{FOCUS :status _}@START,
<Patient2>@!<ObservationShape>

(I couldn't just changed conformant to nonconformant because the first one is conformant and the second is not.

If I recall, @labra suggested reversing the order of the @ and the !, which I agree with because it keens shape expr references (@<ShapeURL>) consistent between ShapeMaps and ShEx.