Fix MIME type of XSD.
authorMo McRoberts <mo.mcroberts@bbc.co.uk>
Wed, 11 Sep 2013 16:01:15 +0100
changeset 38 fad839b808d9
parent 37 454d00f70185
child 39 1c4d66f9d2ca
Fix MIME type of XSD.
2/ODRL20.nt
2/ODRL20.rdf
2/ODRL20.ttl
--- a/2/ODRL20.nt	Wed Sep 11 16:00:28 2013 +0100
+++ b/2/ODRL20.nt	Wed Sep 11 16:01:15 2013 +0100
@@ -23,7 +23,7 @@
 <http://www.w3.org/ns/odrl/2/odrl.xsd> <http://www.w3.org/2000/01/rdf-schema#label> "ODRL 2.0 (XML Schema Definition)"@en .
 <http://www.w3.org/ns/odrl/2/odrl.xsd> <http://xmlns.com/foaf/0.1/primaryTopic> <http://www.w3.org/ns/odrl/2/> .
 <http://www.w3.org/ns/odrl/2/odrl.xsd> <http://purl.org/dc/terms/isVersionOf> <http://www.w3.org/ns/odrl/2/> .
-<http://www.w3.org/ns/odrl/2/odrl.xsd> <http://purl.org/dc/terms/format> <http://purl.org/NET/mediatypes/application/xsd> .
+<http://www.w3.org/ns/odrl/2/odrl.xsd> <http://purl.org/dc/terms/format> <http://purl.org/NET/mediatypes/application/xml> .
 <http://www.w3.org/ns/odrl/2/odrl.html> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/dc/dcmitype/Text> .
 <http://www.w3.org/ns/odrl/2/odrl.html> <http://www.w3.org/2000/01/rdf-schema#label> "ODRL 2.0 (HTML)"@en .
 <http://www.w3.org/ns/odrl/2/odrl.html> <http://xmlns.com/foaf/0.1/primaryTopic> <http://www.w3.org/ns/odrl/2/> .
--- a/2/ODRL20.rdf	Wed Sep 11 16:00:28 2013 +0100
+++ b/2/ODRL20.rdf	Wed Sep 11 16:01:15 2013 +0100
@@ -877,7 +877,7 @@
     <foaf:primaryTopic rdf:resource="http://www.w3.org/ns/odrl/2/"/>
   </dcmit:Text>
   <dcmit:Text rdf:about="http://www.w3.org/ns/odrl/2/odrl.xsd">
-    <dct:format rdf:resource="http://purl.org/NET/mediatypes/application/xsd"/>
+    <dct:format rdf:resource="http://purl.org/NET/mediatypes/application/xml"/>
     <dct:isVersionOf rdf:resource="http://www.w3.org/ns/odrl/2/"/>
     <rdfs:label xml:lang="en">ODRL 2.0 (XML Schema Definition)</rdfs:label>
     <foaf:primaryTopic rdf:resource="http://www.w3.org/ns/odrl/2/"/>
--- a/2/ODRL20.ttl	Wed Sep 11 16:00:28 2013 +0100
+++ b/2/ODRL20.ttl	Wed Sep 11 16:01:15 2013 +0100
@@ -43,7 +43,7 @@
 	rdfs:label "ODRL 2.0 (XML Schema Definition)"@en ;
 	foaf:primaryTopic odrl: ;
 	dct:isVersionOf odrl: ;
-	dct:format <http://purl.org/NET/mediatypes/application/xsd> .
+	dct:format <http://purl.org/NET/mediatypes/application/xml> .
 
 <http://www.w3.org/ns/odrl/2/odrl.html>
 	a dcmit:Text ;