lost file contents during commit; added "entity is a perspective on a thing"
authorTim L <lebot@rpi.edu>
Tue, 08 Nov 2011 11:35:38 -0500
changeset 854 f4253ad815ed
parent 850 7ef37443dc30
child 855 eeee2eaf7b27
lost file contents during commit; added "entity is a perspective on a thing"
ontology/components/Entity.ttl
--- a/ontology/components/Entity.ttl	Tue Nov 08 11:14:56 2011 -0500
+++ b/ontology/components/Entity.ttl	Tue Nov 08 11:35:38 2011 -0500
@@ -1,5 +1,11 @@
 @prefix owl:  <http://www.w3.org/2002/07/owl#> .
 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
 @prefix time: <http://www.w3.org/2006/time#> .
-@prefix dcterms: <http://purl.org/dc/terms/> .
 @prefix prov: <http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#> .
+
+prov:Entity
+   a owl:Class;
+   rdfs:seeAlso <http://www.w3.org/TR/2011/WD-prov-dm-20111018/#expression-Entity>;
+   rdfs:comment "entity is a perspective on a thing";
+.
+