ODRL

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

The Open Digital Rights Language (ODRL) is a Rights Expression Language (REL) developed to express rights, rules, and conditions – including permissions, prohibitions, obligations, and assertions – for interacting with online content.

ODRL Standards Group

A member of the World Wide Web (W3C) Community and Business Groups, the ODRL Community Group represents an international initiative to define the open standard for expressing policy information over digital content residing on the Open Web Platform (OWP). With the publication of ODRL Version 2.0, the ODRL policy model framework currently supports traditional rights expressions for commercial transactions, open access expressions, and privacy expressions for social media.

ODRL was initially created in 2000, to address the burgeoning needs of the DRM-sector when media players were first introduced to the marketplace. Version 1.0 of the ODRL language was quickly adopted by the Open Mobile Alliance (OMA) as their core standard for mobile media content protections and for managing digital objects. To date, ODRL is arguably the largest mobile implementation of a rights language, currently operating on over a billion compatible devices.

ODRL was managed by an independent Initiative before becoming a W3C Community Group in 2011. This move has provided long-term stability of the specifications and a transparent governance model.

In 2013, two new media sectors adopted ODRL: the eBook publishing and news industries. The International Press and Telecommunication Council (IPTC) news consortium adopted ODRL for the communication of usage policies, primarily in association with the licensed distribution and use of news content in the online news marketplace.

In the current virtual goods environment, content assets purchased or permissioned by a consumer are often locked into the same platform where content was initially consumed due to interoperability of rights expressions across platforms. Because ODRL Version 2.0 recognizes it is equally important to state Permissions and Prohibitions in an expression language representing both DRM and non-DRM digital objects, broad adoption of this advanced model can reduce friction across digital devices and enable transparent transactions between machines in accordance with the specified policy language.

ODRL Specifications and Profiles

The ODRL language, currently at Version 2.0, defines a comprehensive information policy framework through publication of two specifications: the ODRL Version 2.0 Core Model, and ODRL Version 2.0 Common Vocabulary. Included within the ODRL documentation are a number of basic use cases demonstrating how to implement policy expressions using the Core Model with terms from the Common Vocabulary. ODRL is fully extensible and provides a mechanism for new communities to extend and/or deprecate the ODRL Common Vocabulary used in conjunction with the Core Model.

An example of how the ODRL Profile and Vocabulary may be extended is found in the IPTC RightsML profile. The robust framework of ODRL allows for a wide variety of business models to be expressed and to address the requirements of multiple communities, such as social networks, publishers, image libraries, and education.

An ODRL profile of Creative Commons has also been developed.

ODRL Core Model

In the ODRL Core Model, the Policy is the central entity that holds an ODRL policy together. In its encoded form, e.g. in an XML document, it makes the policy addressable from the outside world via its unique uid attribute. A Policy can refer to multiple Permissions and Prohibitions.

A Permission allows a particular Action to be executed on a related Asset, e.g. “play the audio file abc.mp3″. A Constraint like “at most 10 times” might be added to specify the Permission more precisely. The Party that grants this Permission is linked to it with the Role assigner, the Party that is granted the Permission is linked to it with the Role assignee, e.g. “assigner VirtualMusicShop grants the Permission to assignee Alice”. Additionally, a Permission may be linked to Duty entities.

Similar to Permissions, a Duty states that a certain Action may be executed by the Party with the Role assignee for the Permission to be valid, e.g. “Alice must pay 5 EUR in order to get the Permission to play abc.mp3″. The Prohibition entity is used in the same way as Permission, with the two differences that it does not refer to Duties and that it forbids the Action, e.g. “Alice is forbidden to use abc.mp3 commercially”.

ODRL encodings

ODRL can be implemented in three serializations: XML, RDF/OWL Ontology, and JSON. Communities adopting ODRL can use standardized actions for Permissions, Prohibitions, and Duties that are expressed in policy statements.

See also

External links