@prefix inter:   <http://tpl.ottr.xyz/p/asset-maintenance/interface/0.1/> .
@prefix iso-tmp: <http://tpl.ottr.xyz/p/asset-maintenance/iso14224/0.1/> .
@prefix ottr:    <http://ns.ottr.xyz/0.4/> .
@prefix owl:     <http://www.w3.org/2002/07/owl#> .
@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

inter:FailureCodesEQMapping
        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:arguments  ( [ ottr:value  _:b0 ]
                                             [ ottr:modifier  ottr:listExpand ;
                                               ottr:value     _:b1
                                             ]
                                           ) ;
                           ottr:modifier   ottr:cross ;
                           ottr:of         iso-tmp:EQhasSomeFailure
                         ] ;
        ottr:pattern     [ ottr:of      iso-tmp:EQhasOnlyFailures ;
                           ottr:values  ( _:b0
                                          _:b1
                                        )
                         ] .
