updated atTime
authorSatya Sahoo <satya.sahoo@case.edu>
Mon, 14 May 2012 20:27:03 -0400
changeset 2809 309e2ff706ab
parent 2808 92df99cded5d
child 2810 52b7f90ca023
updated atTime
examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_atTime.ttl
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_atTime.ttl	Mon May 14 21:54:31 2012 +0100
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_atTime.ttl	Mon May 14 20:27:03 2012 -0400
@@ -4,8 +4,7 @@
 @prefix prov: <http://www.w3.org/ns/prov#> .
 @prefix :     <http://example.com/> .
 
-:Timearticle20120430
-   a prov:Entity,
-     prov:InstantaneousEvent;
+:Timearticle20120430_publication
+   a prov:InstantaneousEvent;
    prov:atTime "2012-04-30T20:40:40"^^xsd:dateTime;
 .