UNPKG

shex-test

Version:

Shape Expressions library tests.

24 lines (23 loc) 549 B
{ "type": "Schema", "shapes": [ { "type": "ShapeDecl", "id": "http://example.org/S", "shapeExpr": { "type": "Shape", "expression": { "type": "TripleConstraint", "predicate": "http://example.org/a", "valueExpr": { "type": "Shape", "expression": { "type": "TripleConstraint", "predicate": "http://example.org/b", "valueExpr": "http://example.org/S" } } } } } ], "@context": "http://www.w3.org/ns/shex.jsonld" }