@prefix o-docttr: <http://tpl.ottr.xyz/p/docttr/0.1/> .
@prefix ottr:     <http://ns.ottr.xyz/0.4/> .
@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:Example  rdf:type  ottr:Template ;
        ottr:annotation  [ ottr:of      o-docttr:Signature ;
                           ottr:values  ( o-docttr:Example ottr:none "Provide examples for any resource." "Use to explain resources by giving examples, including provenance data for the example" ottr:none ( o-docttr: ) ottr:none )
                         ] ;
        ottr:annotation  [ ottr:of      o-docttr:Version ;
                           ottr:values  ( o-docttr:Example ottr:draft "0.1.1" ottr:none ottr:none )
                         ] ;
        ottr:annotation  [ ottr:of      o-docttr:Provenance ;
                           ottr:values  ( o-docttr:Example "2020-08-21T00:00:00Z"^^xsd:dateTime ottr:none ( <http://folk.uio.no/martige/foaf.rdf#me> ) ottr:none )
                         ] ;
        ottr:parameters  ( [ ottr:type      ottr:IRI ;
                             ottr:variable  _:b0
                           ]
                           [ ottr:type      xsd:string ;
                             ottr:variable  _:b1
                           ]
                           [ ottr:type      xsd:dateTime ;
                             ottr:variable  _:b2
                           ]
                           [ ottr:type      ( ottr:NEList rdfs:Resource ) ;
                             ottr:variable  _:b3
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:type      ( rdf:List xsd:string ) ;
                             ottr:variable  _:b4
                           ]
                         ) ;
        ottr:pattern     [ ottr:of      o-docttr:SaysWhoTriple ;
                           ottr:values  ( [] 
                                          _:b0
                                          skos:example
                                          _:b1
                                          _:b2
                                          _:b3
                                          _:b4
                                        )
                         ] .
