added class, but should not be used regularly.
authorTim L <lebot@rpi.edu>
Sun, 06 Nov 2011 12:01:05 -0500
changeset 813 1617fd936cd0
parent 812 068f975eb5e1
child 814 4c99ea6cd505
added class, but should not be used regularly.
ontology/components/Annotation.ttl
--- 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>;
+.