@prefix o-docttr: . @prefix ottr: . @prefix owl: . @prefix pav: . @prefix rdf: . @prefix xsd: . o-docttr:Version rdf:type ottr:Template ; ottr:annotation [ ottr:of o-docttr:Provenance ; ottr:values ( o-docttr:Version "2020-08-21T00:00:00Z"^^xsd:dateTime ottr:none ( ) ottr:none ) ] ; ottr:annotation [ ottr:of o-docttr:Version ; ottr:values ( o-docttr:Version ottr:draft "0.1.1" ottr:none ottr:none ) ] ; ottr:annotation [ ottr:of o-docttr:Signature ; ottr:values ( o-docttr:Version ottr:none "Use to specify the current and related version of a template. The '?version' parameter expects a string version number using the format [major.minor.patch] (see https://semver.org/), while the parameters '?previousVersion' and '?nextVersion' expects a resolving template IRI." ottr:none ( "The template should be used in combination with other templates in the same package." ) ( o-docttr: ) ottr:none ) ] ; ottr:parameters ( [ ottr:type ottr:IRI ; ottr:variable _:b0 ] [ ottr:default ottr:incomplete ; ottr:modifier ottr:nonBlank ; ottr:type ottr:IRI ; ottr:variable _:b1 ] [ ottr:modifier ottr:nonBlank ; ottr:type xsd:string ; ottr:variable _:b2 ] [ ottr:modifier ottr:nonBlank , ottr:optional ; ottr:type ottr:IRI ; ottr:variable _:b3 ] [ ottr:modifier ottr:nonBlank , ottr:optional ; ottr:type ottr:IRI ; ottr:variable _:b4 ] ) ; ottr:pattern [ ottr:of ottr:Triple ; ottr:values ( _:b0 pav:hasPreviousVersion _:b3 ) ] ; ottr:pattern [ ottr:of ottr:Triple ; ottr:values ( _:b0 owl:versionInfo _:b2 ) ] ; ottr:pattern [ ottr:of ottr:Triple ; ottr:values ( _:b4 pav:hasPreviousVersion _:b0 ) ] ; ottr:pattern [ ottr:of ottr:Triple ; ottr:values ( _:b0 ottr:status _:b1 ) ] .