shex-test
Version:
Shape Expressions library tests.
13 lines (9 loc) • 363 B
text/turtle
PREFIX ex: <http://schema.example/>
PREFIX sx: <http://www.w3.org/ns/shex#>
[] a sx:Schema ;
sx:shapes (ex:IssueShape) .
ex:IssueShape a sx:ShapeDecl ; sx:shapeExpr [ a sx:Shape ;
sx:expression [ a sx:TripleConstraint ;
sx:predicate ex:state ;
sx:valueExpr [ a sx:NodeConstraint ;
sx:nodeKind sx:iri ] ] ] .