@prefix o-owl-re: . @prefix o-owl-ut: . @prefix ottr: . @prefix owl: . @prefix rdf: . o-owl-re:ObjectUnionOf rdf:type ottr:Template ; ottr:parameters ( [ ottr:type owl:Class ; ottr:variable _:b0 ] [ ottr:type ( ottr:NEList owl:Class ) ; ottr:variable _:b1 ] ) ; ottr:pattern [ ottr:of o-owl-ut:TypedListRelation ; ottr:values ( _:b0 owl:Class owl:unionOf _:b1 ) ] .