removed prov:type mapping
authordgarijo
Mon, 25 Feb 2013 17:07:43 +0100
changeset 5784 60e05e3592f1
parent 5736 0ff2dc0bbac3
child 5785 1c98aef1f30b
removed prov:type mapping
dc-note/dc-note.html
dc-note/files/prov-dc-directmappings.ttl
--- a/dc-note/dc-note.html	Mon Feb 25 16:35:14 2013 +0100
+++ b/dc-note/dc-note.html	Mon Feb 25 17:07:43 2013 +0100
@@ -675,12 +675,12 @@
 				<td><code>dct:source</code> is defined as a "related resource from which the described resource is derived", which matches the notion of derivation
 				in PROV-DM ("a transformation of an entity in another").</td>
 			</tr>
-			<tr>
+			<!--<tr>
 				<td><b><a href="http://purl.org/dc/terms/type">dct:type</a></b></td>
 				<td>owl:equivalentProperty</td>
 				<td><a href="http://www.w3.org/TR/prov-o/#type">prov:type</a></td>
 				<td>Both properties relate two resources in a similar way: the nature of the resource (or genre).</td>
-			</tr>
+			</tr>-->
 			<tr>
 				<td><b id="term_created"><a href="http://purl.org/dc/terms/created">dct:created</a></b></td>
 				<td>rdfs:subPropertyOf</td>
--- a/dc-note/files/prov-dc-directmappings.ttl	Mon Feb 25 16:35:14 2013 +0100
+++ b/dc-note/files/prov-dc-directmappings.ttl	Mon Feb 25 17:07:43 2013 +0100
@@ -15,7 +15,6 @@
  dct:replaces        rdfs:subPropertyOf        prov:wasInfluencedBby .
  dct:isReplacedBy    rdfs:subPropertyOf        prov:influenced .
  dct:source          rdfs:subPropertyOf        prov:wasDerivedFrom .
- dct:type            owl:equivalentProperty    prov:type .
  
  prov:hadPrimarySource rdfs:subPropertyOf dct:source .