More changes from Antoine's review
authordgarijo
Thu, 18 Apr 2013 11:55:56 +0200
changeset 6222 99ec8b72d804
parent 6221 7b3a0e715538
child 6223 d00d14205f34
child 6226 bb997285029f
More changes from Antoine's review
dc-note/releases/NOTE-prov-dc-20130430/Overview.html
--- a/dc-note/releases/NOTE-prov-dc-20130430/Overview.html	Thu Apr 18 11:36:38 2013 +0200
+++ b/dc-note/releases/NOTE-prov-dc-20130430/Overview.html	Thu Apr 18 11:55:56 2013 +0200
@@ -747,8 +747,8 @@
 		<h3><span class="secno">3.1 </span>Direct mappings</h3>
 		<p>
 		The direct mappings [<cite><a href="#bib-mapping" class="bibref">PROV-DC-DIRECT-MAPPINGS</a></cite>] relate the DC Terms to the PROV binary relationships by using the integration mechanisms of RDF. 
-		PROV applications will be able to interoperate with these DC statements by applying means of OWL 2 RL reasoning, (i.e., 
-		they will be able to understand DC statements). <!--The direct mappings also
+		PROV applications will be able to interoperate with these DC statements (i.e., 
+		they will be able to understand DC statements) by applying OWL 2 RL reasoning. <!--The direct mappings also
 		 contribute to the formal definition of the vocabularies by translating them to PROV.--></p>
 		 <p>DC, while less complex from a modeling perspective,
 		 is more specific about the type of the activity taking place. PROV provides general attribution, and
@@ -993,14 +993,7 @@
 				<td><a href="http://www.w3.org/TR/prov-o/#generatedAtTime">prov:generatedAtTime</a></td>
 				<td>Property used to describe the date when the resource was modified. <code>dct:modified</code> is mapped as a subproperty of <code>prov:generatedAtTime</code> 
 				because the modified resource was generated by a "Modify" activity that changed it from its previous state.</td>
-			</tr>
-			<tr>
-				<td><b id="term_provenance"><a href="http://purl.org/dc/terms/provenance">dct:provenance</a></b></td>
-				<td>rdfs:subPropertyOf</td>
-				<td><a href="http://www.w3.org/TR/prov-aq/#resource-accessed-by-http">prov:has_provenance</a></td>
-				<td>Property used to link a resource to its corresponding <code>dct:ProvenanceStatement</code>. Since <code>prov:has_provenance</code> can refer to any 
-				type of provenance record, <code>dct:provenance</code> is mapped as a subclass.</td>
-			</tr>
+			</tr>			
 			</tbody>
 		</table>
 		</div>
@@ -1074,8 +1067,7 @@
 			</table>
 		</div>
 		<p>
-		<a href="#list_of_direct_mappings_no_prov_core">Table 7</a> enumerates the mapping of the DC terms that map to inverse relationships in PROV. These
-		have been separated in a different table because they do not belong to the core of PROV.
+		<a href="#list_of_direct_mappings_no_prov_core">Table 7</a> enumerates the mapping of the DC terms to the PROV terms that do not belong to the core of PROV.
 		</p>
 		<div id="list_of_direct_mappings_no_prov_core">
 			<table style="margin-left: auto; margin-right: auto;">
@@ -1097,13 +1089,20 @@
 					<td><b id="term_isReferencedBy"><a href="http://purl.org/dc/terms/isReferencedBy">dct:isReferencedBy</a></b></td>
 					<td>rdfs:subPropertyOf</td>
 					<td><a href="http://www.w3.org/TR/prov-o/#inverse-names-table">prov:hadDerivation</a></td>
-					<td>Inverse property of <code>dct:references</code></td>
+					<td>Inverse property of <code>dct:references</code>.</td>
 				</tr>
 				<tr>
 					<td><b><a href="http://purl.org/dc/terms/hasFormat">dct:hasFormat</a></b></td>
 					<td>rdfs:subPropertyOf</td>
 					<td><a href="http://www.w3.org/TR/prov-o/#inverse-names-table">prov:hadDerivation</a></td>
-					<td>Inverse property of <code>dct:isFormatOf</code></td>
+					<td>Inverse property of <code>dct:isFormatOf</code>.</td>
+				</tr>
+				<tr>
+					<td><b id="term_provenance"><a href="http://purl.org/dc/terms/provenance">dct:provenance</a></b></td>
+					<td>rdfs:subPropertyOf</td>
+					<td><a href="http://www.w3.org/TR/prov-aq/#resource-accessed-by-http">prov:has_provenance</a></td>
+					<td>Property used to link a resource to its corresponding <code>dct:ProvenanceStatement</code>. Since <code>prov:has_provenance</code> can refer to any 
+					type of provenance record, <code>dct:provenance</code> is mapped as a subclass.</td>
 				</tr>
 				</tbody>
 			</table>