shex-test
Version:
Shape Expressions library tests.
19 lines (18 loc) • 420 B
JSON
{
"@context": "http://www.w3.org/ns/shex.jsonld",
"type": "Schema",
"shapes": [
{ "type": "ShapeDecl",
"id": "http://schema.example/IssueShape",
"shapeExpr": {
"type": "Shape",
"expression": {
"type": "TripleConstraint",
"predicate": "http://schema.example/state",
"valueExpr": {
"type": "NodeConstraint", "nodeKind": "iri"
}
}
} }
]
}