added startedAt/endedAt to simple diagram. updated two code examples.
Binary file ontology/khalid-jun-dropbox/diagram-simple.png has changed
Binary file ontology/khalid-jun-dropbox/diagrams.ppt has changed
--- a/ontology/khalid-jun-dropbox/eg16-journalism-qualified-generation.ttl Fri Mar 16 10:15:12 2012 -0400
+++ b/ontology/khalid-jun-dropbox/eg16-journalism-qualified-generation.ttl Fri Mar 16 10:49:26 2012 -0400
@@ -9,5 +9,5 @@
ex:chart1 prov:qualifiedGeneration [
a prov:Generation ;
prov:activity ex:illustrationActivity ;
- prov:startedAtTime ""^^xsd:dateTime
+ prov:atTime prov:wasStartedAt "2011-07-14T15:52:14Z"^^xsd:dateTime ;
] .
\ No newline at end of file
--- a/ontology/khalid-jun-dropbox/eg16-journalism-simple-without-comments.ttl Fri Mar 16 10:15:12 2012 -0400
+++ b/ontology/khalid-jun-dropbox/eg16-journalism-simple-without-comments.ttl Fri Mar 16 10:49:26 2012 -0400
@@ -1,7 +1,9 @@
ex:aggregationActivity a prov:Activity ;
prov:used ex:dataSet1 ;
prov:used ex:regionList1 ;
- prov:wasAssociatedWith ex:derek .
+ prov:wasAssociatedWith ex:derek ;
+ prov:wasStartedAt "2011-07-14T15:02:14Z"^^xsd:dateTime ;
+ prov:wasEndedAt "2011-07-14T15:34:14Z"^^xsd:dateTime ;
ex:aggregate1 prov:wasGeneratedBy ex:aggregationActivity .