quotation
authorLuc Moreau <l.moreau@ecs.soton.ac.uk>
Fri, 09 Mar 2012 16:29:43 +0000
changeset 1857 80e662df1d7a
parent 1853 17e96ac32fd7
child 1858 32a85c0391fd
quotation
model/working-copy/wd5-prov-dm-quote.html
--- a/model/working-copy/wd5-prov-dm-quote.html	Fri Mar 09 15:00:28 2012 +0000
+++ b/model/working-copy/wd5-prov-dm-quote.html	Fri Mar 09 16:29:43 2012 +0000
@@ -93,11 +93,11 @@
           "2011, Working Draft. "+
           "URL: <a href=\"http://www.w3.org/TR/prov-dm-constraints/\">http://www.w3.org/TR/prov-dm-constraints/</a>",
 
-        "PROV-ASN":
+        "PROV-N":
           "Luc Moreau and Paolo Missier (eds.) ... "+
-          "<a href=\"http://www.w3.org/TR/prov-asn/\"><cite>PROV-ASN ....</cite></a>. "+
+          "<a href=\"http://www.w3.org/TR/prov-n/\"><cite>PROV-N ....</cite></a>. "+
           "2011, Working Draft. "+
-          "URL: <a href=\"http://www.w3.org/TR/prov-asn/\">http://www.w3.org/TR/prov-asn/</a>",
+          "URL: <a href=\"http://www.w3.org/TR/prov-n/\">http://www.w3.org/TR/prov-n/</a>",
 
         "PROV-AQ":
           "Graham Klyne and Paul Groth (eds.) Luc Moreau, Olaf Hartig, Yogesh Simmhan, James Meyers, Timothy Lebo, Khalid Belhajjame, and Simon Miles "+
@@ -209,24 +209,43 @@
 <section id="term-quotation">
 <h3>Quotation</h3>
 
-<div class="note">I find that quotation is really a misnomer. This expands into derivation with attribution, in what sense is the derived entity a "quote" of the original?  . The agent that is quoted is particularly obscure. It does not seem to be involved in the quoting at all.  Why isn't quoting an activity with the quoting agent associated with it? [PM]. Need example [DG].</div>
-
-<p> A <dfn>quotation</dfn>
+<p> 
+<span class="glossary" id="glossary-quotation">  
+A <dfn>quotation</dfn>
  is the repeat of an entity (such as text or image) by
-someone other that its original author. Quotation
- is a particular case of  <a href="#Derivation-Relation">derivation</a> in which entity <span class="name">e2</span> is derived from entity <span class="name">e1</span> by copying, or "quoting", parts of it.</p>
+someone other that its original author. 
+</span>
 
-<p>  A quotation relation<span class="withAsn">, written <span class="pnExpression"> wasQuotedFrom(id,e2,e1,ag2,ag1,attrs)</span> in PROV-ASN,</span> contains:</p>
+<p>Quotation
+ is a particular case of  <a href="#Derivation-Relation">derivation</a> in which entity <span class="name">e2</span> is derived from an original entity <span class="name">e1</span> by copying, or "quoting", parts of it.
+  A <dfn>quotation relation</dfn><span class="withPn">, written <span class="pnExpression"> wasQuotedFrom(id,e2,e1,ag,attrs)</span> in PROV-N,</span> contains:</p>
 <ul>
 <li><span class='attribute'>id</span>: an OPTIONAL identifier for the relation;</li> 
-<li><span class='attribute'>quote</span>:  an identifier  of the entity that represents the quote (the partial copy);
-<li><span class='attribute'>quoted</span>: an identifier  of the original entity being quoted;
-<li><span class='attribute'>quoterAgent</span>: an OPTIONAL identifier of the agent who is doing the quoting;
-<li><span class='attribute'>quotedAgent</span>: an OPTIONAL identifier of the agent who attributed to the original entity;
+<li><span class='attribute'>quote</span>:  an identifier  for the entity that represents the quote (the partial copy);
+<li><span class='attribute'>original</span>: an identifier  for the original entity being quoted;
+<li><span class='attribute'>originalAgent</span>: an OPTIONAL identifier for the agent to whom the original entity is attributed;
 <li><span class='attribute'>attributes</span>: an OPTIONAL set of attribute-value pairs to further describe the properties of the relation.</li>
 
 </ul>
 
+<div class="anexample" id="anexample-quotation">
+<p>
+The following paragraph is a quote from one of  <a href="http://thinklinks.wordpress.com/2012/03/07/thoughts-from-the-dagstuhl-principles-of-provenance-workshop/">the author's blogs</a>.
+<blockquote id="paul-quote"><em>
+During the workshop, it became clear to me that the consensus based models (which are often graphical in nature) can not only be formalized but also be directly connected to these database focused formalizations. I just needed to get over the differences in syntax.  This could imply that we could have nice way to trace provenance across systems and through databases and be able to understand the mathematical properties of this interconnection.</em>
+</blockquote>
+<p>If <a href="http://thinklinks.wordpress.com/2012/03/07/thoughts-from-the-dagstuhl-principles-of-provenance-workshop/"><span class="name">ex:blog</span></a> denotes the original blog by agent <span class="name">ex:Paul</a>, and 
+ <a href="#paul-quote"><span class="name">ex:blockquote</span></a> denotes the above paragraph, then the following descriptions express that the above paragraph is copied from a part of the blog, attributed to the agent.</p>
+<pre class="codeexample">
+entity(ex:blog)
+agent(ex:Paul)
+wasQuotedFrom(ex:blockQuote,ex:blog,ex:Paul)
+</pre>
+
+</pre>
+</div>
+
+
 </section>  <!-- end quotation -->
 
 
@@ -248,7 +267,7 @@
 <a href="http://googlenewsblog.blogspot.com/2010/11/credit-where-credit-is-due.html">http://googlenewsblog.blogspot.com/2010/11/credit-where-credit-is-due.html<a/>.
 
 
-<p> An original source relation<span class="withAsn">, written <span class="pnExpression"> hadOriginalSource(id,e2,e1,attrs)</span>,</span> contains:</p>
+<p> An original source relation<span class="withPn">, written <span class="pnExpression"> hadOriginalSource(id,e2,e1,attrs)</span>,</span> contains:</p>
 <ul>
 <li><span class='attribute'>id</span>:  an OPTIONAL identifier for the relation;</li> 
 <li><span class='attribute'>derived</span>: an identifier for the derived entity; </li>