From ed65ccf9a3588419a36d041f391e3c7c25e9e560 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Rodr=C3=ADguez=20Doncel?= Date: Fri, 19 May 2017 21:38:22 +0200 Subject: [PATCH] Testing formats --- bp/index.html | 202 ++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 171 insertions(+), 31 deletions(-) diff --git a/bp/index.html b/bp/index.html index 8ab3f91..b81eb34 100644 --- a/bp/index.html +++ b/bp/index.html @@ -6,41 +6,148 @@ + + + -

This page gathers examples of use of ODRL, good practices and is intended to be a first cookbook. Examples are first given as Turtle, other serializations to come. For every Turtle excerpt that follows, the following prefix must be understood.

+
@@ -82,12 +189,45 @@

Document Conventions

Examples of use

+ +

Examples 1: Sample policy

+ + +
+<http://example.org/policy/1> odrl:permission [
+  odrl:target <http://example.com/asset/1> ;
+  odrl:assignee <http://example.com/party/Alice> ;
+  odrl:action odrl:use
+] ;
+
+

Style guide

- + +
+ +

References

+
+
[CCREL]
+
Hal Abelson; Ben Adida; Mike Linksvayer; Nathan Yergler. W3C/Creative Commons. ccREL: The Creative Commons Rights Expression Language. 1 May 2008. W3C Member Submission. URL: http://www.w3.org/Submission/ccREL/ +
+
[FOAF]
+
Dan Brickley; Libby Miller. FOAF project. FOAF Vocabulary Specification 0.99 (Paddington Edition). 14 January 2014. URL: http://xmlns.com/foaf/spec/ +
+
[Turtle]
+
Eric Prud'hommeaux; Gavin Carothers. W3C. RDF 1.1 Turtle. 25 February 2014. W3C Recommendation. URL: https://www.w3.org/TR/turtle/ +
+
+ +

Acknowledgements

+

+ We would like to acknowledge the contributions to this document by.... +

+
+
\ No newline at end of file