Broken links fixed
authordgarijo
Mon, 10 Dec 2012 15:53:53 +0100
changeset 5326 b84fd1b1a41b
parent 5325 9f2d0406301b
child 5327 f0790f4e88f0
Broken links fixed
dc-note/releases/WD-prov-dc-20121211/Overview.html
--- a/dc-note/releases/WD-prov-dc-20121211/Overview.html	Mon Dec 10 08:38:01 2012 -0500
+++ b/dc-note/releases/WD-prov-dc-20121211/Overview.html	Mon Dec 10 15:53:53 2012 +0100
@@ -614,19 +614,19 @@
 		<tr>
 			<td><b>Provenance</b></td>
 			<td>Who</td>
-			<td><a href="#term_contributor">contributor</a>, <a href="#term_creator">creator</a>, <a href="#term_publisher">publisher</a>, <a href="#term_rights_holder">rightsHolder</a></td>
+			<td><a href="#term_contributor">contributor</a>, <a href="#term_creator">creator</a>, <a href="#term_publisher">publisher</a>, <a href="#term_rightsHolder">rightsHolder</a></td>
 		</tr>
 		<tr>
 			<td><b>Provenance</b></td>
 			<td>When</td>
 			<td><a href="#term_available">available</a>, <a href="#term_created">created</a>, <a href="#term_date">date</a>, <a href="#term_dateAccepted">dateAccepted</a>, 
-			<a href="#term_dateCopyRighted">dateCopyrighted</a>, <a href="#term_dateSubmitted">dateSubmitted</a>, <a href="#term_issued">issued</a>, 
+			<a href="#term_dateCopyrighted">dateCopyrighted</a>, <a href="#term_dateSubmitted">dateSubmitted</a>, <a href="#term_issued">issued</a>, 
 			<a href="#term_modified">modified</a>, <a href="#term_valid">valid</a></td>
 		</tr>
 		<tr>
 			<td><b>Provenance</b></td>
 			<td>How</td>
-			<td><a href="#term_has_Version">isVersionOf</a>, <a href="#term_has_Version">hasVersion</a>, <a href="#term_has_Format">isFormatOf</a>, <a href="#term_has_Format">hasFormat</a>, <a href="#term_license">license</a>,
+			<td><a href="#term_isVersionOf">isVersionOf</a>, <a href="#term_hasVersion">hasVersion</a>, <a href="#term_has_Format">isFormatOf</a>, <a href="#term_has_Format">hasFormat</a>, <a href="#term_license">license</a>,
 			<a href="#term_references">references</a>, <a href="#term_isReferencedBy">isReferencedBy</a>, <a href="#term_replaces">replaces</a>, <a href="#term_replaces">isReplacedBy</a>,  <a href="#term_rights">rights</a>,
 			<a href="#term_source">source</a></td>
 		</tr>
@@ -763,7 +763,7 @@
 		<p>
 		<a href="#list_of_direct_terms">Table 3</a> and <a href="#list_of_direct_mappings2">Table 4</a> provide the detailed mapping plus the rationale for each term.
 		 The rest of the terms can be found in the 
-		 <a href="#list_of_excluded_terms">list of terms left out of the mapping</a>. 
+		 <a href="#list-of-terms-excluded-from-the-mapping">list of terms left out of the mapping</a>. 
 		</p>
 		<div class="note">
 		<p>Some of the terms of the list are still under discussion: <code>dct:replaces</code> and <code>dct:isVersionOf</code>.</p> 
@@ -786,26 +786,26 @@
 				<td>Both <code>dct:Agent</code> and <code>prov:Agent</code> refer to the same concept: a resource that has the power to act (which then has responsibility for an activity).</td>
 			</tr>
 			<tr>
-				<td><b>dct:rightsHolder</b></td>
+				<td><b id="term_rightsHolder">dct:rightsHolder</b></td>
 				<td>rdfs:subPropertyOf</td>
 				<td>prov:wasAttributedTo</td>
 				<td>The rights holder has the attribution of the activity that created the licensed resource.</td>
 			</tr>
 			<tr>
-				<td><b>dct:creator</b></td>
+				<td><b b id="term_creator">dct:creator</b></td>
 				<td>rdfs:subPropertyOf</td>
 				<td>prov:wasAttributedTo</td>
 				<td>A creator is the agent who created the resource. He is the one involved in the creation activity that led to the resource. 
 				He has the attribution for that activity</td>
 			</tr>
 			<tr>
-				<td><b>dct:publisher</b></td>
+				<td><b id="term_publisher">dct:publisher</b></td>
 				<td>rdfs:subPropertyOf</td>
 				<td>prov:wasAttributedTo</td>
 				<td>A publisher has the attribution of the publishing activity that led to the published resource.</td>
 			</tr>
 			<tr>
-				<td><b>dct:contributor</b></td>
+				<td><b id="term_contributor">dct:contributor</b></td>
 				<td>rdfs:subPropertyOf</td>
 				<td>prov:wasAttributedTo</td>
 				<td>A contributor is involved either in the creation activity or in 
@@ -813,26 +813,26 @@
 				part in those activities.</td>
 			</tr>
 			<tr>
-				<td><b>dct:isVersionOf</b></td>
+				<td><b id="term_isVersionOf">dct:isVersionOf</b></td>
 				<td>rdfs:subPropertyOf</td>
 				<td>prov:wasDerivedFrom</td>
 				<td><code>dct:isVersionOf</code> refers to "a related resource to which the current resource is a version, edition or adaptation". 
 				Hence the current resource has been derived from the original one.</td>
 			</tr>	
 			<tr>
-				<td><b>dct:isFormatOf</b></td>
+				<td><b id="term_isFormatOf">dct:isFormatOf</b></td>
 				<td>rdfs:subPropertyOf</td>
 				<td>prov:alternateOf</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>
-				<td><b>dct:hasFormat</b></td>
+				<td><b id="term_has_Format">dct:hasFormat</b></td>
 				<td>rdfs:subPropertyOf</td>
 				<td>prov:alternateOf</td>
 				<td> See rationale for <code>dct:isFormatOf</code></td>
 			</tr>
 			<tr>
-				<td><b>dct:replaces</b></td>
+				<td><b id="term_replaces">dct:replaces</b></td>
 				<td>rdfs:subPropertyOf</td>
 				<td>prov:wasInfluencedBy</td>
 				<td>This mapping is not straightforward. There is a relation between
@@ -842,7 +842,7 @@
 mapped to <code>prov:wasInfluencedBy</code></td>
 			</tr>	
 			<tr>
-				<td><b>dct:source </b></td>
+				<td><b id="term_source">dct:source </b></td>
 				<td>rdfs:subPropertyOf</td>
 				<td>prov:wasDerivedFrom</td>
 				<td>In Dublin Core, <code>dct:source</code> is defined as a "related resource from which the described resource is derived", which matches the notion of derivation
@@ -855,7 +855,7 @@
 				<td>Both properties relate two resources in a similar way: the nature of the resource (or genre).</td>
 			</tr>
 			<tr>
-				<td><b>dct:created</b></td>
+				<td><b id="term_created">dct:created</b></td>
 				<td>rdfs:subPropertyOf</td>
 				<td>prov:generatedAtTime</td>
 				<td><code>dct:created</code> is a property used to describe the time of creation of an entity, which corresponds to the time of its generation. 
@@ -868,14 +868,14 @@
 the resource.</td>
 			</tr>
 			<tr>
-				<td><b>dct:issued</b></td>
+				<td><b id="term_issued">dct:issued</b></td>
 				<td>rdfs:subPropertyOf</td>
 				<td>prov:generatedAtTime</td>
 				<td>Date when the resource was issued. It is mapped as a subproperty of <code>prov:generatedAtTime</code> because the issued resource is an entity itself,
 				which has been generated at a certain time.</td>
 			</tr>
 			<tr>
-				<td><b>dct:dateAccepted</b></td>
+				<td><b id="term_dateAccepted">dct:dateAccepted</b></td>
 				<td>rdfs:subPropertyOf</td>
 				<td>prov:generatedAtTime</td>
 				<td>The rationale is similar to the previous two properties: the 
@@ -883,19 +883,19 @@
 created or issued one.</td>
 			</tr>
 			<tr>
-				<td><b>dct:dateCopyrighted</b></td>
+				<td><b id="term_dateCopyrighted">dct:dateCopyrighted</b></td>
 				<td>rdfs:subPropertyOf</td>
 				<td>prov:generatedAtTime</td>
 				<td>See <code>dct:dateAccepted</code></td>
 			</tr>
 			<tr>
-				<td><b>dct:dateSubmitted</b></td>
+				<td><b id="term_dateSubmitted">dct:dateSubmitted</b></td>
 				<td>rdfs:subPropertyOf</td>
 				<td>prov:generatedAtTime</td>
 				<td>See <code>dct:dateAccepted</code></td>
 			</tr>
 			<tr>
-				<td><b>dct:modified</b></td>
+				<td><b id="term_modified">dct:modified</b></td>
 				<td>rdfs:subPropertyOf</td>
 				<td>prov:generatedAtTime</td>
 				<td>See <code>dct:dateAccepted</code></td>
@@ -964,13 +964,13 @@
 					<th>Rationale</th>
 				</tr>
 				<tr>
-					<td><b>dct:hasVersion</b></td>
+					<td><b id="term_hasVersion">dct:hasVersion</b></td>
 					<td>rdfs:subPropertyOf</td>
 					<td>prov:hadDerivation</td>
 					<td>Inverse property of <code>dct:isVersionOf</code>.</td>
 				</tr>
 				<tr>
-					<td><b>dct:isReplacedBy</b></td>
+					<td><b id="term_isReplacedBy">dct:isReplacedBy</b></td>
 					<td>rdfs:subPropertyOf</td>
 					<td>prov:influenced</td>
 					<td>Inverse property of <code>dct:replaces</code></td>
@@ -1404,7 +1404,7 @@
 		</div>
 		<p>
 			</p><table>
-			<caption> <a href="#list_of_excluded_terms"> Table 6:</a> List of terms excluded from the mapping </caption>
+			<caption> <a href="#list-of-terms-excluded-from-the-mapping"> Table 6:</a> List of terms excluded from the mapping </caption>
 			<tbody>
 			<tr>
 				<th>Term</th>