Fix to the latest dc-note draft
authordgarijo
Fri, 29 Mar 2013 19:48:40 +0100
changeset 6022 eeb2c30327af
parent 6021 14cbd94e282f
child 6023 396db64fcd72
Fix to the latest dc-note draft
dc-note/dc-note.html
--- a/dc-note/dc-note.html	Fri Mar 29 19:20:15 2013 +0100
+++ b/dc-note/dc-note.html	Fri Mar 29 19:48:40 2013 +0100
@@ -35,7 +35,7 @@
    
    var respecConfig = {
     // specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
-    specStatus:           "ED",
+    specStatus:           "WG-NOTE",
     //specStatus:           "FPWD-NOTE",
           
     // the specification's short name, as in http://www.w3.org/TR/short-name/
@@ -410,7 +410,7 @@
 	 When a resource is derived from other resources, the original resource becomes part of the provenance
 	 chain of the derived resource. In Dublin Core, derivations can be further classified as versions (<code>dct:isVersionOf</code>), 
 	 format serializations (<code>dct:isFormatOf</code>), replacements (<code>dct:replaces</code>) and sources of information (<code>dct:source</code>). 
-	 <code>dct:references</code> is a weaker relation (having a reference to a resource does not always mean that the content is derived from it), 
+	 <code>dct:references</code> is a weaker relation (having a reference to a resource does not always mean that the content is based on it), 
 	 but it can be assumed that a referenced resource influenced the described resource
 	 and therefore it is relevant for its provenance. The respective inverse properties do not necessarily contribute to
 	 the provenance of the described resource, e.g., a resource is usually not directly affected by being referenced or
@@ -611,7 +611,7 @@
 				<td>rdfs:subClassOf</td>
 				<td><a href="http://www.w3.org/TR/prov-o/#Bundle">prov:Bundle</a></td>
 				<td>A <code>dct:ProvenanceStatement</code> is defined as "A statement of any changes in ownership and custody of a resource since its creation", which
-				is a wraper for any provenance related assertion.</td>
+				is a container for any provenance related assertion.</td>
 			</tr>
 			<tr>
 				<td><b id="term_rightsHolder"><a href="http://purl.org/dc/terms/rightsHolder">dct:rightsHolder</a></b></td>
@@ -641,7 +641,7 @@
 			<tr>
 				<td><b id="term_isVersionOf"><a href="http://purl.org/dc/terms/isVersionOf">dct:isVersionOf</a></b></td>
 				<td>owl:equivalentProperty</td>
-				<td><a href="http://www.w3.org/TR/prov-o/#wasDerivedFrom">prov:wasRevisionOf</a></td>
+				<td><a href="http://www.w3.org/TR/prov-o/#wasRevisionOf">prov:wasRevisionOf</a></td>
 				<td><code>dct:isVersionOf</code> refers to "a related resource to which the current resource is a version, edition or adaptation". 
 				In PROV, a revision is "a derivation for which the resulting entity is a revised version of some original". No specific attributes about revision
 				are provided, so editions and adaptations can be considered revisions as well.</td>
@@ -649,7 +649,7 @@
 			<tr>
 				<td><b id="term_isFormatOf"><a href="http://purl.org/dc/terms/isFormatOf">dct:isFormatOf</a></b></td>
 				<td>rdfs:subPropertyOf</td>
-				<td><a href="http://www.w3.org/TR/prov-o/#isFormatOf">prov:alternateOf</a></td>
+				<td><a href="http://www.w3.org/TR/prov-o/#alternateOf">prov:alternateOf</a></td>
 				<td><code>dct:isFormatOf</code> refers to another resource which is the same but in another format. Thus the mapping is straightforward to <code>prov:alternateOf</code>.</td>
 			</tr>
 			<tr>