@prefix o-docttr: . @prefix ottr: . @prefix rdf: . @prefix rdfs: . @prefix skos: . @prefix xsd: . 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 ( ) 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 ) ] .