@prefix inter:  <http://tpl.ottr.xyz/p/asset-maintenance/interface/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#> .
@prefix wo-tmp: <http://tpl.ottr.xyz/p/asset-maintenance/work-orders/0.1/> .

inter:RealizedFailure
        rdf:type         ottr:Template ;
        ottr:parameters  ( [ ottr:type      owl:Class ;
                             ottr:variable  _:b0
                           ]
                         ) ;
        ottr:pattern     [ ottr:of      wo-tmp:RealizedFailure ;
                           ottr:values  ( _:b0
                                        )
                         ] .
