added class, but should not be used regularly.
--- a/ontology/components/Annotation.ttl Sun Nov 06 11:43:42 2011 -0500
+++ b/ontology/components/Annotation.ttl Sun Nov 06 12:01:05 2011 -0500
@@ -2,3 +2,11 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix time: <http://www.w3.org/2006/time#> .
@prefix prov: <http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#> .
+
+prov:Annotation
+ a owl:Class;
+ rdfs:label "Annotation";
+ rdfs:comment "This is unusual RDF modeling, since RDF IS annotation. Highly recommend to use owl:AnnotationProperties. -lebot 2011-11-06";
+ rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-annotation>,
+ <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-annotationAssociation>;
+.