Primer: Independent example files updated to use ex:quoteInBlogEntry
authorSimon Miles <simon.miles@kcl.ac.uk>
Thu, 28 Feb 2013 17:20:47 +0000
changeset 5799 052c6c56055a
parent 5798 1b5d8fbfed14
child 5800 75454c08c1bc
Primer: Independent example files updated to use ex:quoteInBlogEntry
primer/primer-prov-xml-examples.xml
primer/primer-provn-examples.txt
primer/primer-turtle-examples.txt
--- a/primer/primer-prov-xml-examples.xml	Thu Feb 28 17:17:07 2013 +0000
+++ b/primer/primer-prov-xml-examples.xml	Thu Feb 28 17:20:47 2013 +0000
@@ -190,10 +190,10 @@
 
   <!-- Alternate Entities and Specialization -->
 
-  <prov:entity prov:id="ex:blogEntry"/>
+  <prov:entity prov:id="ex:quoteInBlogEntry"/>
 
   <prov:wasDerivedFrom>
-    <prov:generatedEntity prov:ref="ex:blogEntry"/>
+    <prov:generatedEntity prov:ref="ex:quoteInBlogEntry"/>
     <prov:usedEntity prov:ref="ex:article"/>
     <prov:type>prov:Quotation</prov:type>
   </prov:wasDerivedFrom>
--- a/primer/primer-provn-examples.txt	Thu Feb 28 17:17:07 2013 +0000
+++ b/primer/primer-provn-examples.txt	Thu Feb 28 17:20:47 2013 +0000
@@ -74,8 +74,8 @@
     
 // Alternate Entities and Specialization
 
-entity(ex:blogEntry)
-wasDerivedFrom(ex:blogEntry, ex:article, [prov:type='prov:Quotation'])
+entity(ex:quoteInBlogEntry)
+wasDerivedFrom(ex:quoteInBlogEntry, ex:article, [prov:type='prov:Quotation'])
     
 entity(ex:articleV1)
 specializationOf(ex:articleV1, ex:article)    
--- a/primer/primer-turtle-examples.txt	Thu Feb 28 17:17:07 2013 +0000
+++ b/primer/primer-turtle-examples.txt	Thu Feb 28 17:20:47 2013 +0000
@@ -103,7 +103,7 @@
     
 # Alternate Entities and Specialization
 
-ex:blogEntry a prov:Entity ;
+ex:quoteInBlogEntry a prov:Entity ;
              prov:wasQuotedFrom ex:article .
 
 ex:articleV1 a prov:Entity ;