--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Dictionary.ttl Mon May 07 09:54:22 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Dictionary.ttl Mon May 07 09:56:51 2012 -0400
@@ -4,9 +4,9 @@
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix : <http://example.com/> .
-:2012StudentRegister
- a prov:Dictionary, prov:Entity;
- prov:derivedByInsertionFrom :StudentRegister;
- :hasTotalStudents "45"^^xsd:integer;
- :wasCreatedBy :Bob;
+:studentRegister_2012
+ a prov:Dictionary, prov:Entity;
+ prov:derivedByInsertionFrom :studentRegister_2011;
+ :hasTotalStudents 45;
+ :wasCreatedBy :bob;
.
--- a/ontology/ProvenanceOntology.owl Mon May 07 09:54:22 2012 -0400
+++ b/ontology/ProvenanceOntology.owl Mon May 07 09:56:51 2012 -0400
@@ -106,17 +106,6 @@
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
- // Datatypes
- //
- ///////////////////////////////////////////////////////////////////////////////////////
- -->
-
-
-
-
- <!--
- ///////////////////////////////////////////////////////////////////////////////////////
- //
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
@@ -1793,5 +1782,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 -->