Add N-Triples and RDF/XML variants.
authorMo McRoberts <mo.mcroberts@bbc.co.uk>
Sun, 08 Sep 2013 22:04:51 +0100
changeset 5 b82eb4625949
parent 4 23ac5e2a08bb
child 6 6c0a68076ddb
Add N-Triples and RDF/XML variants.
2/model.nt
2/model.rdf
--- a/2/model.nt	Sun Sep 08 22:03:45 2013 +0100
+++ b/2/model.nt	Sun Sep 08 22:04:51 2013 +0100
@@ -5,6 +5,9 @@
 <http://w3.org/ns/odrl/2/> <http://purl.org/vocab/vann/preferredNamespaceUri> <http://w3.org/ns/odrl/2/> .
 <http://w3.org/ns/odrl/2/> <http://purl.org/vocab/vann/preferredNamespacePrefix> "odrl" .
 <http://w3.org/ns/odrl/2/> <http://purl.org/vocab/vann/example> <http://w3.org/ns/odrl/2/Asset> .
+<http://w3.org/ns/odrl/2/> <http://purl.org/dc/terms/creator> "Mo McRoberts" .
+<http://w3.org/ns/odrl/2/> <http://purl.org/dc/terms/creator> "V\u00EDctor Rodr\u00EDguez Doncel" .
+<http://w3.org/ns/odrl/2/> <http://purl.org/dc/terms/contributor> "ODRL Community Group" .
 <http://w3.org/ns/odrl/2/actions> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#ConceptScheme> .
 <http://w3.org/ns/odrl/2/actions> <http://www.w3.org/2000/01/rdf-schema#label> "ODRL Actions vocabulary"@en .
 <http://w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://w3.org/ns/odrl/2/acceptTracking> .
@@ -427,7 +430,7 @@
 <http://w3.org/ns/odrl/2/export> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://w3.org/ns/odrl/2/Action> .
 <http://w3.org/ns/odrl/2/export> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
 <http://w3.org/ns/odrl/2/export> <http://www.w3.org/2000/01/rdf-schema#label> "Export"@en .
-<http://w3.org/ns/odrl/2/export> <http://www.w3.org/2000/01/rdf-schema#label> "The act of transforming the asset into a new form."@en .
+<http://w3.org/ns/odrl/2/export> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of transforming the asset into a new form."@en .
 <http://w3.org/ns/odrl/2/export> <http://www.w3.org/2002/07/owl#sameAs> <http://w3.org/ns/odrl/2/transform> .
 <http://w3.org/ns/odrl/2/extract> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://w3.org/ns/odrl/2/Action> .
 <http://w3.org/ns/odrl/2/extract> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
@@ -652,6 +655,12 @@
 <http://w3.org/ns/odrl/2/meteredTime> <http://www.w3.org/2000/01/rdf-schema#label> "Metered time"@en .
 <http://w3.org/ns/odrl/2/meteredTime> <http://www.w3.org/2000/01/rdf-schema#comment> "The maximum period of metered usage time."@en .
 <http://w3.org/ns/odrl/2/meteredTime> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
+<http://w3.org/ns/odrl/2/payAmount> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://w3.org/ns/odrl/2/payAmount> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
+<http://w3.org/ns/odrl/2/payAmount> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://w3.org/ns/odrl/2/rightOperand> .
+<http://w3.org/ns/odrl/2/payAmount> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://w3.org/ns/odrl/2/payAmount> <http://www.w3.org/2000/01/rdf-schema#label> "Payment amount"@en .
+<http://w3.org/ns/odrl/2/payAmount> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#decimal> .
 <http://w3.org/ns/odrl/2/percentage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
 <http://w3.org/ns/odrl/2/percentage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
 <http://w3.org/ns/odrl/2/percentage> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://w3.org/ns/odrl/2/rightOperand> .
--- a/2/model.rdf	Sun Sep 08 22:03:45 2013 +0100
+++ b/2/model.rdf	Sun Sep 08 22:04:51 2013 +0100
@@ -11,6 +11,9 @@
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns="http://w3.org/ns/odrl/2/">
   <owl:Ontology rdf:about="http://w3.org/ns/odrl/2/">
+    <dct:contributor>ODRL Community Group</dct:contributor>
+    <dct:creator>Mo McRoberts</dct:creator>
+    <dct:creator>Víctor Rodríguez Doncel</dct:creator>
     <vann:example rdf:resource="http://w3.org/ns/odrl/2/Asset"/>
     <vann:preferredNamespacePrefix>odrl</vann:preferredNamespacePrefix>
     <vann:preferredNamespaceUri rdf:resource="http://w3.org/ns/odrl/2/"/>
@@ -449,8 +452,8 @@
     <vs:term_status>testing</vs:term_status>
   </Action>
   <Action rdf:about="http://w3.org/ns/odrl/2/export">
+    <rdfs:comment xml:lang="en">The act of transforming the asset into a new form.</rdfs:comment>
     <rdfs:label xml:lang="en">Export</rdfs:label>
-    <rdfs:label xml:lang="en">The act of transforming the asset into a new form.</rdfs:label>
     <owl:sameAs rdf:resource="http://w3.org/ns/odrl/2/transform"/>
     <vs:term_status>testing</vs:term_status>
   </Action>
@@ -702,6 +705,13 @@
     <rdfs:label xml:lang="en">Pay</rdfs:label>
     <vs:term_status>testing</vs:term_status>
   </Action>
+  <rdf:Property rdf:about="http://w3.org/ns/odrl/2/payAmount">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
+    <rdfs:label xml:lang="en">Payment amount</rdfs:label>
+    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
+    <rdfs:subPropertyOf rdf:resource="http://w3.org/ns/odrl/2/rightOperand"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Property>
   <rdf:Property rdf:about="http://w3.org/ns/odrl/2/payeeParty">
     <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
     <rdfs:comment xml:lang="en">The Party is the recipient of the payment.</rdfs:comment>