Removing range constraint from org:siteAddress for Issue45
authorDave Reynolds <dave@epimorphics.com>
Fri, 15 Feb 2013 16:35:34 +0000
changeset 271 2ca3095dea39
parent 270 1e6fe023d7e9
child 272 32de792e6573
Removing range constraint from org:siteAddress for Issue45
org/img/diagram.png
org/index.html
Binary file org/img/diagram.png has changed
--- a/org/index.html	Fri Feb 15 16:05:32 2013 +0000
+++ b/org/index.html	Fri Feb 15 16:35:34 2013 +0000
@@ -441,7 +441,7 @@
 
 <p>The ontology
   provides <a href="#org:siteAddress">org:siteAddress</a> to define
-  the address of a site using the vCard [[!VCARD]] vocabulary.</p>
+  the address of a site using a vocabulary such as the vCard [[!VCARD]] vocabulary.</p>
 
 </section>
 
@@ -1286,8 +1286,12 @@
 <section>
 <h3 id="org:siteAddress">Property: siteAddress</h3>
 <p>
-	Indicates a VCard [[!VCARD]] for the site. This can include email, telephone, and 
-geo-location details as well as an address.
+Indicates an addess for the site in a suitable encoding. Use of a well
+known address encoding such as the vCard
+[[!VCARD]] vocabulary is encouraged
+but the range is left open to allow other encodings to be used. The
+address may include email, telephone, and geo-location information and
+is not restricted to a physical address.
 </p>
 
 <table class="definition">
@@ -1295,7 +1299,6 @@
   <tbody>
    
     <tr><td class="prop">Domain:</td><td><a href="#org:Site">org:Site</a></td></tr>
-    <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/2006/vcard/ns#VCard">vcard:VCard</a></td></tr>
     
   </tbody>
 </table>
@@ -1573,6 +1576,28 @@
 <!--    Change history   -->
 
 <h2>Change history</h2>
+
+<p>Changes since <a href="http://www.w3.org/TR/2012/WD-vocab-org-20121023/">W3C
+    Working Draft 23 October 2012 (Last Call)</a>:
+
+<ul>
+  <li>Removed the range constraint
+  on <a href="#org:siteAddress">org:siteAddress</a> to allow other
+  encodings than VCard to be used.</li>
+  <li>Added a statement
+  that  <a href="#org:Organization">org:Organization</a> is equivalent
+  to the foaf:Organization class. This statement was present in the
+  ontology itself at the time of last call but not sufficiently clear
+  in this document.</li>
+  <li>Changed domain/range
+  of <a href="#org:reportsTo">org:reportsTo</a> to be just
+  foaf:Agent, removing the union
+  with  <a href="#org:Post">org:Post</a>. This does not change the
+  semantics since <a href="#org:Post">org:Post</a> is a subclass of foaf:Agent. </li>
+  <li>Removed informative comment that the org:reportsTo graph is
+  acyclic, this is not necessarily the case.</li>
+</ul>
+
 <p>Changes since <a href="http://www.w3.org/TR/2012/WD-vocab-org-20120405/">W3C Working Draft 05 April 2012</a>:
 
 <ul>