moved qualifiedForm literal to a comment on knownMembership
authorTim L <lebot@rpi.edu>
Mon, 02 Apr 2012 09:59:30 -0400
changeset 2200 d74ca9108c18
parent 2199 8e3421adf993
child 2201 10815bde6ffd
moved qualifiedForm literal to a comment on knownMembership
ontology/ProvenanceOntology.owl
--- a/ontology/ProvenanceOntology.owl	Mon Apr 02 14:51:13 2012 +0100
+++ b/ontology/ProvenanceOntology.owl	Mon Apr 02 09:59:30 2012 -0400
@@ -84,17 +84,6 @@
     <!-- 
     ///////////////////////////////////////////////////////////////////////////////////////
     //
-    // Datatypes
-    //
-    ///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-    
-
-
-    <!-- 
-    ///////////////////////////////////////////////////////////////////////////////////////
-    //
     // Object Properties
     //
     ///////////////////////////////////////////////////////////////////////////////////////
@@ -180,8 +169,8 @@
     <!-- http://www.w3.org/ns/prov#derivedByInsertionFrom -->
 
     <owl:ObjectProperty rdf:about="&prov;derivedByInsertionFrom">
+        <rdfs:comment xml:lang="en">The collection was derived from the other by insertion. prov:qualifiedInsertion shows details of the insertion, in particular the inserted key-value pairs.</rdfs:comment>
         <prov:component>collections</prov:component>
-        <rdfs:comment xml:lang="en">The collection was derived from the other by insertion. prov:qualifiedInsertion shows details of the insertion, in particular the inserted key-value pairs.</rdfs:comment>
         <prov:category>collections</prov:category>
         <rdfs:domain rdf:resource="&prov;Collection"/>
         <rdfs:range rdf:resource="&prov;Collection"/>
@@ -388,9 +377,9 @@
     <!-- http://www.w3.org/ns/prov#knownMembership -->
 
     <owl:ObjectProperty rdf:about="&prov;knownMembership">
+        <rdfs:comment xml:lang="en">The collection included the specified membership of keys-values.</rdfs:comment>
         <prov:component>collections</prov:component>
         <prov:category>collections</prov:category>
-        <prov:qualifiedForm xml:lang="en">The collection included the specified membership of keys-values.</prov:qualifiedForm>
         <rdfs:domain rdf:resource="&prov;Collection"/>
         <rdfs:range rdf:resource="&prov;Membership"/>
     </owl:ObjectProperty>
@@ -1553,5 +1542,5 @@
 
 
 
-<!-- Generated by the OWL API (version 3.2.3.1824) http://owlapi.sourceforge.net -->
+<!-- Generated by the OWL API (version 3.1.0.20069) http://owlapi.sourceforge.net -->