@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/FailureMechanism>
        rdf:type         ottr:Template ;
        ottr:parameters  ( [ ottr:type      owl:Class ;
                             ottr:variable  _:b0
                           ]
                           [ ottr:type      owl:Class ;
                             ottr:variable  _:b1
                           ]
                         ) ;
        ottr:pattern     [ ottr:of      <http://tpl.ottr.xyz/p/asset-maintenance/iso14224/0.2/FailureMechanismSubDivision> ;
                           ottr:values  ( _:b1
                                          _:b0
                                        )
                         ] .
