Invalid XML fixed :)
authorStian Soiland-Reyes <soiland-reyes@cs.manchester.ac.uk>
Thu, 20 Oct 2011 17:48:02 +0100
changeset 760 996447ae712d
parent 759 6c73d96a892e
child 761 cc9ca0b7cce6
Invalid XML fixed :)
ontology/ProvenanceOntology.owl
--- a/ontology/ProvenanceOntology.owl	Thu Oct 20 17:41:27 2011 +0100
+++ b/ontology/ProvenanceOntology.owl	Thu Oct 20 17:48:02 2011 +0100
@@ -23,7 +23,7 @@
      xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
     <owl:Ontology rdf:about="">
         <owl:versionInfo rdf:datatype="&xsd;string">0.02</owl:versionInfo>
-        <owl:imports rdf:resource="&time" /> 
+        <owl:imports rdf:resource="&time;" /> 
         <rdfs:comment xml:lang="en"
             >This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). 
 
@@ -155,6 +155,10 @@
     
     <owl:Class rdf:about="Time">
         <rdfs:subClassOf rdf:resource="&time;Instant" />
+        <rdfs:comment xml:lang="en">
+        FIXME: should be an equivalent class of time:Instant when
+        time:inDateTimeXSD is given 
+        </rdfs:comment>
     </owl:Class>