Eric Prud'hommeaux
Eric Prud'hommeaux
It's common to create a validator with a schema and test many instances against it, e.g. an ingestion validator for a web service. ``` diff - interface ShExProcessor { -...
The whitespace in `ShExErrorCode` makes the natural URL form require some transformation or encoding. Encoding would look like `http://www.w3.org/ns/shex#invalid%20schema`. ``` diff - enum ShExErrorCode { - "invalid schema", - "non-conforming...
It seems like low-haning fruit to have the results be available in RDF. We should at least do the engineering for that so that if we add it later, we...