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