shex-test
Version:
Shape Expressions library tests.
36 lines (35 loc) • 823 B
JSON
{
"@context": "http://www.w3.org/ns/shex.jsonld",
"type": "Schema",
"shapes": [
{ "type": "ShapeDecl",
"id": "http://a.example/S1",
"shapeExpr": {
"type": "Shape",
"expression": {
"type": "TripleConstraint",
"predicate": "http://a.example/p1",
"valueExpr": {
"type": "ShapeAnd",
"shapeExprs": [
{
"type": "NodeConstraint",
"nodeKind": "literal",
"minlength": 4
},
{
"type": "NodeConstraint",
"nodeKind": "literal",
"maxlength": 5
},
{
"type": "NodeConstraint",
"nodeKind": "literal",
"pattern": "^(ab)+$"
}
]
}
}
} }
]
}