ge.stanford.edu/ontologies/ChAO/changes.owl#>
First, we have a dummy individual that represents the entity (IRI) being annotated. For classes these are typed with p:Ontology_Class and a data property value pointing to a string corresponding to the IRI of the class.
:i rdf:type p:Ontology_Class
:i p:currentName "current name literal - IRI lexical value"
Then we have the "Note Individual" :n
and we specify what the note replies to
:n p:annotates :i
Specify the various field for the note
:n p:createdAt "Created at literal format is mm/dd/yyyy hh:mm:ss z"
:n p:author "Author name literal"
:n p:subject "Subject literal" :n p:body "Body literal" .
Caveats: For ChAO ontologies exported from WebProtege, the prefix p: may actually (in some cases) bind to a different base.