Documentation fixes in response to http://lists.w3.org/Archives/Public/public-gld-comments/2012Apr/0000.html
--- a/org/index.html Thu Apr 05 01:12:12 2012 -0400
+++ b/org/index.html Tue Apr 10 11:30:31 2012 +0100
@@ -763,18 +763,43 @@
<h3 id="Property:_hasMember">Property: hasMember</h3>
<p>
Indicates a person who is a member of the subject Organization.
-Inverse of `org:memberOf`, see that property for further clarification.
+Inverse of <code>org:memberOf</code>, see that property for further clarification.
</p>
<table class="definition">
<thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/org#hasMember">org:hasMember</a></th></tr></thead>
<tbody>
+ <tr><td class="prop">Domain:</td><td><a href="http://www.w3.org/ns/org#Organization">org:Organization</a></td></tr>
+ <tr><td class="prop">Range:</td><td><a href="http://xmlns.com/foaf/0.1/Agent">foaf:Agent</a></td></tr>
+ <tr><td class="prop">Equivalent property:</td><td><a href="http://xmlns.com/foaf/0.1/member">foaf:member</a></td></tr>
+ <tr><td class="prop">Usage note:</td><td>
+ Provided for compatibility with <code>foaf:member</code>.
+</td></tr>
+ </tbody>
+</table>
+</section>
+
+<!-- Property memberOf -->
+<section>
+<h3 id="Property:_memberOf">Property: memberOf</h3>
+<p>
+ Indicates that a person is a member of the Organization with no
+ indication of the nature of that membership or the role
+ played. Note that the choice of property name is not meant to
+ limit the property to only formal membership arrangements, it
+ is also indended to cover related concepts such as
+ affilliation or other involvement in the
+ organization. Extensions can specialize this relationship to
+ indicate particular roles within the organization or more
+ nuanced relationships to the organization. Has an optional
+ inverse, <code>org:hasmember</code>.
+</p>
+
+<table class="definition">
+ <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/org#memberOf">org:memberOf</a></th></tr></thead>
+ <tbody>
<tr><td class="prop">Domain:</td><td><a href="http://xmlns.com/foaf/0.1/Agent">foaf:Agent</a></td></tr>
<tr><td class="prop">Range:</td><td><a href="http://www.w3.org/ns/org#Organization">org:Organization</a></td></tr>
- <tr><td class="prop">Equivalent property:</td><td><a href="http://xmlns.com/foaf/0.1/member">foaf:member</a></td></tr>
- <tr><td class="prop">Usage note:</td><td>
- Provided for compatibility with `foaf:member`.
-</td></tr>
</tbody>
</table>
</section>
@@ -1212,6 +1237,14 @@
<!-- Change history -->
<h2>Change history</h2>
+<p>Changes since <a href="http://www.w3.org/TR/2012/WD-vocab-org-20120405/">W3C Working Draft 05 April 2012</a>:
+
+<ul>
+ <li>Corrected domain/range of <code>org:hasMember</code> to match ontology.</li>
+ <li>Added misssing entry for <code>org:memberOf</code> to match ontology.</li>
+</ul>
+
+
<p>Changes since previous version 0.3 <a href="http://www.epimorphics.com/public/vocabulary/org-20100609.html">2010-06-09</a>:</p>
<ul>
<li>Added <code>org:identifier</code> to support generic use of organization identifier schemes, including local and national schemes.</li>