Skip to content

Commit

Permalink
save-before-prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
timrdf committed Nov 26, 2012
1 parent bef1a0a commit 5ae7065
Showing 1 changed file with 6 additions and 4 deletions.
Expand Up @@ -214,7 +214,7 @@ <h3>Qualified Terms</h3>
</p>
<div class="exampleOuter">
<div><b>Qualified Generation</b></div>
<p>The <span class="repeated">prov:qualifiedGeneration</span> property parallels the <span class="repeated">prov:wasGeneratedBy</span> property to provide an additional description to <code>:chart1</code>. The instance of <span class="repeated">prov:Generation</span> cites the time (2011-07-14T15:52:14Z) that the activity (<code>:illustrationActivity</code>) generated the chart (<code>:chart1</code>).
<p>The <span class="repeated">prov:qualifiedGeneration</span> property parallels the <span class="repeated">prov:wasGeneratedBy</span> property to provide an additional description to <code>:bar_chart</code>. The instance of <span class="repeated">prov:Generation</span> cites the time (2011-07-14T15:52:14Z) that the activity (<code>:illustrationActivity</code>) generated the chart (<code>:bar_chart</code>).
</p>
<pre class="example">{% include "includes/eg16-journalism-qualified-generation.ttl" %}</pre>
</div>
Expand All @@ -226,9 +226,11 @@ <h3>Qualified Terms</h3>
</p>
<div class="exampleOuter">
<div><b>Qualified Derivation</b></div>
<p>The <span class="repeated">prov:qualifiedDerivation</span> property parallels the <span class="repeated">prov:wasDerivedFrom</span> property to provide an additional description to <code>:chart1</code>. The instance of <span class="repeated">prov:Derivation</span> cites the activity (<code>:illustrationActivity</code>) and the Usages and Generations that the activity conduced to create the chart (<code>:chart1</code>).
</p>
<pre class="example">{% include "includes/eg16-journalism-qualified-derivation.ttl" %}</pre>
<p>The <span class="repeated">prov:qualifiedDerivation</span> property parallels the <span class="repeated">prov:wasDerivedFrom</span>
property to provide an additional description to <code>:bar_chart</code>. The instance of <span class="repeated">prov:Derivation</span>
cites the activity (<code>:illustrationActivity</code>) and the Usages and Generations that the activity conduced to create the <code>:bar_chart</code>.
</p>
<pre class="example">{% include "includes/eg16-journalism-qualified-derivation.ttl" %}</pre>
</div>
</div>

Expand Down

0 comments on commit 5ae7065

Please sign in to comment.