--- a/legal/index.html Thu Oct 25 10:58:46 2012 +0300
+++ b/legal/index.html Thu Oct 25 15:57:04 2012 +0300
@@ -61,7 +61,7 @@
<body>
<section id="abstract">
-<p>This is a vocabulary for describing organizations that gain legal entity status
+<p>This is a vocabulary for describing organizations that have gained legal entity status
through a formal registration process, typically in a national or regional register.
This document is a companion to the namespace document at <a href="http://www.w3.org/ns/regorg">http://www.w3.org/ns/regorg</a></p>
<p class="editorsnote">NB. For this Ed Draft, see <a href="regorg20121023.rdf">regorg20121023.rdf</a></p>
@@ -103,7 +103,7 @@
<pre id="appleBinding">
1 <http://data.companieshouse.gov.uk/id/company/04285910>
-2 a rov:RegOrg ;
+2 a rov:RegisteredOrganization ;
3 rov:legalName "Apple Binding Ltd" ;
4 rov:companyStatus <http://example.com/ref/status/NormalActivity> ;
5 rov:companyType <http://example.com/ref/type/Plc> ;
@@ -170,7 +170,7 @@
<section class="informative">
<h2 id="relOrg">Relationship with the Organization Ontology</h2>
-<p>A Registered Organization (<code>rov:RegOrg</code>) is a sub class of
+<p>A Registered Organization (<code>rov:RegisteredOrganization</code>) is a sub class of
the Organization Ontology's Formal Organization (<code>org:FormalOrganization</code>).
Furthermore, RegORG includes three sub properties of ORG's classification property covering
status, activity and type.</p>
@@ -185,7 +185,7 @@
<table>
<tr><th>RegORG</th><th>relationship</th><th>ORG</th></tr>
- <tr><td><code>rov:RegOrg</code></td><td><code>rdfs:subClassOf</code></td><td><code>org:FormalOrganization</code></td></tr>
+ <tr><td><code>rov:RegisteredOrganization</code></td><td><code>rdfs:subClassOf</code></td><td><code>org:FormalOrganization</code></td></tr>
<tr><td><code>rov:companyType</code></td><td><code>rdfs:subPropertyOf</code></td><td><code>org:classification</code></td></tr>
<tr><td><code>rov:companyStatus</code></td><td><code>rdfs:subPropertyOf</code></td><td><code>org:classification</code></td></tr>
<tr><td><code>rov:companyActivity</code></td><td><code>rdfs:subPropertyOf</code></td><td><code>org:classification</code></td></tr>
@@ -264,7 +264,7 @@
<p>The classes and properties are described in the following sub-sections.</p>
<section><h2 id="dataTypes">Data Types</h2>
-<p>The Registered Organization vocabulary makes use of the following abstract data types, all of which are
+<p>The Registered Organization vocabulary makes use of the following data types, all of which are modeled and
defined in the ADMS specification [[!ADMS]].</p>
<ul>
<li>Text (RDF encoding: <a href="http://www.w3.org/TR/rdf-schema/#ch_literal"><code>rdfs:Literal</code></a> with language tag)</li>
@@ -278,7 +278,7 @@
<table>
<thead><tr><th>Class</th><th>Notes</th><th>RDF encoding</th></tr>
- <tbody><tr><td class="code">Registered Organization</td><td>Sub class of <code>org:FormalOrganization</code></td><td><code>rov:RegOrg</code></td></tr></tbody>
+ <tbody><tr><td class="code">Registered Organization</td><td>Sub class of <code>org:FormalOrganization</code></td><td><code>rov:RegisteredOrganization</code></td></tr></tbody>
</table>
@@ -427,12 +427,12 @@
<table>
<thead><tr><th>Property</th><th>Abstract Data Type</th><th>RDF encoding</th></tr></thead>
- <tbody><tr><td class="code">registered organization</td><td>Registered Organization</td><td><code>rov:regOrg</code></td></tr></tbody>
+ <tbody><tr><td class="code">registered organization</td><td>Registered Organization</td><td><code>rov:RegisteredOrganization</code></td></tr></tbody>
</table>
<p>The registered organization relationship can be used to link any <code>dcterms:Agent</code> (equivalent class <code>foaf:Agent</code>)
to a Registered Organization that in some way acts as a registered legal entity for it. This is useful, for example,
where an organization includes one or more legal entities, or where a natural person is also registered as a legal entity.
-<code>rov:regOrg</code> has a range of <code>rov:RegOrg</code>.</p>
+<code>rov:RegisteredOrganization</code> has a range of <code>rov:RegisteredOrganization</code>.</p>
</section>
</section> <!-- Conceptual Model -->
@@ -469,7 +469,7 @@
<table>
<tr><th>property</th><th>domain</th><th>range</th></tr>
<tr><td><code>adms:identifier</code></td><td><code>rdfs:Resource</code></td><td><code>adms:Identifier</code></td></tr>
- <tr><td><code>rov:registration</code></td><td><code>rov:RegOrg</code></td><td><code>adms:Identifier</code> (<code>rov:registration</code> is a sub property of <code>adms:identifier</code>)</td></tr>
+ <tr><td><code>rov:registration</code></td><td><code>rov:RegisteredOrganization</code></td><td><code>adms:Identifier</code> (<code>rov:registration</code> is a sub property of <code>adms:identifier</code>)</td></tr>
<tr><td><code>org:identifier</code></td><td><code>org:Organization</code></td><td>formally none, but <code>org:identifier</code> is a sub property of <code>skos:notation</code> for which best practice is to provide a datatyped literal as the value.</td></tr>
<tr><td><code>dcterms:identifier</code></td><td><code>rdfs:Resource</code></td><td><code>rdfs:Literal</code></td></tr>
</table>