@prefix fmea: <http://example.com/ns/asset-maintenance/fmea/> .
@prefix ottr: <http://ns.ottr.xyz/0.4/> .
@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 xsd:  <http://www.w3.org/2001/XMLSchema#> .

tmp1:CodeDescription  rdf:type  ottr:Template ;
        ottr:parameters  ( [ ottr:type      ottr:IRI ;
                             ottr:variable  _:b0
                           ]
                           [ ottr:type      xsd:string ;
                             ottr:variable  _:b1
                           ]
                         ) ;
        ottr:pattern     [ ottr:of      ottr:Triple ;
                           ottr:values  ( _:b0
                                          fmea:Description
                                          _:b1
                                        )
                         ] .
