qual provo
authorTim L <lebot@rpi.edu>
Mon, 26 Nov 2012 12:10:06 -0500
changeset 5117 aa63bd565276
parent 5116 f5d021c2c70a
child 5118 e7b9169edfcc
qual provo
ontology/khalid-jun-dropbox/eg16-journalism-qualified-association.ttl
ontology/khalid-jun-dropbox/eg16-journalism-qualified-generation.ttl
ontology/khalid-jun-dropbox/eg16-journalism-qualified-usage.ttl
--- a/ontology/khalid-jun-dropbox/eg16-journalism-qualified-association.ttl	Mon Nov 26 12:08:12 2012 -0500
+++ b/ontology/khalid-jun-dropbox/eg16-journalism-qualified-association.ttl	Mon Nov 26 12:10:06 2012 -0500
@@ -2,8 +2,8 @@
 @prefix :     <http://example.org#> .
 
 :illustrationActivity
-   a prov:Activity;                ## Using Starting Point terms
-   prov:wasAssociatedWith :derek;  ## Derek was responsible for the chart making in some way.
+   a prov:Activity;                ## Using Starting Point terms,
+   prov:wasAssociatedWith :derek;  ##   Derek was responsible for the chart making in some way.
 .
 
 :derek a prov:Agent .
@@ -15,7 +15,7 @@
 
       prov:hadRole :illustrationist; ## Qualification: The role that Derek served.
       prov:hadPlan :tutorial_blog;   ## Qualification: The plan (or recipe, instructions)
-                                     ##  that Derek followed when creating the graphical chart.
+                                     ##   that Derek followed when creating the graphical chart.
    ];
 .
 
--- a/ontology/khalid-jun-dropbox/eg16-journalism-qualified-generation.ttl	Mon Nov 26 12:08:12 2012 -0500
+++ b/ontology/khalid-jun-dropbox/eg16-journalism-qualified-generation.ttl	Mon Nov 26 12:10:06 2012 -0500
@@ -4,17 +4,17 @@
 
 :bar_chart
    a prov:Entity;                              ## Using Starting Point terms,
-   prov:wasGeneratedBy :illustrationActivity;  ## the chart was generated in an illustration activity.
+   prov:wasGeneratedBy :illustrationActivity;  ##   the chart was generated in an illustration activity.
 .
 
 :illustrationActivity a prov:Activity .
 
 :bar_chart
    prov:qualifiedGeneration [                           ## Qualify how :bar_chart
-      a prov:Generation;                                ##  was generated by
-      prov:activity :illustrationActivity;              ##   :illustrationActivity.
+      a prov:Generation;                                ##   was generated by
+      prov:activity :illustrationActivity;              ##     :illustrationActivity.
 
       prov:atTime "2011-07-14T15:52:14Z"^^xsd:dateTime; ## Qualification: The Activity generated
-                                                        ## the bar_chart at a particular time.
+                                                        ##   the bar_chart at a particular time.
    ];
 .
--- a/ontology/khalid-jun-dropbox/eg16-journalism-qualified-usage.ttl	Mon Nov 26 12:08:12 2012 -0500
+++ b/ontology/khalid-jun-dropbox/eg16-journalism-qualified-usage.ttl	Mon Nov 26 12:10:06 2012 -0500
@@ -3,16 +3,16 @@
 @prefix :     <http://example.org#> .
 
 :illustrationActivity 
-   a prov:Activity;                ## Using Starting Point terms
-   prov:used :aggregatedByRegions; ## The aggregated data was used to create the chart.
+   a prov:Activity;                ## Using Starting Point terms,
+   prov:used :aggregatedByRegions; ##   the aggregated data was used to create the chart.
 .
 
 :aggregatedByRegions a prov:Entity .
 
 :illustrationActivity		
    prov:qualifiedUsage [                ## Qualify how the :illustrationActivity
-      a prov:Usage;                     ##  used
-      prov:entity :aggregatedByRegions; ##   the Entity :aggregatedByRegions
+      a prov:Usage;                     ##   used
+      prov:entity :aggregatedByRegions; ##     the Entity :aggregatedByRegions
 
       prov:atTime "2011-07-14T03:03:03Z"^^xsd:dateTime; ## Qualification: The aggregated data was used 
                                                         ## at a particular time to create the bar chart..