characterized so we can owl:sameAs the wasComplementOf's referents
authorTim L <lebot@rpi.edu>
Sat, 05 Nov 2011 12:44:11 -0400
changeset 802 809d77fa623a
parent 801 2cab3768ea35
child 803 f805364c879d
characterized so we can owl:sameAs the wasComplementOf's referents
ontology/components/characterized.ttl
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/components/characterized.ttl	Sat Nov 05 12:44:11 2011 -0400
@@ -0,0 +1,10 @@
+@prefix owl:  <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix prov: <http://www.w3.org/ns/prov-o/> .
+
+prov:characterized 
+   a owl:ObjectProperty;
+   rdfs:domain prov:Entity;
+   rdfs:seeAlso prov:wasComplementOf;
+   rdfs:comment "A reference to a Resource that this Entity characterizes. When two Entities wasComplement one another, they are characterizing the object of this property.";
+.