added comment; wasComplementOf is between Entities and not from an Entity to a real world thing.
authorTim L <lebot@rpi.edu>
Mon, 19 Sep 2011 15:05:12 -0400
changeset 338 24974c8dfb64
parent 337 1feae88f1722
child 339 afa1a1b2c959
added comment; wasComplementOf is between Entities and not from an Entity to a real world thing.
ontology/components/wasComplementOf.ttl
--- a/ontology/components/wasComplementOf.ttl	Mon Sep 19 15:02:18 2011 -0400
+++ b/ontology/components/wasComplementOf.ttl	Mon Sep 19 15:05:12 2011 -0400
@@ -2,8 +2,10 @@
 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
 @prefix prov: <http://dvcs.w3.org/hg/prov/file/tip/ontology/ProvenanceOntology.owl#> .
 
-prov:wasComplementOf a owl:ObjectProperty .
-prov:wasComplementOf rdfs:domain prov:Entity .
-prov:wasComplementOf rdfs:range prov:Entity .
-
-
+prov:wasComplementOf 
+   a owl:ObjectProperty;
+   rdfs:domain prov:Entity;
+   rdfs:range  prov:Entity;
+   rdfs:seeAlso <http://www.w3.org/2011/prov/track/issues/97>;
+   rdfs:comment ":a prov:wasComplementOf :b ==> :a and :b are *two different characterizations* of the same real world thing";
+.