Separated Classes and properties to improve readability
authordgarijo
Thu, 18 Apr 2013 11:10:37 +0200
changeset 6219 7b999f2a2586
parent 6218 3f1d05a437f1
child 6220 1ac4cdeffa6c
Separated Classes and properties to improve readability
dc-note/releases/NOTE-prov-dc-20130430/Overview.html
--- a/dc-note/releases/NOTE-prov-dc-20130430/Overview.html	Thu Apr 18 10:33:04 2013 +0200
+++ b/dc-note/releases/NOTE-prov-dc-20130430/Overview.html	Thu Apr 18 11:10:37 2013 +0200
@@ -577,7 +577,7 @@
 	 version
 	 -->
 	 <p>
-	<b>Derivation Terms (How?):</b> This category contains derivation related terms.  
+	<b>Derivation and licensing Terms (How?):</b> This category contains derivation related terms.  
 	 When a resource is derived from other resources, the original resource becomes part of the provenance
 	 chain of the derived resource. In DC, 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>). 
@@ -754,19 +754,15 @@
 		 the details about the kind of influence that an activity or an agent had are left to custom refinements of the PROV classes and properties. 
 		</p>	
 		<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.
+		<a href="#list_of_direct_terms_classes">Table 3</a>, <a href="#list_of_direct_terms_props">Table 4</a>, <a href="#list_of_direct_mappings2_classes">Table 5</a> and <a href="#list_of_direct_mappings2_props">Table 6</a> 
+		provide the detailed mapping of the classes and properties in DC plus the rationale for each term.
 		 The rest of the terms can be found in the 
-		 <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> 
-		</div>
-		-->
-		<p>
-		</p><div id="list_of_direct_terms" >
+		 <a href="#list-of-terms-excluded-from-the-mapping">list of terms left out of the mapping</a> section. 
+		</p>		
+		
+		<div id="list_of_direct_terms_classes" >
 		<table style="margin-left: auto; margin-right: auto;">
-			<caption> <a href="#list_of_direct_terms"> Table 3:</a> Direct mappings </caption>
+			<caption> <a href="#list_of_direct_terms_classes"> Table 3:</a> Direct mappings (Classes) </caption>
 			<tbody>
 			<tr>
 				<th>DC Term</th>
@@ -871,7 +867,20 @@
 				<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 container for any provenance related assertion.</td>
-			</tr>
+			</tr>			
+			</tbody>
+		</table>
+		</div>
+		<div id="list_of_direct_terms_props" >
+		<table style="margin-left: auto; margin-right: auto;">
+			<caption> <a href="#list_of_direct_terms_props"> Table 4:</a> Direct mappings (Properties) </caption>
+			<tbody>
+			<tr>
+				<th>DC Term</th>
+				<th>Relation</th>
+				<th>PROV Term</th>
+				<th>Rationale</th>
+			</tr>			
 			<tr>
 				<td><b id="term_rightsHolder"><a href="http://purl.org/dc/terms/rightsHolder">dct:rightsHolder</a></b></td>
 				<td>rdfs:subPropertyOf</td>
@@ -1002,7 +1011,8 @@
 		constraints [<cite><a href="#bib-PROV-CONSTRAINTS" class="bibref">PROV-CONSTRAINTS</a></cite>].
 		<p></p>
 		<p>
-		Regarding the rest of the direct mappings, a property (<code>prov:hadPrimarySource</code>) has been found to be superproperty of a PROV concept, represented in <a href="#list_of_direct_mappings2">Table 4</a>:
+		Regarding the rest of the direct mappings, two properties (<code>dct:source</code> and <code>isVersionOf</code>) and a class (<code>dct:LocationPeriodOrJurisdiction</code>) 
+		have been found to be superproperties and superclass of a PROV concept, represented in <a href="#list_of_direct_mappings2_classes">Table 5</a> and <a href="#list_of_direct_mappings2_props">Table 6</a>:
 		<!-- SHOULD ADD THIS FOR EACH
 		it is due to the difference between DC and PROV entities: while the former conflates more than one version or "state" of 
 		the resource in a single entity, the latter	proposes to separate all of them
@@ -1014,9 +1024,9 @@
 		<p>Some of the terms of the list are still under discussion: <code>dct:isVersionOf</code>.</p> 
 		</div>
 		-->
-		<div id="list_of_direct_mappings2">
+		<div id="list_of_direct_mappings2_classes">
 			<table>
-				<caption> <a href="#list_of_direct_mappings2"> Table 4:</a> Direct mappings (2) </caption>
+				<caption> <a href="#list_of_direct_mappings2_classes"> Table 5:</a> Direct mappings (Classes) (2) </caption>
 				<tbody>
 				<tr>
 					<th>PROV Term</th>
@@ -1029,7 +1039,20 @@
 					<td>owl:subClassOf</td>
 					<td><b><a href="http://purl.org/dc/terms/LocationPeriodOrJurisdiction">dct:LocationPeriodOrJurisdiction</a></b></td>
 					<td><code>dct:LocationPeriodOrJurisdiction</code> is a superclass of <code>dct:Location</code> (equivalent to <code>prov:Location</code>).</td>
-				</tr>
+				</tr>				
+				</tbody>
+			</table>
+		</div>
+		<div id="list_of_direct_mappings2_props">
+			<table>
+				<caption> <a href="#list_of_direct_mappings2_props"> Table 6:</a> Direct mappings (Properties) (2) </caption>
+				<tbody>
+				<tr>
+					<th>PROV Term</th>
+					<th>Relation</th>
+					<th>DC Term</th>
+					<th>Rationale</th>
+				</tr>				
 				<tr>
 					<td><a href="http://www.w3.org/TR/prov-o/#hadPrimarySource">prov:hadPrimarySource</a></td>
 					<td>rdfs:subPropertyOf</td>
@@ -1050,12 +1073,12 @@
 			</table>
 		</div>
 		<p>
-		<a href="#list_of_direct_mappings_no_prov_core">Table 5</a> enumerates the mapping of the DC terms that map to inverse relationships in PROV. These
+		<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.
 		</p>
 		<div id="list_of_direct_mappings_no_prov_core">
 			<table style="margin-left: auto; margin-right: auto;">
-				<caption> <a href="#list_of_direct_mappings_no_prov_core"> Table 5:</a> Direct mappings to the PROV terms not included in the core </caption>
+				<caption> <a href="#list_of_direct_mappings_no_prov_core"> Table 7:</a> Direct mappings to the PROV terms not included in the core </caption>
 				<tbody>
 				<tr>
 					<th>DC Term</th>
@@ -1575,12 +1598,12 @@
 	</section>
 	<section id="list-of-terms-excluded-from-the-mapping">
 		<h3><span class="secno">3.5 </span>List of terms excluded from the mapping</h3>
-		<a href="#list-of-terms-excluded-from-the-mapping"> Table 6</a> lists the terms excluded from the mapping, 
+		<a href="#list-of-terms-excluded-from-the-mapping-classes"> Table 8</a> and <a href="#list-of-terms-excluded-from-the-mapping-properties"> Table 9</a> 
+		list the classes and properties excluded from the mapping, 
 		either because thay are not suitable or because they do not represent provenance information.
 		
-		<p>
-			</p><table>
-			<caption> <a href="#list-of-terms-excluded-from-the-mapping"> Table 6:</a> List of terms excluded from the mapping </caption>
+		<table>
+			<caption> <a href="#list-of-terms-excluded-from-the-mapping"> Table 8:</a> List of classes excluded from the mapping </caption>
 			<tbody>
 			<tr>
 				<th>DC Term</th>
@@ -1642,7 +1665,13 @@
 				<td><b id="term_sizeOrDuration"><a href="http://purl.org/dc/terms/SizeOrDuration">dct:SizeOrDuration</a></b></td>
 				<td>Descriptive metadata</td>
 				<td>Dimension or time taken to execute something.</td>
-			</tr>
+			</tr>						
+			</tbody>
+			</table>
+			
+			<table id="list-of-terms-excluded-from-the-mapping-props">
+			<caption> <a href="#list-of-terms-excluded-from-the-mapping-props"> Table 9:</a> List of properties excluded from the mapping </caption>
+			<tbody>			
 			<tr>
 				<td><b id="term_abstract"><a href="http://purl.org/dc/terms/abstract">dct:abstract</a></b></td>
 				<td>Descriptive metadata</td>
@@ -1790,7 +1819,6 @@
 				<td>Property that states when a resource is valid. The notion of invalidation is defined in PROV-DM, but not the notion of validation. Thus this property is left out of the mapping.</td>
 			</tr>			
 			</tbody></table>
-		<p></p>
 	</section>
 	<section id="mapping-from-prov-to-dc"> 
 		<h3><span class="secno">3.6 </span>Mapping from PROV to DC</h3>