trimming prov-links rdfs definitions
authorTim L <lebot@rpi.edu>
Fri, 26 Apr 2013 11:05:04 -0400
changeset 6338 f9f90713636b
parent 6337 d2f45342b191
child 6339 52dde2d2c2ef
trimming prov-links rdfs definitions
links/prov-mention.ttl
--- a/links/prov-mention.ttl	Fri Apr 26 11:01:14 2013 -0400
+++ b/links/prov-mention.ttl	Fri Apr 26 11:05:04 2013 -0400
@@ -5,21 +5,16 @@
 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
 
 rdfs:comment
-    a owl:AnnotationProperty ;
-    rdfs:comment ""@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+    a owl:AnnotationProperty .
 
 rdfs:isDefinedBy
     a owl:AnnotationProperty .
 
 rdfs:label
-    a owl:AnnotationProperty ;
-    rdfs:comment ""@en ;
-    rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> .
+    a owl:AnnotationProperty .
 
 rdfs:seeAlso
-    a owl:AnnotationProperty ;
-    rdfs:comment ""@en .
+    a owl:AnnotationProperty .
 
 owl:Thing
     a owl:Class .