Jesse
Jesse
This feature is very useful, but I would like suggest also a shorthand, which would be like ` shex:expression @shex:TripleExpression{1,3}~` that is equal to ` shex:expressions LIST(@shex:TripleExpression){1,3}` And for sequences...
I prefer it the be actually typed in the options, were it should be explicitly stated that is should interpret it as an URI. This is because I see potential...
I would define it more like ``` - interface ShExProcessor { - Promise validate((USVString or RDFGraph) schema, - (USVString or RDFGraph) graph, - ShapeMap shapeMap, - optional ShExOptions? options); -...