PREFIX ex: PREFIX sx: PREFIX xsd: [] a sx:Schema ; sx:shapes () . a sx:ShapeDecl ; sx:shapeExpr [ a sx:Shape ; sx:expression [ a sx:TripleConstraint ; sx:annotation ([ a sx:Annotation ; sx:object "1" ; sx:predicate ] [ a sx:Annotation ; sx:object "2" ; sx:predicate ] [ a sx:Annotation ; sx:object "3" ; sx:predicate ]) ; sx:inverse true ; sx:predicate ] ] .