Removed rov:identifier - it's in the adms namespace
authorphila
Tue, 23 Oct 2012 17:43:40 +0100
changeset 241 79be5fdc0e8c
parent 240 7a5bf968d933
child 242 2d69f6966058
Removed rov:identifier - it's in the adms namespace
legal/index.html
legal/regorg20121023.rdf
--- a/legal/index.html	Tue Oct 23 17:43:13 2012 +0100
+++ b/legal/index.html	Tue Oct 23 17:43:40 2012 +0100
@@ -380,10 +380,12 @@
 <p>Although there is no formal cardinality constraint on any property in the Registered Organization vocabulary, it is 
 questionable whether a description of a registered organization without this property and an associated Identifier class
 will be of any value.</p>
-<p>In RDF terms, <code>rov:registration</code> is a sub property of <code>rov:identifier</code> (see next section) with specific semantics.</p>
+<p>In RDF terms, <code>rov:registration</code> is a sub property of <code>adms:identifier</code> which
+has a domain of <code>rdfs:Resource</code> and a range of <code>adms:Identifier</code>. This is one of
+several 'identifier' properties compared in an <a href="#app1">appendix</a>.</p>
 
 </section>
-<section>
+<!--<section>
 <h3 id="identifier">identifier</h3>
 <p class="editorsnote"><a href="https://www.w3.org/2011/gld/track/issues/40">Issue-40</a> should this property be moved (presumably to ADMS)?</p>
 <table>
@@ -400,7 +402,7 @@
 link to the identifier issued by the authority that conferred legal entity status on an organization.</p>
 <p><code>rov:identifier</code> is one of several 'identifier' properties compared in an <a href="#app1">appendix</a>.</p>
 
-</section>
+</section> -->
 <section>
 <h3 id="registeredAddress">registered address</h3>
 
@@ -461,13 +463,13 @@
 
 <section>
 <h2 id="app1">Appendix: identifier properties</h2>
-<p>There are several vocabularies in use with a property of 'identifier' and this vocabulary adds a new one.
+<p>There are several vocabularies in use with a property of 'identifier' and this vocabulary creates a sub property of one of them.
 The following table provides a summary of these related but semantically different properties 
 in terms of their domains and ranges</p>
 <table>
   <tr><th>property</th><th>domain</th><th>range</th></tr>
-  <tr><td><code>rov: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></td></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>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>
--- a/legal/regorg20121023.rdf	Tue Oct 23 17:43:13 2012 +0100
+++ b/legal/regorg20121023.rdf	Tue Oct 23 17:43:40 2012 +0100
@@ -188,14 +188,14 @@
     <rdfs:label xml:lang="en">registration</rdfs:label>
     <rdfs:comment xml:lang="en">The registration is a fundamental relationship between a legal entity and the 
     authority with which it is registered and that confers legal status upon it. rov:registration is 
-    a sub property of rov:identifier which has a range of adms:Identifier. rov:registration has a domain of rov:RegOrg</rdfs:comment>
+    a sub property of adms:identifier which has a range of adms:Identifier. rov:registration has a domain of rov:RegOrg.</rdfs:comment>
     <rdfs:isDefinedBy rdf:resource="&regorg;" />
     <rdfs:domain rdf:resource="&regorg;LegalEntity" />
-    <rdfs:subPropertyOf rdf:resource="&regorg;identifier" />
+    <rdfs:subPropertyOf rdf:resource="&adms;identifier" />
     <dcterms:identifier>rov:registration</dcterms:identifier>
   </rdf:Property>
 
-  <rdf:Property rdf:about="&regorg;identifier">
+<!--  <rdf:Property rdf:about="&regorg;identifier">
     <rdf:type rdf:resource="&owl;ObjectProperty" />
     <rdfs:label xml:lang="en">identifer</rdfs:label>
     <rdfs:comment xml:lang="en">The identifier relation links a resource to any formally issued identifier for that 
@@ -203,7 +203,7 @@
     <rdfs:range rdf:resource="&adms;Identifier" />
     <rdfs:isDefinedBy rdf:resource="&admsDoc;"/>
     <dcterms:identifier>rov:identifier</dcterms:identifier>
-  </rdf:Property>
+  </rdf:Property> -->
 
   <rdf:Property rdf:about="&regorg;registeredAddress">
     <rdf:type rdf:resource="&owl;ObjectProperty" />