iovka / shex-java

Validation of Shape Expression Schemas
GNU Lesser General Public License v3.0
10 stars 6 forks source link

don't rely on traits to default shapeLabel #24

Open ericprud opened 3 years ago

ericprud commented 3 years ago

The old code looked for a <#Start> trait, which isn't reliable. New code uses START= if no shapeLabel is supplied.

TODO: don't expect a testCase but instead some structure defined in an API (which could look like a testCase, but a manifest API would probably be nicer.