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:predicate ; sx:annotation ( [ a sx:Annotation ; sx:predicate ; sx:object "1" ] [ a sx:Annotation ; sx:predicate ; sx:object "2" ] [ a sx:Annotation ; sx:predicate ; sx:object "3" ] ) ] ] .