5. License Condition (R)

5.1. DC Field

dc:rights

5.2. Usage

Recommended

5.3. DCMI Definition

Information about rights held in and over the resource.

5.4. Usage Instruction

Typically, a rights element will contain a rights management statement for the access or use of the object, or reference a service providing such information. Rights information often encompasses Intellectual Property Rights (IPR), Copyright, and various Property Rights. It is preferred to refer to a rights service where the reuse rights are made clear to the end-user by using a URL. For example the Creative Commons organisation has created URIs for their different licences in the different jurisdictions. This can be applied to create machine readable usage licenses.

5.5. Since

OpenAIRE Guidelines v3

5.6. Example

Generic usage examples:

1
2
<dc:rights>(c) University of Bath, 2003</dc:rights>
<dc:rights>(c) Andrew Smith, 2003</dc:rights>

Using Creative Commons right services, makes the usage rights much more clear to the end user. More information see “Use of Intellectual Property Rights”. In this case Andrew Smith referring to http://creativecommons.org/licenses/by-sa/2.0/uk/

1
2
3
4
<!-- example 1 -->
<dc:rights>
  http://creativecommons.org/licenses/by-sa/2.0/uk/
</dc:rights>

The URL provides the location where the license can be read. With creative common licenses the type of license can be recognized in the URL name itself. A pro for having the license point to an URL in this way, is that this is machine readable.

1
2
<!-- example 2 -->
<dc:rights>cc-by-sa, Andrew Smith</dc:rights>

The string cc-by-sa provides the licence type in a rough sense. The name is the person or party where the rights apply to.

1
2
<!-- example 3 -->
<dc:rights>cc-by-sa, info:eu-repo/dai/nl/344568</dc:rights>

or:

1
<dc:rights>cc-by-nc-sa, urn:isni:234562-2</dc:rights>

Also a Digital Author Identifier (DAI) or International Standard Name Identifier (ISNI) can be used to globally uniquely identify persons and organisations and relate these names with the appropriate rights.