dm talk
authorLuc Moreau <l.moreau@ecs.soton.ac.uk>
Wed, 18 Apr 2012 10:44:05 +0100
changeset 2367 105c825bd24d
parent 2366 49a46cdb5c79 (current diff)
parent 2365 0ba030f75c26 (diff)
child 2368 23cc50252f67
dm talk
--- a/model/extra.css	Wed Apr 18 10:43:24 2012 +0100
+++ b/model/extra.css	Wed Apr 18 10:44:05 2012 +0100
@@ -232,6 +232,7 @@
     padding-top: 1ex;
     padding-bottom: 0.6ex;
     border: 1px dashed #2f6fab;
+    font-size:80%;  /* reduced grammar font */
 }
 .nonterminal {
     font-weight: bold;
--- a/model/prov-dm.html	Wed Apr 18 10:43:24 2012 +0100
+++ b/model/prov-dm.html	Wed Apr 18 10:44:05 2012 +0100
@@ -1326,7 +1326,7 @@
 Consider two activities  <span class="name">a1</span> and <span class="name">a2</span>, the former performed by a government agency, and the latter by a driver caught speeding. 
 <pre class="codeexample">
 activity(a1, [prov:type="traffic regulations enforcing"])
-activity(a2, [prov:type="fine paying; check writing; mailing"])
+activity(a2, [prov:type="fine paying, check writing, and mailing"])
 wasInformedBy(a2,a1)
 </pre>
 The last line indicates that some implicit entity was generated by  <span class="name">a1</span> and used by  <span class="name">a2</span>; this entity may be a traffic ticket that had a notice of fine, amount, and payment mailing details.