@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#> .

<http://tpl.ottr.xyz/p/asset-maintenance/interface/0.2/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         <http://tpl.ottr.xyz/p/asset-maintenance/iso14224/0.2/FailureModeCode>
                         ] ;
        ottr:pattern     [ ottr:of      <http://tpl.ottr.xyz/p/asset-maintenance/iso14224/0.2/AllDisjointFailureModeCodes> ;
                           ottr:values  ( _:b0
                                        )
                         ] .
