Fix MIME type of XSD.
--- 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 ;