author | Satya Sahoo <satya.sahoo@case.edu> |
Mon, 30 Apr 2012 14:34:45 -0400 | |
changeset 2663 | e5733ce20cf1 |
parent 2662 | 2c7d2348f2d3 |
child 2664 | 3a2fc3a9f541 |
examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Dictionary.ttl |
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Dictionary.ttl Mon Apr 30 13:36:11 2012 -0400 +++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Dictionary.ttl Mon Apr 30 14:34:45 2012 -0400 @@ -4,4 +4,9 @@ @prefix prov: <http://www.w3.org/ns/prov#> . @prefix : <http://example.com/> . -# TODO +:2012StudentRegister + a prov:Dictionary, prov:Entity; + prov:derivedByInsertionFrom :StudentRegister; + :hasTotalStudents "45"^^xsd:integer; + :wasCreatedBy :Bob; +.