{ "@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" } } } } ] }