@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:FailureCodes  rdf:type  ottr:Template ;
        ottr:parameters  ( [ ottr:type      ( ottr:NEList owl:Class ) ;
                             ottr:variable  _:b0
                           ]
                         ) ;
        ottr:pattern     [ ottr:arguments  ( [ ottr:modifier  ottr:listExpand ;
                                               ottr:value     _:b0
                                             ]
                                           ) ;
                           ottr:modifier   ottr:cross ;
                           ottr:of         iso-tmp:FailureCode
                         ] ;
        ottr:pattern     [ ottr:of      iso-tmp:AllDisjointFailureCodes ;
                           ottr:values  ( _:b0
                                        )
                         ] .
