@prefix fmea:    <http://example.com/ns/asset-maintenance/fmea/> .
@prefix iso-tmp: <http://tpl.ottr.xyz/p/asset-maintenance/iso14224/0.1/> .
@prefix macro:   <http://tpl.ottr.xyz/p/asset-maintenance/owl/macro/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#> .

iso-tmp:AllDisjointFailureCodes
        rdf:type         ottr:Template ;
        ottr:parameters  ( [ ottr:type      ( ottr:NEList owl:Class ) ;
                             ottr:variable  _:b0
                           ]
                         ) ;
        ottr:pattern     [ ottr:of      macro:ObjectPartition ;
                           ottr:values  ( fmea:FailureCode
                                          _:b0
                                        )
                         ] .
