author | Satya Sahoo <satya.sahoo@case.edu> |
Mon, 30 Apr 2012 12:02:35 -0400 | |
changeset 2655 | 454a3f821241 |
parent 2654 | 2fdb24fa4f28 |
child 2656 | add5bcf1a08a |
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 Apr 30 11:11:56 2012 -0400 +++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_atTime.ttl Mon Apr 30 12:02:35 2012 -0400 @@ -4,4 +4,8 @@ @prefix prov: <http://www.w3.org/ns/prov#> . @prefix : <http://example.com/> . -# TODO +:Timearticle20120430 + a prov:Entity; + a prov:InstantaneousEvent; + prov:atTime "2012-04-30T20:40:40"^^xsd:dateTime; +. \ No newline at end of file