An owl:versionInfo
statement, that is an instance of
owl:AnnotationProperty, generally has as its object a string giving information about this
version, for example RCS/CVS keywords. This statement does not contribute to the
logical meaning of the ontology other than that given by the RDF(S) model
theory.
<rdf:Property rdf:ID="versionInfo">
<rdfs:label>versionInfo</rdfs:label>
<rdf:type rdf:resource="#AnnotationProperty"/>
</rdf:Property>
<owl:Ontology rdf:about="">
<owl:versionInfo>v 1.17 2003/02/26 12:56:51 mdean</owl:versionInfo>
<rdfs:comment>An example ontology</rdfs:comment>
<owl:imports rdf:resource="http://www.example.org/foo"/>
</owl:Ontology>
Although this property is typically used to make statements about ontologies,
it may be applied to any OWL construct. For example, one could attach a
owl:versionInfo statement to an OWL class.