@prefix o-docttr: <http://tpl.ottr.xyz/p/docttr/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 rdfs:     <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos:     <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd:      <http://www.w3.org/2001/XMLSchema#> .

o-docttr:Deprecated  rdf:type  ottr:Template ;
        ottr:annotation  [ ottr:of      o-docttr:Signature ;
                           ottr:values  ( o-docttr:Deprecated ottr:none "Use to indicate that a resource, e.g., template or OWL construct, is deprecated, providing an explanation for why, including provenance data. The explanation and provenance data is attached to a reified representation of the deprecation statement." "The template may be used for any resource." ottr:none ( o-docttr: ) ottr:none )
                         ] ;
        ottr:annotation  [ ottr:of      o-docttr:Version ;
                           ottr:values  ( o-docttr:Deprecated ottr:draft "0.1.1" ottr:none ottr:none )
                         ] ;
        ottr:annotation  [ ottr:of      o-docttr:Provenance ;
                           ottr:values  ( o-docttr:Deprecated "2020-08-21T00:00:00Z"^^xsd:dateTime ottr:none ( <http://folk.uio.no/martige/foaf.rdf#me> ) ottr:none )
                         ] ;
        ottr:parameters  ( [ ottr:modifier  ottr:nonBlank ;
                             ottr:type      ottr:IRI ;
                             ottr:variable  _:b0
                           ]
                           [ ottr:modifier  ottr:nonBlank ;
                             ottr:type      xsd:string ;
                             ottr:variable  _:b1
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:type      ( rdf:List ottr:IRI ) ;
                             ottr:variable  _:b2
                           ]
                           [ ottr:modifier  ottr:nonBlank ;
                             ottr:type      xsd:dateTime ;
                             ottr:variable  _:b3
                           ]
                           [ ottr:type      ( ottr:NEList rdfs:Resource ) ;
                             ottr:variable  _:b4
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:type      ( rdf:List xsd:string ) ;
                             ottr:variable  _:b5
                           ]
                         ) ;
        ottr:pattern     [ ottr:arguments  ( [ ottr:value  _:b6 ]
                                             [ ottr:value  rdfs:seeAlso ]
                                             [ ottr:modifier  ottr:listExpand ;
                                               ottr:value     _:b2
                                             ]
                                           ) ;
                           ottr:modifier   ottr:cross ;
                           ottr:of         ottr:Triple
                         ] ;
        ottr:pattern     [ ottr:of      ottr:Triple ;
                           ottr:values  ( _:b6
                                          skos:changeNote
                                          _:b1
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      o-docttr:SaysWhoTriple ;
                           ottr:values  ( _:b6
                                          _:b0
                                          owl:deprecated true
                                          _:b3
                                          _:b4
                                          _:b5
                                        )
                         ] .
