@prefix fmea:   <http://example.com/ns/asset-maintenance/fmea/> .
@prefix o-rdf:  <http://tpl.ottr.xyz/rdf/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 tmp:    <http://tpl.ottr.xyz/p/asset-maintenance/general/0.1/> .
@prefix tmp1:   <http://tpl.ottr.xyz/p/asset-maintenance/general/0.1/> .
@prefix wo-tmp: <http://tpl.ottr.xyz/p/asset-maintenance/work-orders/0.1/> .
@prefix xsd:    <http://www.w3.org/2001/XMLSchema#> .

wo-tmp:WorkOrder  rdf:type  ottr:Template ;
        ottr:parameters  ( [ ottr:type      owl:NamedIndividual ;
                             ottr:variable  _:b0
                           ]
                           [ ottr:type      xsd:date ;
                             ottr:variable  _:b1
                           ]
                           [ ottr:type      xsd:string ;
                             ottr:variable  _:b2
                           ]
                           [ ottr:type      owl:NamedIndividual ;
                             ottr:variable  _:b3
                           ]
                           [ ottr:type      owl:NamedIndividual ;
                             ottr:variable  _:b4
                           ]
                         ) ;
        ottr:pattern     [ ottr:of      tmp1:CodeDescription ;
                           ottr:values  ( _:b0
                                          _:b2
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      wo-tmp:WorkAddressesFailure ;
                           ottr:values  ( _:b0
                                          _:b3
                                          _:b4
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      o-rdf:Type ;
                           ottr:values  ( _:b0
                                          fmea:WorkOrderDatum
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      ottr:Triple ;
                           ottr:values  ( _:b0
                                          fmea:onDate
                                          _:b1
                                        )
                         ] .
