s/dct:published/dct:issued/;
authorMo McRoberts <mo.mcroberts@bbc.co.uk>
Tue, 13 May 2014 09:02:48 +0100
changeset 52 990fca6995bc
parent 51 c435cf427267
child 53 2fbc72acd711
s/dct:published/dct:issued/;
2/ODRL20.nt
2/ODRL20.rdf
2/ODRL20.ttl
classes.php
--- a/2/ODRL20.nt	Mon May 12 10:48:31 2014 +0100
+++ b/2/ODRL20.nt	Tue May 13 09:02:48 2014 +0100
@@ -7,7 +7,7 @@
 <http://www.w3.org/ns/odrl/2/> <http://purl.org/vocab/vann/example> <http://www.w3.org/ns/odrl/2/Asset> .
 <http://www.w3.org/ns/odrl/2/> <http://purl.org/dc/terms/creator> "Mo McRoberts (BBC)" .
 <http://www.w3.org/ns/odrl/2/> <http://purl.org/dc/terms/creator> "V\u00EDctor Rodr\u00EDguez Doncel (OEG-UPM)" .
-<http://www.w3.org/ns/odrl/2/> <http://purl.org/dc/terms/published> "2014-05-12"^^<http://www.w3.org/2001/XMLSchema#date> .
+<http://www.w3.org/ns/odrl/2/> <http://purl.org/dc/terms/issued> "2014-05-12"^^<http://www.w3.org/2001/XMLSchema#date> .
 <http://www.w3.org/ns/odrl/2/> <http://purl.org/dc/terms/contributor> "ODRL Community Group" .
 <http://www.w3.org/ns/odrl/2/> <http://purl.org/dc/terms/description> "The Open Digital Rights Language (ODRL) provides flexible and interoperable mechanisms to support transparent and innovative use of digital content in publishing, distribution, and consumption of of digital media across all sectors and communities. The ODRL Policy model is broad enough to support traditional rights expressions for commercial transaction, open access expressions for publicly distributed content, and privacy expressions for social media."@en .
 <http://www.w3.org/ns/odrl/2/odrl.ttl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/dc/dcmitype/Text> .
--- a/2/ODRL20.rdf	Mon May 12 10:48:31 2014 +0100
+++ b/2/ODRL20.rdf	Tue May 13 09:02:48 2014 +0100
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<rdf:RDF
-   xmlns:dcmit="http://purl.org/dc/dcmitype/"
+<rdf:RDF xmlns:dcmit="http://purl.org/dc/dcmitype/"
    xmlns:dct="http://purl.org/dc/terms/"
    xmlns:foaf="http://xmlns.com/foaf/0.1/"
    xmlns:ont="http://purl.org/net/ns/ontology-annot#"
@@ -18,7 +17,7 @@
     <dct:creator>Mo McRoberts (BBC)</dct:creator>
     <dct:creator>Víctor Rodríguez Doncel (OEG-UPM)</dct:creator>
     <dct:description xml:lang="en">The Open Digital Rights Language (ODRL) provides flexible and interoperable mechanisms to support transparent and innovative use of digital content in publishing, distribution, and consumption of of digital media across all sectors and communities. The ODRL Policy model is broad enough to support traditional rights expressions for commercial transaction, open access expressions for publicly distributed content, and privacy expressions for social media.</dct:description>
-    <dct:published rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2014-05-12</dct:published>
+    <dct:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2014-05-12</dct:issued>
     <vann:example rdf:resource="http://www.w3.org/ns/odrl/2/Asset"/>
     <vann:preferredNamespacePrefix>odrl</vann:preferredNamespacePrefix>
     <vann:preferredNamespaceUri rdf:resource="http://w3.org/ns/odrl/2/"/>
--- a/2/ODRL20.ttl	Mon May 12 10:48:31 2014 +0100
+++ b/2/ODRL20.ttl	Tue May 13 09:02:48 2014 +0100
@@ -22,7 +22,7 @@
 	vann:preferredNamespacePrefix "odrl" ;
 	vann:example :Asset ;
 	dct:creator "Mo McRoberts (BBC)", "Víctor Rodríguez Doncel (OEG-UPM)" ;
-	dct:published "2014-05-12"^^xsd:date ;
+	dct:issued "2014-05-12"^^xsd:date ;
 	dct:contributor "ODRL Community Group" ;
 	dct:description "The Open Digital Rights Language (ODRL) provides flexible and interoperable mechanisms to support transparent and innovative use of digital content in publishing, distribution, and consumption of of digital media across all sectors and communities. The ODRL Policy model is broad enough to support traditional rights expressions for commercial transaction, open access expressions for publicly distributed content, and privacy expressions for social media."@en .
 
--- a/classes.php	Mon May 12 10:48:31 2014 +0100
+++ b/classes.php	Tue May 13 09:02:48 2014 +0100
@@ -154,7 +154,7 @@
             $html .= "<dl>\n";
             $html .= "<dt>Latest Version</dt><dd>".$this->htmlLink()."</dd>\n";
             $html .= $this->propertyDefinition('Created', 'dc:created|dc11:created');
-            $html .= $this->propertyDefinition('Date', 'dc:date|dc11:date|dc:published|dc11:published');
+            $html .= $this->propertyDefinition('Date', 'dc:date|dc11:date|dc:issued|dc11:issued');
             $html .= $this->propertyDefinition('Revision', 'owl:versionInfo');
             $html .= $this->propertyDefinition('Authors', 'foaf:maker|dc:creator|dc11:creator');
             $html .= $this->propertyDefinition('Contributors', 'dc:contributor|dc11:contributor');