From 22401f7e795be24d713019b2d796a182629f161d Mon Sep 17 00:00:00 2001 From: Renato Iannella Date: Fri, 17 Jun 2016 16:50:52 +1000 Subject: [PATCH] Updated to the blue table and updated name of WD --- tools/classes.php | 8 +- vocab/WD/ODRL30.ttl | 6 +- vocab/WD/config.js | 2 +- vocab/WD/index.html | 1956 ++++++++++++++++++++------------------- vocab/WD/template.phtml | 8 +- 5 files changed, 996 insertions(+), 984 deletions(-) diff --git a/tools/classes.php b/tools/classes.php index 559ce84..f5bb41a 100644 --- a/tools/classes.php +++ b/tools/classes.php @@ -56,7 +56,7 @@ public function propertyList($property, $skip = null) { public function propertyRow($title, $property, $skip = null) { $items = $this->propertyList($property, $skip); if (count($items) > 0) { - return "$title: ".implode(', ', $items)."\n"; + return "$title: ".implode(', ', $items)."\n"; } else { return ''; } @@ -325,8 +325,8 @@ public function htmlTerms($type, $title) { } $html .= "\n" . $description . "\n";; - $html .= "\n"; - $html .= " \n"; + $html .= "
URI: ".$term->htmlLink()."
\n"; + $html .= " \n"; $html .= $term->propertyRow("Label", "rdfs:label"); $html .= $term->propertyRow("Status", "vs:term_status"); $html .= $term->propertyRow("Equivalent to", "owl:sameAs"); @@ -342,7 +342,7 @@ public function htmlTerms($type, $title) { if ($term instanceof Phpspecgen_Class) { $properties = $term->inheritedProperties(); if (count($properties) > 0) - $html .= " ". + $html .= " ". "\n"; } $html .= $term->propertyRow("Range", "rdfs:range"); diff --git a/vocab/WD/ODRL30.ttl b/vocab/WD/ODRL30.ttl index cd90dfd..9be748d 100644 --- a/vocab/WD/ODRL30.ttl +++ b/vocab/WD/ODRL30.ttl @@ -16,8 +16,8 @@ odrl: a owl:Ontology , voaf:Vocabulary ; - rdfs:label "ODRL Version 3.0"@en ; - owl:versionInfo "3.0" ; + rdfs:label "ODRL Version 2.2"@en ; + owl:versionInfo "2.2" ; vann:preferredNamespaceUri ; vann:preferredNamespacePrefix "odrl" ; vann:example :Asset ; @@ -25,7 +25,7 @@ odrl: dct:issued "2016-06-13"^^xsd:date ; dct:contributor "ODRL Community Group" ; dct:description "ODRL provides flexible and interoperable mechanisms to support transparent and innovative use of digital content in publishing, distribution, and consumption 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 ; - rdfs:comment "This is the RDF ontology for ODRL Version 3.0 (working draft)."@en ; + rdfs:comment "This is the RDF ontology for ODRL Version 2.2 (working draft)."@en ; dct:license . diff --git a/vocab/WD/config.js b/vocab/WD/config.js index a16b443..da7e183 100644 --- a/vocab/WD/config.js +++ b/vocab/WD/config.js @@ -1,7 +1,7 @@ var respecConfig = { specStatus: "ED", shortName: "odrl-vocab", - publishDate: "2016-05-14", + publishDate: "2016-05-17", //previousPublishDate: "", //previousMaturity: "", //previousURI: "", diff --git a/vocab/WD/index.html b/vocab/WD/index.html index 2248ea7..35d2cd5 100644 --- a/vocab/WD/index.html +++ b/vocab/WD/index.html @@ -2,7 +2,8 @@ - ODRL Version 3.0 + + ODRL Vocabulary & Expression @@ -69,288 +70,288 @@

Vocabulary

Asset

The Asset entity is the subject of an ODRL policy expression that permissions and prohibitions are applied to.

-
URI: ".$term->htmlLink()."
Inherited Properties:
Inherited Properties:".join(', ', $properties)."
- - - - - +
URI: http://www.w3.org/ns/odrl/2/Asset
Label: Asset
Status: stable
Sub-classes: Policy
In range of: output, relation, target
+ + + + +
URI: http://www.w3.org/ns/odrl/2/Asset
Label: Asset
Status: stable
Sub-classes: Policy
In range of: output, relation, target

Party

An entity which can participate in policy transactions. Use an instance of the Party class where it's necessary to associate a Scope with the relationship; in other cases, simply reference the party directly.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/Party
Label: Party
Status: stable
Sub-classes: All, All2ndConnections, AllConnections, AllGroups, Group, Individual
In range of: assignee, assigner, function
+ + + + +
URI: http://www.w3.org/ns/odrl/2/Party
Label: Party
Status: stable
Sub-classes: All, All2ndConnections, AllConnections, AllGroups, Group, Individual
In range of: assignee, assigner, function

Policy

A top level entity for describing policies.

- - - - - - - - +
URI: http://www.w3.org/ns/odrl/2/Policy
Label: Policy
Status: stable
Sub-classes: Agreement, Offer, Privacy, Request, Set, Ticket
Parent class: Asset
Properties: conflict, inheritAllowed, inheritFrom, permission, profile, prohibition, undefined
In range of: inheritFrom
+ + + + + + +
URI: http://www.w3.org/ns/odrl/2/Policy
Label: Policy
Status: stable
Sub-classes: Agreement, Offer, Privacy, Request, Set, Ticket
Parent class: Asset
Properties: conflict, inheritAllowed, inheritFrom, permission, profile, prohibition, undefined
In range of: inheritFrom

ConflictTerm

Instances of ConflictTerm describe policies for resolving conflicts.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/ConflictTerm
Label: Conflict term
Status: stable
In range of: conflict
Instances: invalid, perm, prohibit
+ + + + +
URI: http://www.w3.org/ns/odrl/2/ConflictTerm
Label: Conflict term
Status: stable
In range of: conflict
Instances: invalid, perm, prohibit

UndefinedTerm

Instances of UndefinedTerm describe policies for processing unsupported actions.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/UndefinedTerm
Label: Undefined values
Status: stable
In range of: undefined
Instances: ignore, invalid, support
+ + + + +
URI: http://www.w3.org/ns/odrl/2/UndefinedTerm
Label: Undefined values
Status: stable
In range of: undefined
Instances: ignore, invalid, support

Rule

An abstract common ancestor to Permissions, Prohibitions and Duties.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/Rule
Label: Rule
Status: stable
Sub-classes: Duty, Permission, Prohibition
Properties: action, constraint, function, output, relation, target
+ + + + +
URI: http://www.w3.org/ns/odrl/2/Rule
Label: Rule
Status: stable
Sub-classes: Duty, Permission, Prohibition
Properties: action, constraint, function, output, relation, target

Permission

A Permission is a rule which indicates the actions the assignee is permitted to perform on the associated asset. In other words, what the assigner (supplier) has granted to the assignee (consumer).

- - - - - - - +
URI: http://www.w3.org/ns/odrl/2/Permission
Label: Permission
Status: stable
Parent class: Rule
Properties: duty
Inherited Properties: relation, output, target, function, action, constraint
+ + + + + +
URI: http://www.w3.org/ns/odrl/2/Permission
Label: Permission
Status: stable
Parent class: Rule
Properties: duty
Inherited Properties: relation, output, target, function, action, constraint

Prohibition

A Prohibition is a rule which indicates the Actions that the assignee is prohibited to perform on the related Asset.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/Prohibition
Label: Prohibition
Status: stable
Parent class: Rule
Inherited Properties: relation, output, target, function, action, constraint
+ + + + +
URI: http://www.w3.org/ns/odrl/2/Prohibition
Label: Prohibition
Status: stable
Parent class: Rule
Inherited Properties: relation, output, target, function, action, constraint

Duty

A Duty is a rule which indicates requirements which must be fulfilled in order to receive the permission.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/Duty
Label: Duty
Status: stable
Parent class: Rule
Inherited Properties: relation, output, target, function, action, constraint
+ + + + +
URI: http://www.w3.org/ns/odrl/2/Duty
Label: Duty
Status: stable
Parent class: Rule
Inherited Properties: relation, output, target, function, action, constraint

Action

Instances of Action are things one might be permitted to do or prohibited from doing to a work.

- - - - - - - +
URI: http://www.w3.org/ns/odrl/2/Action
Label: Action
Status: stable
Parent class: skos:Concept
In range of: action
Instances: acceptTracking, adHocShare, aggregate, annotate, anonymize, append, appendTo, archive, attachPolicy, attachSource, attribute, commercialize, compensate, concurrentUse, copy, delete, derive, digitize, display, distribute, ensureExclusivity, execute, export, extract, extractChar, extractPage, extractWord, give, grantUse, include, index, inform, install, lease, lend, license, modify, move, nextPolicy, obtainConsent, pay, play, present, preview, print, read, reproduce, reviewPolicy, secondaryUse, sell, share, shareAlike, textToSpeech, transfer, transform, translate, uninstall, use, watermark, write, writeTo
+ + + + + +
URI: http://www.w3.org/ns/odrl/2/Action
Label: Action
Status: stable
Parent class: skos:Concept
In range of: action
Instances: acceptTracking, adHocShare, aggregate, annotate, anonymize, append, appendTo, archive, attachPolicy, attachSource, attribute, commercialize, compensate, concurrentUse, copy, delete, derive, digitize, display, distribute, ensureExclusivity, execute, export, extract, extractChar, extractPage, extractWord, give, grantUse, include, index, inform, install, lease, lend, license, modify, move, nextPolicy, obtainConsent, pay, play, present, preview, print, read, reproduce, reviewPolicy, secondaryUse, sell, share, shareAlike, textToSpeech, transfer, transform, translate, uninstall, use, watermark, write, writeTo

Constraint

Parent class of all Constraints.

- - - - - - - +
URI: http://www.w3.org/ns/odrl/2/Constraint
Label: Constraint
Status: stable
Parent class: owl:Thing
Properties: dataType, operator, rightOperand, status, unit
In range of: constraint
+ + + + + +
URI: http://www.w3.org/ns/odrl/2/Constraint
Label: Constraint
Status: stable
Parent class: owl:Thing
Properties: dataType, operator, rightOperand, status, unit
In range of: constraint

Operator

Instances of the Operator class represent boolean operators

- - - - - - - +
URI: http://www.w3.org/ns/odrl/2/Operator
Label: Operator
Status: stable
Parent class: owl:Thing
In range of: operator
Instances: eq, gt, gteq, hasPart, isA, isAllOf, isAnyOf, isNoneOf, isPartOf, lt, lteq, neq
+ + + + + +
URI: http://www.w3.org/ns/odrl/2/Operator
Label: Operator
Status: stable
Parent class: owl:Thing
In range of: operator
Instances: eq, gt, gteq, hasPart, isA, isAllOf, isAnyOf, isNoneOf, isPartOf, lt, lteq, neq

Agreement

Policy expressions that are formal contracts (or licenses) stipulating all the terms of usage and all the parties involved.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/Agreement
Label: Agreement
Status: stable
Parent class: Policy
Inherited Properties: conflict, undefined, permission, prohibition, inheritAllowed, inheritFrom, profile
+ + + + +
URI: http://www.w3.org/ns/odrl/2/Agreement
Label: Agreement
Status: stable
Parent class: Policy
Inherited Properties: conflict, undefined, permission, prohibition, inheritAllowed, inheritFrom, profile

Offer

An instance of Offer is a Policy expression that proposes terms of usage from an Asset owner.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/Offer
Label: Offer
Status: stable
Parent class: Policy
Inherited Properties: conflict, undefined, permission, prohibition, inheritAllowed, inheritFrom, profile
+ + + + +
URI: http://www.w3.org/ns/odrl/2/Offer
Label: Offer
Status: stable
Parent class: Policy
Inherited Properties: conflict, undefined, permission, prohibition, inheritAllowed, inheritFrom, profile

Privacy

An instance of Privacy is a Policy expression that stipulates the terms of usage over personal information.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/Privacy
Label: Privacy
Status: stable
Parent class: Policy
Inherited Properties: conflict, undefined, permission, prohibition, inheritAllowed, inheritFrom, profile
+ + + + +
URI: http://www.w3.org/ns/odrl/2/Privacy
Label: Privacy
Status: stable
Parent class: Policy
Inherited Properties: conflict, undefined, permission, prohibition, inheritAllowed, inheritFrom, profile

Request

An instance of Request is a Policy expression that proposes terms of usage to an Asset owner.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/Request
Label: Request
Status: stable
Parent class: Policy
Inherited Properties: conflict, undefined, permission, prohibition, inheritAllowed, inheritFrom, profile
+ + + + +
URI: http://www.w3.org/ns/odrl/2/Request
Label: Request
Status: stable
Parent class: Policy
Inherited Properties: conflict, undefined, permission, prohibition, inheritAllowed, inheritFrom, profile

Set

An instance of Set is a Policy expression that consists of entities from the complete model.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/Set
Label: Set
Status: stable
Parent class: Policy
Inherited Properties: conflict, undefined, permission, prohibition, inheritAllowed, inheritFrom, profile
+ + + + +
URI: http://www.w3.org/ns/odrl/2/Set
Label: Set
Status: stable
Parent class: Policy
Inherited Properties: conflict, undefined, permission, prohibition, inheritAllowed, inheritFrom, profile

Ticket

An instance of Ticket is a Policy expression that stipulates the terms of usage and is redeemable by any Party who currently holds the Ticket in their possession.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/Ticket
Label: Ticket
Status: stable
Parent class: Policy
Inherited Properties: conflict, undefined, permission, prohibition, inheritAllowed, inheritFrom, profile
+ + + + +
URI: http://www.w3.org/ns/odrl/2/Ticket
Label: Ticket
Status: stable
Parent class: Policy
Inherited Properties: conflict, undefined, permission, prohibition, inheritAllowed, inheritFrom, profile

All

Specifies that the scope of the relationship is all of the collective individuals within a context.

- - - - - +
URI: http://www.w3.org/ns/odrl/2/All
Label: All
Status: stable
Parent class: Party
+ + + +
URI: http://www.w3.org/ns/odrl/2/All
Label: All
Status: stable
Parent class: Party

All2ndConnections

Specifies that the scope of the relationship is all of the second-level connections to the Party.

- - - - - +
URI: http://www.w3.org/ns/odrl/2/All2ndConnections
Label: All second-level connections
Status: stable
Parent class: Party
+ + + +
URI: http://www.w3.org/ns/odrl/2/All2ndConnections
Label: All second-level connections
Status: stable
Parent class: Party

AllConnections

Specifies that the scope of the relationship is all of the first-level connections of the Party.

- - - - - +
URI: http://www.w3.org/ns/odrl/2/AllConnections
Label: All connections
Status: stable
Parent class: Party
+ + + +
URI: http://www.w3.org/ns/odrl/2/AllConnections
Label: All connections
Status: stable
Parent class: Party

AllGroups

Specifies that the scope of the relationship is all of the group connections of the Party.

- - - - - +
URI: http://www.w3.org/ns/odrl/2/AllGroups
Label: All groups
Status: stable
Parent class: Party
+ + + +
URI: http://www.w3.org/ns/odrl/2/AllGroups
Label: All groups
Status: stable
Parent class: Party

Group

Specifies that the scope of the relationship is the defined group with multiple individual members.

- - - - - +
URI: http://www.w3.org/ns/odrl/2/Group
Label: Group
Status: stable
Parent class: Party
+ + + +
URI: http://www.w3.org/ns/odrl/2/Group
Label: Group
Status: stable
Parent class: Party

Individual

Specifies that the scope of the relationship is the single Party individual.

- - - - - +
URI: http://www.w3.org/ns/odrl/2/Individual
Label: Individual
Status: stable
Parent class: Party
+ + + +
URI: http://www.w3.org/ns/odrl/2/Individual
Label: Individual
Status: stable
Parent class: Party

Properties

@@ -358,657 +359,657 @@

Individual

conflict

Relates a conflict-resolution mechansim to a Policy. If no mechanism is specified, the default is invalid.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/conflict
Label: conflict
Status: stable
Range: ConflictTerm
Domain: Policy
+ + + + +
URI: http://www.w3.org/ns/odrl/2/conflict
Label: conflict
Status: stable
Range: ConflictTerm
Domain: Policy

undefined

Relates the mechanism used for handling undefined actions to a Policy. If no mechanism is specified, the default is invalid.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/undefined
Label: undefined
Status: stable
Range: UndefinedTerm
Domain: Policy
+ + + + +
URI: http://www.w3.org/ns/odrl/2/undefined
Label: undefined
Status: stable
Range: UndefinedTerm
Domain: Policy

permission

Relates the description of an individual Permission to a Policy. A permission can be specified either in terms of an Action alone, or an instance of Permission relating an Action and one or more other attributes.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/permission
Label: permission
Status: stable
Range: Action, Permission
Domain: Policy
+ + + + +
URI: http://www.w3.org/ns/odrl/2/permission
Label: permission
Status: stable
Range: Action, Permission
Domain: Policy

prohibition

Relates the description of an individual Prohibition to a Policy. A prohibition can be specified either in terms of an Action alone, or an instance of Prohibition relating an Action and one or more other attributes.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/prohibition
Label: prohibition
Status: stable
Range: Action, Prohibition
Domain: Policy
+ + + + +
URI: http://www.w3.org/ns/odrl/2/prohibition
Label: prohibition
Status: stable
Range: Action, Prohibition
Domain: Policy

inheritAllowed

A boolean value indicating whether this policy can be inherited from.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/inheritAllowed
Label: inheritance allowed
Status: stable
Range: xsd:boolean
Domain: Policy
+ + + + +
URI: http://www.w3.org/ns/odrl/2/inheritAllowed
Label: inheritance allowed
Status: stable
Range: xsd:boolean
Domain: Policy

inheritFrom

Relates a policy to another policy from which terms are inherited.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/inheritFrom
Label: inherits from
Status: stable
Range: Policy
Domain: Policy
+ + + + +
URI: http://www.w3.org/ns/odrl/2/inheritFrom
Label: inherits from
Status: stable
Range: Policy
Domain: Policy

profile

indicates the identifier of the ODRL Profile for which the policy expression conforms to

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/profile
Label: profile
Status: stable
Range: rdfs:Resource
Domain: Policy
+ + + + +
URI: http://www.w3.org/ns/odrl/2/profile
Label: profile
Status: stable
Range: rdfs:Resource
Domain: Policy

relation

Relation is an abstract property which creates an explicit link between an Action and an Asset. Sub-properties of relation are used to define the nature of that link.

- - - - - - - +
URI: http://www.w3.org/ns/odrl/2/relation
Label: relation
Status: stable
Sub-properties: output, target
Range: Asset
Domain: Rule
+ + + + + +
URI: http://www.w3.org/ns/odrl/2/relation
Label: relation
Status: stable
Sub-properties: output, target
Range: Asset
Domain: Rule

output

The output property specifies the Asset which is created from the output of the Action.

- - - - - - - +
URI: http://www.w3.org/ns/odrl/2/output
Label: output
Status: stable
Parent property: relation
Range: Asset
Domain: Rule
+ + + + + +
URI: http://www.w3.org/ns/odrl/2/output
Label: output
Status: stable
Parent property: relation
Range: Asset
Domain: Rule

target

The target property specifies the Asset upon which the Action is performed.

- - - - - - - +
URI: http://www.w3.org/ns/odrl/2/target
Label: target
Status: stable
Parent property: relation
Range: Asset
Domain: Rule
+ + + + + +
URI: http://www.w3.org/ns/odrl/2/target
Label: target
Status: stable
Parent property: relation
Range: Asset
Domain: Rule

function

Function is an abstract property whose sub-properties define the roles which may be fulfilled by a party in relation to a Rule.

- - - - - - - +
URI: http://www.w3.org/ns/odrl/2/function
Label: function
Status: stable
Sub-properties: assignee, assigner, attributedParty, compensatedParty, consentingParty, informedParty, payeeParty, trackingParty
Range: Party
Domain: Rule
+ + + + + +
URI: http://www.w3.org/ns/odrl/2/function
Label: function
Status: stable
Sub-properties: assignee, assigner, attributedParty, compensatedParty, consentingParty, informedParty, payeeParty, trackingParty
Range: Party
Domain: Rule

action

The operation relating to the asset for which permission is being granted. A permission must include exactly one action.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/action
Label: action
Status: stable
Range: Action
Domain: Rule
+ + + + +
URI: http://www.w3.org/ns/odrl/2/action
Label: action
Status: stable
Range: Action
Domain: Rule

constraint

One or more constraints which affect the validity of the Permission; e.g. if the Action play is only permitted for a certain period of time.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/constraint
Label: constraint
Status: stable
Range: Constraint
Domain: Rule
+ + + + +
URI: http://www.w3.org/ns/odrl/2/constraint
Label: constraint
Status: stable
Range: Constraint
Domain: Rule

duty

A Duty indicates requirements which must be fulfilled in order to receive the permission.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/duty
Label: duty
Status: stable
Range: Action, Duty
Domain: Permission
+ + + + +
URI: http://www.w3.org/ns/odrl/2/duty
Label: duty
Status: stable
Range: Action, Duty
Domain: Permission

unit

The unit of measurement used for the constraint value.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/unit
Label: unit
Status: stable
Range: rdfs:Resource
Domain: Constraint
+ + + + +
URI: http://www.w3.org/ns/odrl/2/unit
Label: unit
Status: stable
Range: rdfs:Resource
Domain: Constraint

dataType

The unit of measurement used for the constraint value.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/dataType
Label: unit
Status: stable
Range: rdfs:Resource
Domain: Constraint
+ + + + +
URI: http://www.w3.org/ns/odrl/2/dataType
Label: unit
Status: stable
Range: rdfs:Resource
Domain: Constraint

operator

The Boolean operator applied to a constraint and its operand.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/operator
Label: operator
Status: stable
Range: Operator
Domain: Constraint
+ + + + +
URI: http://www.w3.org/ns/odrl/2/operator
Label: operator
Status: stable
Range: Operator
Domain: Constraint

rightOperand

The operand applied to an instance of a constraint. Do not use the right-operand property directly within a Constraint. Instead, a Constraint instance must contain exactly one triple which makes use of one of the sub-properties of right-operand.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/rightOperand
Label: right-operand
Status: stable
Sub-properties: absolutePosition, absoluteSize, count, dateTime, deliveryChannel, device, elapsedTime, event, fileFormat, industry, language, media, meteredTime, payAmount, percentage, product, proximity, purpose, recipient, relativePosition, relativeSize, resolution, spatial, system, systemDevice, timeInterval, timedCount, version, virtualLocation
Domain: Constraint
+ + + + +
URI: http://www.w3.org/ns/odrl/2/rightOperand
Label: right-operand
Status: stable
Sub-properties: absolutePosition, absoluteSize, count, dateTime, deliveryChannel, device, elapsedTime, event, fileFormat, industry, language, media, meteredTime, payAmount, percentage, product, proximity, purpose, recipient, relativePosition, relativeSize, resolution, spatial, system, systemDevice, timeInterval, timedCount, version, virtualLocation
Domain: Constraint

status

The current value of the constraint. The range of the status property is identical to that of the operand property selected used in the constraint.

- - - - - +
URI: http://www.w3.org/ns/odrl/2/status
Label: status
Status: stable
Domain: Constraint
+ + + +
URI: http://www.w3.org/ns/odrl/2/status
Label: status
Status: stable
Domain: Constraint

absolutePosition

A point defined with absolute coordinates.

- - - - - +
URI: http://www.w3.org/ns/odrl/2/absolutePosition
Label: absolute position
Status: stable
Parent property: rightOperand
+ + + +
URI: http://www.w3.org/ns/odrl/2/absolutePosition
Label: absolute position
Status: stable
Parent property: rightOperand

absoluteSize

The absolute dimension that the Asset may be resized.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/absoluteSize
Label: absolute size
Status: stable
Parent property: rightOperand
Range: xsd:decimal
+ + + + +
URI: http://www.w3.org/ns/odrl/2/absoluteSize
Label: absolute size
Status: stable
Parent property: rightOperand
Range: xsd:decimal

count

The numeric count indicating the number of times the corresponding entity may be exercised

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/count
Label: count
Status: stable
Parent property: rightOperand
Range: xsd:nonNegativeInteger
+ + + + +
URI: http://www.w3.org/ns/odrl/2/count
Label: count
Status: stable
Parent property: rightOperand
Range: xsd:nonNegativeInteger

dateTime

The date (and optional time and timezone) representing a point in time or period.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/dateTime
Label: date/time
Status: stable
Parent property: rightOperand
Range: xsd:date, xsd:dateTime
+ + + + +
URI: http://www.w3.org/ns/odrl/2/dateTime
Label: date/time
Status: stable
Parent property: rightOperand
Range: xsd:date, xsd:dateTime

deliveryChannel

The delivery channel used for storing or communicating the asset.

- - - - - +
URI: http://www.w3.org/ns/odrl/2/deliveryChannel
Label: delivery channel
Status: stable
Parent property: rightOperand
+ + + +
URI: http://www.w3.org/ns/odrl/2/deliveryChannel
Label: delivery channel
Status: stable
Parent property: rightOperand

device

An identifiable computing system.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/device
Label: device
Status: deprecated
Deprecated by: systemDevice
Parent property: rightOperand
+ + + + +
URI: http://www.w3.org/ns/odrl/2/device
Label: device
Status: deprecated
Deprecated by: systemDevice
Parent property: rightOperand

systemDevice

An identifiable computing system.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/systemDevice
Label: SystemDevice
Status: stable
Deprecates: device, system
Parent property: rightOperand
+ + + + +
URI: http://www.w3.org/ns/odrl/2/systemDevice
Label: SystemDevice
Status: stable
Deprecates: device, system
Parent property: rightOperand

elapsedTime

A period of time in which the policy action can be exercised.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/elapsedTime
Label: elapsed time
Status: stable
Parent property: rightOperand
Range: xsd:duration
+ + + + +
URI: http://www.w3.org/ns/odrl/2/elapsedTime
Label: elapsed time
Status: stable
Parent property: rightOperand
Range: xsd:duration

event

Specification of a defined event applicable to the asset usage.

- - - - - +
URI: http://www.w3.org/ns/odrl/2/event
Label: event
Status: stable
Parent property: rightOperand
+ + + +
URI: http://www.w3.org/ns/odrl/2/event
Label: event
Status: stable
Parent property: rightOperand

fileFormat

The file format applicable to the Asset.

- - - - - +
URI: http://www.w3.org/ns/odrl/2/fileFormat
Label: file format
Status: stable
Parent property: rightOperand
+ + + +
URI: http://www.w3.org/ns/odrl/2/fileFormat
Label: file format
Status: stable
Parent property: rightOperand

industry

The defined industry sector applicable to the asset usage

- - - - - +
URI: http://www.w3.org/ns/odrl/2/industry
Label: industry
Status: stable
Parent property: rightOperand
+ + + +
URI: http://www.w3.org/ns/odrl/2/industry
Label: industry
Status: stable
Parent property: rightOperand

language

The natural language applicable to the asset usage

- - - - - +
URI: http://www.w3.org/ns/odrl/2/language
Label: language
Status: stable
Parent property: rightOperand
+ + + +
URI: http://www.w3.org/ns/odrl/2/language
Label: language
Status: stable
Parent property: rightOperand

media

The media type in which the asset may be used.

- - - - - +
URI: http://www.w3.org/ns/odrl/2/media
Label: media
Status: stable
Parent property: rightOperand
+ + + +
URI: http://www.w3.org/ns/odrl/2/media
Label: media
Status: stable
Parent property: rightOperand

meteredTime

The maximum period of metered usage time.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/meteredTime
Label: metered time
Status: stable
Parent property: rightOperand
Range: xsd:duration
+ + + + +
URI: http://www.w3.org/ns/odrl/2/meteredTime
Label: metered time
Status: stable
Parent property: rightOperand
Range: xsd:duration

payAmount

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/payAmount
Label: payment amount
Status: stable
Parent property: rightOperand
Range: xsd:decimal
+ + + + +
URI: http://www.w3.org/ns/odrl/2/payAmount
Label: payment amount
Status: stable
Parent property: rightOperand
Range: xsd:decimal

percentage

The amount (as a percentage) of the action applicable to the asset.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/percentage
Label: percentage
Status: stable
Parent property: rightOperand
Range: xsd:decimal
+ + + + +
URI: http://www.w3.org/ns/odrl/2/percentage
Label: percentage
Status: stable
Parent property: rightOperand
Range: xsd:decimal

product

The specified Product or Service name.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/product
Label: product
Status: stable
Parent property: rightOperand
Range: xsd:string
+ + + + +
URI: http://www.w3.org/ns/odrl/2/product
Label: product
Status: stable
Parent property: rightOperand
Range: xsd:string

purpose

Specification of a defined purpose applicable to the asset usage.

- - - - - +
URI: http://www.w3.org/ns/odrl/2/purpose
Label: purpose
Status: stable
Parent property: rightOperand
+ + + +
URI: http://www.w3.org/ns/odrl/2/purpose
Label: purpose
Status: stable
Parent property: rightOperand

recipient

The party that receives the result of the Action on the Asset.

- - - - - +
URI: http://www.w3.org/ns/odrl/2/recipient
Label: recipient
Status: stable
Parent property: rightOperand
+ + + +
URI: http://www.w3.org/ns/odrl/2/recipient
Label: recipient
Status: stable
Parent property: rightOperand

relativePosition

A point defined with reference to another position.

- - - - - +
URI: http://www.w3.org/ns/odrl/2/relativePosition
Label: relative position
Status: stable
Parent property: rightOperand
+ + + +
URI: http://www.w3.org/ns/odrl/2/relativePosition
Label: relative position
Status: stable
Parent property: rightOperand

relativeSize

The relative dimension that the Asset may be resized.

- - - - - +
URI: http://www.w3.org/ns/odrl/2/relativeSize
Label: relative size
Status: stable
Parent property: rightOperand
+ + + +
URI: http://www.w3.org/ns/odrl/2/relativeSize
Label: relative size
Status: stable
Parent property: rightOperand

resolution

The resolution at which the asset may be used.

- - - - - +
URI: http://www.w3.org/ns/odrl/2/resolution
Label: resolution
Status: stable
Parent property: rightOperand
+ + + +
URI: http://www.w3.org/ns/odrl/2/resolution
Label: resolution
Status: stable
Parent property: rightOperand

spatial

A code representing a geospatial area.

- - - - - +
URI: http://www.w3.org/ns/odrl/2/spatial
Label: spatial
Status: stable
Parent property: rightOperand
+ + + +
URI: http://www.w3.org/ns/odrl/2/spatial
Label: spatial
Status: stable
Parent property: rightOperand

system

An identifiable computing system.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/system
Label: system
Status: deprecated
Deprecated by: systemDevice
Parent property: rightOperand
+ + + + +
URI: http://www.w3.org/ns/odrl/2/system
Label: system
Status: deprecated
Deprecated by: systemDevice
Parent property: rightOperand

timeInterval

Recurring period of time in which the usage may be exercised.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/timeInterval
Label: time interval
Status: stable
Parent property: rightOperand
Range: xsd:duration
+ + + + +
URI: http://www.w3.org/ns/odrl/2/timeInterval
Label: time interval
Status: stable
Parent property: rightOperand
Range: xsd:duration

version

The scope of versions for the asset.

- - - - - +
URI: http://www.w3.org/ns/odrl/2/version
Label: version
Status: stable
Parent property: rightOperand
+ + + +
URI: http://www.w3.org/ns/odrl/2/version
Label: version
Status: stable
Parent property: rightOperand

virtualLocation

Specification of a digital locale.

- - - - - +
URI: http://www.w3.org/ns/odrl/2/virtualLocation
Label: virtual location
Status: stable
Parent property: rightOperand
+ + + +
URI: http://www.w3.org/ns/odrl/2/virtualLocation
Label: virtual location
Status: stable
Parent property: rightOperand

assignee

The Party is the recipient of the policy statement.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/assignee
Label: assignee
Status: stable
Parent property: function
Range: Party
+ + + + +
URI: http://www.w3.org/ns/odrl/2/assignee
Label: assignee
Status: stable
Parent property: function
Range: Party

assigner

The Party is the issuer of the policy statement.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/assigner
Label: assigner
Status: stable
Parent property: function
Range: Party
+ + + + +
URI: http://www.w3.org/ns/odrl/2/assigner
Label: assigner
Status: stable
Parent property: function
Range: Party

attributedParty

The Party to be attributed.

- - - - - +
URI: http://www.w3.org/ns/odrl/2/attributedParty
Label: attributed party
Status: stable
Parent property: function
+ + + +
URI: http://www.w3.org/ns/odrl/2/attributedParty
Label: attributed party
Status: stable
Parent property: function

consentingParty

The Party to obtain consent from.

- - - - - +
URI: http://www.w3.org/ns/odrl/2/consentingParty
Label: consenting party
Status: stable
Parent property: function
+ + + +
URI: http://www.w3.org/ns/odrl/2/consentingParty
Label: consenting party
Status: stable
Parent property: function

informedParty

The Party to be informed of all uses.

- - - - - +
URI: http://www.w3.org/ns/odrl/2/informedParty
Label: informed party
Status: stable
Parent property: function
+ + + +
URI: http://www.w3.org/ns/odrl/2/informedParty
Label: informed party
Status: stable
Parent property: function

payeeParty

The Party is the recipient of the payment.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/payeeParty
Label: payee party
Status: deprecated
Deprecated by: compensatedParty
Parent property: function
+ + + + +
URI: http://www.w3.org/ns/odrl/2/payeeParty
Label: payee party
Status: deprecated
Deprecated by: compensatedParty
Parent property: function

compensatedParty

The Party is the recipient of the compensation.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/compensatedParty
Label: payee party
Status: stable
Deprecates: payeeParty
Parent property: function
+ + + + +
URI: http://www.w3.org/ns/odrl/2/compensatedParty
Label: payee party
Status: stable
Deprecates: payeeParty
Parent property: function

trackingParty

The Party is the usage tracker.

- - - - - +
URI: http://www.w3.org/ns/odrl/2/trackingParty
Label: tracking party
Status: stable
Parent property: function
+ + + +
URI: http://www.w3.org/ns/odrl/2/trackingParty
Label: tracking party
Status: stable
Parent property: function

proximity

An value indicating the closeness or nearness.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/proximity
Label: proximity
Status: deprecated
Deprecated by: oma:proximity
Parent property: rightOperand
+ + + + +
URI: http://www.w3.org/ns/odrl/2/proximity
Label: proximity
Status: deprecated
Deprecated by: oma:proximity
Parent property: rightOperand

timedCount

The number of seconds after which timed metering use of the asset begins.

- - - - - - - +
URI: http://www.w3.org/ns/odrl/2/timedCount
Label: timed count
Status: deprecated
Deprecated by: oma:timed-count
Parent property: rightOperand
Range: rdfs:Literal
+ + + + + +
URI: http://www.w3.org/ns/odrl/2/timedCount
Label: timed count
Status: deprecated
Deprecated by: oma:timed-count
Parent property: rightOperand
Range: rdfs:Literal

Concept schemes

@@ -1016,10 +1017,10 @@

timedCount

actions

- - - - +
URI: http://www.w3.org/ns/odrl/2/actions
Label: ODRL Actions vocabulary
Concepts: acceptTracking, adHocShare, aggregate, annotate, anonymize, append, appendTo, archive, attachPolicy, attachSource, attribute, commercialize, compensate, concurrentUse, copy, delete, derive, display, distribute, ensureExclusivity, execute, export, extract, give, grantUse, include, index, inform, install, lease, lend, license, modify, move, nextPolicy, obtainConsent, pay, play, present, preview, print, read, reproduce, reviewPolicy, secondaryUse, sell, share, shareAlike, textToSpeech, transform, translate, uninstall, use, watermark, write, writeTo
+ + +
URI: http://www.w3.org/ns/odrl/2/actions
Label: ODRL Actions vocabulary
Concepts: acceptTracking, adHocShare, aggregate, annotate, anonymize, append, appendTo, archive, attachPolicy, attachSource, attribute, commercialize, compensate, concurrentUse, copy, delete, derive, display, distribute, ensureExclusivity, execute, export, extract, give, grantUse, include, index, inform, install, lease, lend, license, modify, move, nextPolicy, obtainConsent, pay, play, present, preview, print, read, reproduce, reviewPolicy, secondaryUse, sell, share, shareAlike, textToSpeech, transform, translate, uninstall, use, watermark, write, writeTo

Concepts

@@ -1027,782 +1028,782 @@

actions

use

The Assigner permits/prohibits the Assignee to use the Asset as agreed. More details may be defined in the applicable agreements or under applicable commercial laws. Refined types of actions can be expressed by the narrower actions.

- - - - - - - +
URI: http://www.w3.org/ns/odrl/2/use
Label: Use
Status: stable
Narrower terms: aggregate, annotate, anonymize, archive, concurrentUse, derive, digitize, distribute, execute, grantUse, index, install, modify, move, present, read, reproduce, textToSpeech, transform, translate, writeTo
Class: Action
Concept scheme: actions
+ + + + + +
URI: http://www.w3.org/ns/odrl/2/use
Label: Use
Status: stable
Narrower terms: aggregate, annotate, anonymize, archive, concurrentUse, derive, digitize, distribute, execute, grantUse, index, install, modify, move, present, read, reproduce, textToSpeech, transform, translate, writeTo
Class: Action
Concept scheme: actions

grantUse

The Assigner permits/prohibits the Assignee to grant the use the Asset to third parties. This action enables the Assignee to create policies for the use of the Asset for third parties. nextPolicy is recommended to be agreed with the third party. Use of temporal constraints is recommended.

- - - - - - - - +
URI: http://www.w3.org/ns/odrl/2/grantUse
Label: Grant use
Status: stable
Deprecates: license
Broader terms: use
Class: Action
Concept scheme: actions
+ + + + + + +
URI: http://www.w3.org/ns/odrl/2/grantUse
Label: Grant use
Status: stable
Deprecates: license
Broader terms: use
Class: Action
Concept scheme: actions

compensate

The Assigner requires that the Assignees compensates the Assigner (or other specified compensation Party) by some amount of value, if defined, for use of the Asset. The compensation may use different types of things with a value: (i) the thing is expressed by the value (term) of the Constraint name; (b) the value is expressed by operator, rightOperand, dataType and unit

- - - - - - - +
URI: http://www.w3.org/ns/odrl/2/compensate
Label: Compensate
Status: stable
Deprecates: pay
Class: Action
Concept scheme: actions
+ + + + + +
URI: http://www.w3.org/ns/odrl/2/compensate
Label: Compensate
Status: stable
Deprecates: pay
Class: Action
Concept scheme: actions

acceptTracking

The Assigner requires that the Assignees accepts that the use of the Asset may be tracked. The collected information may be tracked by the Assigner, or may link to a Party with the role function “trackingParty”.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/acceptTracking
Label: Accept tracking
Status: stable
Class: Action
Concept scheme: actions
+ + + + +
URI: http://www.w3.org/ns/odrl/2/acceptTracking
Label: Accept tracking
Status: stable
Class: Action
Concept scheme: actions

aggregate

The Assigner permits/prohibits the Assignees to use the Asset or parts of it as part of a composite collection.

- - - - - - - +
URI: http://www.w3.org/ns/odrl/2/aggregate
Label: Aggregate
Status: stable
Broader terms: use
Class: Action
Concept scheme: actions
+ + + + + +
URI: http://www.w3.org/ns/odrl/2/aggregate
Label: Aggregate
Status: stable
Broader terms: use
Class: Action
Concept scheme: actions

annotate

The Assigner permits/prohibits the Assignees to add explanatory notations/commentaries to the Asset without modifying the Asset in any other way.

- - - - - - - +
URI: http://www.w3.org/ns/odrl/2/annotate
Label: Annotate
Status: stable
Broader terms: use
Class: Action
Concept scheme: actions
+ + + + + +
URI: http://www.w3.org/ns/odrl/2/annotate
Label: Annotate
Status: stable
Broader terms: use
Class: Action
Concept scheme: actions

anonymize

The Assigner permits/prohibits the Assignees to anonymize all or parts of the Asset. For example, to remove identifying particulars for statistical or for other comparable purposes, or to use the asset without stating the author/source.

- - - - - - - +
URI: http://www.w3.org/ns/odrl/2/anonymize
Label: Anonymize
Status: stable
Broader terms: use
Class: Action
Concept scheme: actions
+ + + + + +
URI: http://www.w3.org/ns/odrl/2/anonymize
Label: Anonymize
Status: stable
Broader terms: use
Class: Action
Concept scheme: actions

append

The act of adding to the end of an asset.

- - - - - - - +
URI: http://www.w3.org/ns/odrl/2/append
Label: Append
Status: deprecated
Deprecated by: appendTo
Class: Action
Concept scheme: actions
+ + + + + +
URI: http://www.w3.org/ns/odrl/2/append
Label: Append
Status: deprecated
Deprecated by: appendTo
Class: Action
Concept scheme: actions

appendTo

The act of appending data to the Asset without modifying the Asset in any other way

- - - - - - - - +
URI: http://www.w3.org/ns/odrl/2/appendTo
Label: Append to
Status: stable
Deprecates: append
Broader terms: writeTo
Class: Action
Concept scheme: actions
+ + + + + + +
URI: http://www.w3.org/ns/odrl/2/appendTo
Label: Append to
Status: stable
Deprecates: append
Broader terms: writeTo
Class: Action
Concept scheme: actions

archive

The Assigner permits/prohibits the Assignees to store the Asset (in a non-transient form). Constraints may be used for temporal conditions.

- - - - - - - +
URI: http://www.w3.org/ns/odrl/2/archive
Label: Archive
Status: stable
Broader terms: use
Class: Action
Concept scheme: actions
+ + + + + +
URI: http://www.w3.org/ns/odrl/2/archive
Label: Archive
Status: stable
Broader terms: use
Class: Action
Concept scheme: actions

attribute

The Assigner requires that the Assignees attributes the Asset to the Assigner or an attributed Party. May link to an Asset with the attribution information. May link to a Party with the role function “attributedParty”.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/attribute
Label: Attribute
Status: stable
Class: Action
Concept scheme: actions
+ + + + +
URI: http://www.w3.org/ns/odrl/2/attribute
Label: Attribute
Status: stable
Class: Action
Concept scheme: actions

concurrentUse

The Assigner permits/prohibits the Assignees to create multiple copies of the Asset that are being concurrently used.

- - - - - - - +
URI: http://www.w3.org/ns/odrl/2/concurrentUse
Label: Concurrent use
Status: stable
Broader terms: use
Class: Action
Concept scheme: actions
+ + + + + +
URI: http://www.w3.org/ns/odrl/2/concurrentUse
Label: Concurrent use
Status: stable
Broader terms: use
Class: Action
Concept scheme: actions

copy

The act of making an exact reproduction of the asset.

- - - - - - - - +
URI: http://www.w3.org/ns/odrl/2/copy
Label: Copy
Status: deprecated
Equivalent to: reproduce
Deprecated by: reproduce
Class: Action
Concept scheme: actions
+ + + + + + +
URI: http://www.w3.org/ns/odrl/2/copy
Label: Copy
Status: deprecated
Equivalent to: reproduce
Deprecated by: reproduce
Class: Action
Concept scheme: actions

delete

The Assigner requires that the Assignees permanently removes all copies of the Asset. Use a constraint to define under which conditions the Asset should be deleted.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/delete
Label: Delete
Status: stable
Class: Action
Concept scheme: actions
+ + + + +
URI: http://www.w3.org/ns/odrl/2/delete
Label: Delete
Status: stable
Class: Action
Concept scheme: actions

derive

The Assigner permits/prohibits the Assignees to create a new derivative Asset from this Asset and to edit or modify the derivative. A new asset is created and may have significant overlaps with the original Asset. (Note that the notion of whether or not the change is significant enough to qualify as a new asset is subjective). To the derived Asset a next policy may be applied.

- - - - - - - +
URI: http://www.w3.org/ns/odrl/2/derive
Label: Derive
Status: stable
Broader terms: use
Class: Action
Concept scheme: actions
+ + + + + +
URI: http://www.w3.org/ns/odrl/2/derive
Label: Derive
Status: stable
Broader terms: use
Class: Action
Concept scheme: actions

digitize

The Assigner permits/prohibits the Assignees to produce a digital copy of (or otherwise digitize) the Asset from its analogue form.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/digitize
Label: Digitize
Status: stable
Broader terms: use
Class: Action
+ + + + +
URI: http://www.w3.org/ns/odrl/2/digitize
Label: Digitize
Status: stable
Broader terms: use
Class: Action

display

The Assigner permits/prohibits the Assignees to display the visual media Asset to an audience or the public. For example, displaying an image on a screen.

- - - - - - - +
URI: http://www.w3.org/ns/odrl/2/display
Label: Display
Status: stable
Broader terms: present
Class: Action
Concept scheme: actions
+ + + + + +
URI: http://www.w3.org/ns/odrl/2/display
Label: Display
Status: stable
Broader terms: present
Class: Action
Concept scheme: actions

distribute

The Assigner permits/prohibits the Assignees to distribute the Asset.

- - - - - - - +
URI: http://www.w3.org/ns/odrl/2/distribute
Label: Distribute
Status: stable
Broader terms: use
Class: Action
Concept scheme: actions
+ + + + + +
URI: http://www.w3.org/ns/odrl/2/distribute
Label: Distribute
Status: stable
Broader terms: use
Class: Action
Concept scheme: actions

ensureExclusivity

The Assignee requires that the Assigners ensure that the permission on the Asset is exclusive to the Assignee.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/ensureExclusivity
Label: Ensure exclusivity
Status: stable
Class: Action
Concept scheme: actions
+ + + + +
URI: http://www.w3.org/ns/odrl/2/ensureExclusivity
Label: Ensure exclusivity
Status: stable
Class: Action
Concept scheme: actions

execute

The Assigner permits/prohibits the Assignees to run the computer program Asset. For example, machine executable code or Java such as a game or application.

- - - - - - - +
URI: http://www.w3.org/ns/odrl/2/execute
Label: Execute
Status: stable
Broader terms: use
Class: Action
Concept scheme: actions
+ + + + + +
URI: http://www.w3.org/ns/odrl/2/execute
Label: Execute
Status: stable
Broader terms: use
Class: Action
Concept scheme: actions

export

The act of transforming the asset into a new form.

- - - - - - - +
URI: http://www.w3.org/ns/odrl/2/export
Label: Export
Status: deprecated
Deprecated by: transform
Class: Action
Concept scheme: actions
+ + + + + +
URI: http://www.w3.org/ns/odrl/2/export
Label: Export
Status: deprecated
Deprecated by: transform
Class: Action
Concept scheme: actions

extract

The Assigner permits/prohibits the Assignees to extract parts of the Asset and to use it as a new Asset. A new asset is created and may have very little in common with the original Asset. (Note that the notion of whether or not the change is significant enough to qualify as a new asset is subjective). To the extracted Asset a next policy may be applied.

- - - - - - - +
URI: http://www.w3.org/ns/odrl/2/extract
Label: Extract
Status: stable
Broader terms: reproduce
Class: Action
Concept scheme: actions
+ + + + + +
URI: http://www.w3.org/ns/odrl/2/extract
Label: Extract
Status: stable
Broader terms: reproduce
Class: Action
Concept scheme: actions

give

The Assigner permits/prohibits the Assignees to transfer the ownership of the Asset to a third party without compensation and while deleting the original asset.

- - - - - - - +
URI: http://www.w3.org/ns/odrl/2/give
Label: Give
Status: stable
Broader terms: transfer
Class: Action
Concept scheme: actions
+ + + + + +
URI: http://www.w3.org/ns/odrl/2/give
Label: Give
Status: stable
Broader terms: transfer
Class: Action
Concept scheme: actions

include

The Assigner requires that the Assignees include other related assets in the Asset. For example: bio picture must be included in the attribution. Use of the Asset relation attribute is required.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/include
Label: Include
Status: stable
Class: Action
Concept scheme: actions
+ + + + +
URI: http://www.w3.org/ns/odrl/2/include
Label: Include
Status: stable
Class: Action
Concept scheme: actions

index

The Assigner permits/prohibits the Assignees to record the Asset in an index. For example, to include a link to the Asset in a search engine database.

- - - - - - - +
URI: http://www.w3.org/ns/odrl/2/index
Label: Index
Status: stable
Broader terms: use
Class: Action
Concept scheme: actions
+ + + + + +
URI: http://www.w3.org/ns/odrl/2/index
Label: Index
Status: stable
Broader terms: use
Class: Action
Concept scheme: actions

inform

The Assigner requires that the Assignees inform the Assigner or an informed Party that an action has been performed on or in relation to the Asset. May link to a Party with the role function “informedParty”.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/inform
Label: Inform
Status: stable
Class: Action
Concept scheme: actions
+ + + + +
URI: http://www.w3.org/ns/odrl/2/inform
Label: Inform
Status: stable
Class: Action
Concept scheme: actions

install

The Assigner permits/prohibits the Assignees to load the computer program Asset onto a storage device which allows operating or running the Asset.

- - - - - - - +
URI: http://www.w3.org/ns/odrl/2/install
Label: Install
Status: stable
Broader terms: use
Class: Action
Concept scheme: actions
+ + + + + +
URI: http://www.w3.org/ns/odrl/2/install
Label: Install
Status: stable
Broader terms: use
Class: Action
Concept scheme: actions

lease

The act of making available the asset to a third-party for a fixed period of time with exchange of value.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/lease
Label: Lease
Status: stable
Class: Action
Concept scheme: actions
+ + + + +
URI: http://www.w3.org/ns/odrl/2/lease
Label: Lease
Status: stable
Class: Action
Concept scheme: actions

license

The act of granting the right to use the asset to a third-party.

- - - - - - - +
URI: http://www.w3.org/ns/odrl/2/license
Label: License
Status: deprecated
Deprecated by: grantUse
Class: Action
Concept scheme: actions
+ + + + + +
URI: http://www.w3.org/ns/odrl/2/license
Label: License
Status: deprecated
Deprecated by: grantUse
Class: Action
Concept scheme: actions

lend

The act of making available the asset to a third-party for a fixed period of time without exchange of value.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/lend
Label: Lend
Status: stable
Class: Action
Concept scheme: actions
+ + + + +
URI: http://www.w3.org/ns/odrl/2/lend
Label: Lend
Status: stable
Class: Action
Concept scheme: actions

modify

The Assigner permits/prohibits the Assignees to update existing content of the Asset. A new asset is not created by this action. This action will modify an asset which is typically updated from time to time without creating a new asset like a database. If the result from modifying the asset should be a new asset the actions derive or extract should be used. (Note that the notion of whether or not the change is significant enough to qualify as a new asset is subjective).

- - - - - - - +
URI: http://www.w3.org/ns/odrl/2/modify
Label: Modify
Status: stable
Broader terms: use
Class: Action
Concept scheme: actions
+ + + + + +
URI: http://www.w3.org/ns/odrl/2/modify
Label: Modify
Status: stable
Broader terms: use
Class: Action
Concept scheme: actions

move

The Assigner permits/prohibits the Assignees to move the Asset from one digital location to another including deleting the original copy. After the Asset has been moved, the original copy must be deleted.

- - - - - - - +
URI: http://www.w3.org/ns/odrl/2/move
Label: Move
Status: stable
Broader terms: use
Class: Action
Concept scheme: actions
+ + + + + +
URI: http://www.w3.org/ns/odrl/2/move
Label: Move
Status: stable
Broader terms: use
Class: Action
Concept scheme: actions

nextPolicy

The Assigner requires that the Assignees grants the specified Policy to a third party for their use of the Asset.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/nextPolicy
Label: Next policy
Status: stable
Class: Action
Concept scheme: actions
+ + + + +
URI: http://www.w3.org/ns/odrl/2/nextPolicy
Label: Next policy
Status: stable
Class: Action
Concept scheme: actions

obtainConsent

The Assigner requires that the Assignees obtains explicit consent from the Assigner or a consenting Party to perform the requested action in relation to the Asset. Used as a Duty to ensure that the Assigner or a Party is authorized to approve such actions on a case-by-case basis. May link to a Party with the role function “consentingParty”.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/obtainConsent
Label: Obtain consent
Status: stable
Class: Action
Concept scheme: actions
+ + + + +
URI: http://www.w3.org/ns/odrl/2/obtainConsent
Label: Obtain consent
Status: stable
Class: Action
Concept scheme: actions

pay

The act of paying a financial amount to a party for use of the asset.

- - - - - - - +
URI: http://www.w3.org/ns/odrl/2/pay
Label: Pay
Status: deprecated
Deprecated by: compensate
Class: Action
Concept scheme: actions
+ + + + + +
URI: http://www.w3.org/ns/odrl/2/pay
Label: Pay
Status: deprecated
Deprecated by: compensate
Class: Action
Concept scheme: actions

play

The Assigner permits/prohibits the Assignees to perform an audio Asset to an audience.

- - - - - - - +
URI: http://www.w3.org/ns/odrl/2/play
Label: Play
Status: stable
Broader terms: present
Class: Action
Concept scheme: actions
+ + + + + +
URI: http://www.w3.org/ns/odrl/2/play
Label: Play
Status: stable
Broader terms: present
Class: Action
Concept scheme: actions

present

The Assigner permits/prohibits the Assignees to perform or exhibit an Asset to an audience.

- - - - - - - - +
URI: http://www.w3.org/ns/odrl/2/present
Label: Present
Status: stable
Narrower terms: display, play, print
Broader terms: use
Class: Action
Concept scheme: actions
+ + + + + + +
URI: http://www.w3.org/ns/odrl/2/present
Label: Present
Status: stable
Narrower terms: display, play, print
Broader terms: use
Class: Action
Concept scheme: actions

preview

The act of providing a short preview of the asset.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/preview
Label: Preview
Status: stable
Class: Action
Concept scheme: actions
+ + + + +
URI: http://www.w3.org/ns/odrl/2/preview
Label: Preview
Status: stable
Class: Action
Concept scheme: actions

print

The Assigner permits/prohibits the Assignees to print an Asset onto paper or to create a hard copy. For example, creating a permanent, fixed (static), and directly perceivable representation of the Asset.

- - - - - - - +
URI: http://www.w3.org/ns/odrl/2/print
Label: Print
Status: stable
Broader terms: present
Class: Action
Concept scheme: actions
+ + + + + +
URI: http://www.w3.org/ns/odrl/2/print
Label: Print
Status: stable
Broader terms: present
Class: Action
Concept scheme: actions

read

The Assigner permits/prohibits the Assignees to obtain data from the Asset. For example, the ability to read a record from a database (the Asset).

- - - - - - - +
URI: http://www.w3.org/ns/odrl/2/read
Label: Read
Status: stable
Broader terms: use
Class: Action
Concept scheme: actions
+ + + + + +
URI: http://www.w3.org/ns/odrl/2/read
Label: Read
Status: stable
Broader terms: use
Class: Action
Concept scheme: actions

reproduce

The act of making an exact reproduction of the asset. The Assigner permits/prohibits the Assignees to make exact reproductions of the Asset.

- - - - - - - - - +
URI: http://www.w3.org/ns/odrl/2/reproduce
Label: Reproduce
Status: stable
Deprecates: copy
Narrower terms: extract
Broader terms: use
Class: Action
Concept scheme: actions
+ + + + + + + +
URI: http://www.w3.org/ns/odrl/2/reproduce
Label: Reproduce
Status: stable
Deprecates: copy
Narrower terms: extract
Broader terms: use
Class: Action
Concept scheme: actions

reviewPolicy

The Assigner requires that the Assignees have a person review the Policy applicable to the Asset. Used when human intervention is required to review the Policy. May link to an Asset which represents the full Policy information.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/reviewPolicy
Label: Review policy
Status: stable
Class: Action
Concept scheme: actions
+ + + + +
URI: http://www.w3.org/ns/odrl/2/reviewPolicy
Label: Review policy
Status: stable
Class: Action
Concept scheme: actions

secondaryUse

The act of using the asset for a purpose other than the purpose it was intended for.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/secondaryUse
Label: Secondary use
Status: stable
Class: Action
Concept scheme: actions
+ + + + +
URI: http://www.w3.org/ns/odrl/2/secondaryUse
Label: Secondary use
Status: stable
Class: Action
Concept scheme: actions

sell

The Assigner permits/prohibits the Assignees to transfer the ownership of the Asset to a third party with compensation and while deleting the original asset.

- - - - - - - +
URI: http://www.w3.org/ns/odrl/2/sell
Label: Sell
Status: stable
Broader terms: transfer
Class: Action
Concept scheme: actions
+ + + + + +
URI: http://www.w3.org/ns/odrl/2/sell
Label: Sell
Status: stable
Broader terms: transfer
Class: Action
Concept scheme: actions

textToSpeech

The Assigner permits/prohibits the Assignees to have a text Asset read out loud to an audience.

- - - - - - - +
URI: http://www.w3.org/ns/odrl/2/textToSpeech
Label: Text-to-speech
Status: stable
Broader terms: use
Class: Action
Concept scheme: actions
+ + + + + +
URI: http://www.w3.org/ns/odrl/2/textToSpeech
Label: Text-to-speech
Status: stable
Broader terms: use
Class: Action
Concept scheme: actions

transfer

The Assigner transfers/does not transfer the ownership in perpetuity to the Assignees.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/transfer
Label: Transfer
Status: stable
Narrower terms: give, sell
Class: Action
+ + + + +
URI: http://www.w3.org/ns/odrl/2/transfer
Label: Transfer
Status: stable
Narrower terms: give, sell
Class: Action

transform

The Assigner permits/prohibits the Assignees to make a digital copy of the digital Asset in another digital format. Typically used to convert the Asset into a different format for consumption on/transfer to a third party system.

- - - - - - - - +
URI: http://www.w3.org/ns/odrl/2/transform
Label: Transform
Status: stable
Deprecates: export
Broader terms: use
Class: Action
Concept scheme: actions
+ + + + + + +
URI: http://www.w3.org/ns/odrl/2/transform
Label: Transform
Status: stable
Deprecates: export
Broader terms: use
Class: Action
Concept scheme: actions

translate

The Assigner permits/prohibits the Assignees to translate the original natural language of an Asset into another natural language. A new derivative Asset is created by that action.

- - - - - - - +
URI: http://www.w3.org/ns/odrl/2/translate
Label: Translate
Status: stable
Broader terms: use
Class: Action
Concept scheme: actions
+ + + + + +
URI: http://www.w3.org/ns/odrl/2/translate
Label: Translate
Status: stable
Broader terms: use
Class: Action
Concept scheme: actions

uninstall

The Assigner requires that the Assignees unload and delete the computer program Asset from a storage device and disable its readiness for operation. The Asset is no longer accessible to the Assignees.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/uninstall
Label: Uninstall
Status: stable
Class: Action
Concept scheme: actions
+ + + + +
URI: http://www.w3.org/ns/odrl/2/uninstall
Label: Uninstall
Status: stable
Class: Action
Concept scheme: actions

watermark

The Assigner requires that the Assignees apply a watermark as provided by the Assigner to the Asset. It is recommended to embed a link to the watermark.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/watermark
Label: Watermark
Status: stable
Class: Action
Concept scheme: actions
+ + + + +
URI: http://www.w3.org/ns/odrl/2/watermark
Label: Watermark
Status: stable
Class: Action
Concept scheme: actions

write

The act of writing to the asset.

- - - - - - - +
URI: http://www.w3.org/ns/odrl/2/write
Label: Write
Status: deprecated
Deprecated by: writeTo
Class: Action
Concept scheme: actions
+ + + + + +
URI: http://www.w3.org/ns/odrl/2/write
Label: Write
Status: deprecated
Deprecated by: writeTo
Class: Action
Concept scheme: actions

writeTo

The act of adding data to the Asset.

- - - - - - - - - +
URI: http://www.w3.org/ns/odrl/2/writeTo
Label: Write to
Status: stable
Deprecates: write
Narrower terms: appendTo
Broader terms: use
Class: Action
Concept scheme: actions
+ + + + + + + +
URI: http://www.w3.org/ns/odrl/2/writeTo
Label: Write to
Status: stable
Deprecates: write
Narrower terms: appendTo
Broader terms: use
Class: Action
Concept scheme: actions

adHocShare

The act of sharing the asset to parties in close proximity to the owner. This action may be used to express [OMA] Sharing semantics.

- - - - - - - +
URI: http://www.w3.org/ns/odrl/2/adHocShare
Label: Ad-hoc sharing
Status: deprecated
Deprecated by: oma:adhoc-share
Class: Action
Concept scheme: actions
+ + + + + +
URI: http://www.w3.org/ns/odrl/2/adHocShare
Label: Ad-hoc sharing
Status: deprecated
Deprecated by: oma:adhoc-share
Class: Action
Concept scheme: actions

extractChar

The act of extracting (replicating) unchanged characters from the asset.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/extractChar
Label: Extract character
Status: deprecated
Deprecated by: onix:extract-char
Class: Action
+ + + + +
URI: http://www.w3.org/ns/odrl/2/extractChar
Label: Extract character
Status: deprecated
Deprecated by: onix:extract-char
Class: Action

extractPage

The act of extracting (replicating) unchanged pages from the asset.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/extractPage
Label: Extract page
Status: deprecated
Deprecated by: onix:extract-word
Class: Action
+ + + + +
URI: http://www.w3.org/ns/odrl/2/extractPage
Label: Extract page
Status: deprecated
Deprecated by: onix:extract-word
Class: Action

extractWord

The act of extracting (replicating) unchanged words from the asset.

- - - - - - +
URI: http://www.w3.org/ns/odrl/2/extractWord
Label: Extract word
Status: deprecated
Deprecated by: onix:extract-page
Class: Action
+ + + + +
URI: http://www.w3.org/ns/odrl/2/extractWord
Label: Extract word
Status: deprecated
Deprecated by: onix:extract-page
Class: Action

attachPolicy

The act of keeping the policy notice with the asset.

- - - - - - - +
URI: http://www.w3.org/ns/odrl/2/attachPolicy
Label: Attach policy
Status: deprecated
Deprecated by: cc:Notice
Class: Action
Concept scheme: actions
+ + + + + +
URI: http://www.w3.org/ns/odrl/2/attachPolicy
Label: Attach policy
Status: deprecated
Deprecated by: cc:Notice
Class: Action
Concept scheme: actions

attachSource

The act of attaching the source of the asset and its derivatives.

- - - - - - - +
URI: http://www.w3.org/ns/odrl/2/attachSource
Label: Attach source
Status: deprecated
Deprecated by: cc:SourceCode
Class: Action
Concept scheme: actions
+ + + + + +
URI: http://www.w3.org/ns/odrl/2/attachSource
Label: Attach source
Status: deprecated
Deprecated by: cc:SourceCode
Class: Action
Concept scheme: actions

shareAlike

The act of distributing any derivative asset under the same terms as the original asset.

- - - - - - - +
URI: http://www.w3.org/ns/odrl/2/shareAlike
Label: Share-alike
Status: deprecated
Deprecated by: cc:ShareAlike
Class: Action
Concept scheme: actions
+ + + + + +
URI: http://www.w3.org/ns/odrl/2/shareAlike
Label: Share-alike
Status: deprecated
Deprecated by: cc:ShareAlike
Class: Action
Concept scheme: actions

commercialize

The act of using the asset in a business environment.

- - - - - - - +
URI: http://www.w3.org/ns/odrl/2/commercialize
Label: Commercialize
Status: deprecated
Deprecated by: cc:CommercialUse
Class: Action
Concept scheme: actions
+ + + + + +
URI: http://www.w3.org/ns/odrl/2/commercialize
Label: Commercialize
Status: deprecated
Deprecated by: cc:CommercialUse
Class: Action
Concept scheme: actions

share

The act of the non-commercial reproduction and distribution of the asset to third-parties.

- - - - - - - +
URI: http://www.w3.org/ns/odrl/2/share
Label: Share
Status: deprecated
Deprecated by: cc:Distribution
Class: Action
Concept scheme: actions
+ + + + + +
URI: http://www.w3.org/ns/odrl/2/share
Label: Share
Status: deprecated
Deprecated by: cc:Distribution
Class: Action
Concept scheme: actions

Named individuals

@@ -1810,202 +1811,207 @@

share

perm

Permissions take precedence over prohibitions.

- - - - - +
URI: http://www.w3.org/ns/odrl/2/perm
Label: Permissions
Status: stable
Class: ConflictTerm
+ + + +
URI: http://www.w3.org/ns/odrl/2/perm
Label: Permissions
Status: stable
Class: ConflictTerm

prohibit

Prohibitions take precedence over permissions.

- - - - - +
URI: http://www.w3.org/ns/odrl/2/prohibit
Label: Prohibit
Status: stable
Class: ConflictTerm
+ + + +
URI: http://www.w3.org/ns/odrl/2/prohibit
Label: Prohibit
Status: stable
Class: ConflictTerm

ignore

Undefined actions should be ignored.

- - - - - +
URI: http://www.w3.org/ns/odrl/2/ignore
Label: Ignore
Status: stable
Class: UndefinedTerm
+ + + +
URI: http://www.w3.org/ns/odrl/2/ignore
Label: Ignore
Status: stable
Class: UndefinedTerm

invalid

The policy is invalidated.

- - - - - +
URI: http://www.w3.org/ns/odrl/2/invalid
Label: Invalid
Status: stable
Class: ConflictTerm, UndefinedTerm
+ + + +
URI: http://www.w3.org/ns/odrl/2/invalid
Label: Invalid
Status: stable
Class: ConflictTerm, UndefinedTerm

support

Undefined actions do not invalidate the policy, but notification for review must occur.

- - - - - +
URI: http://www.w3.org/ns/odrl/2/support
Label: Support
Status: stable
Class: UndefinedTerm
+ + + +
URI: http://www.w3.org/ns/odrl/2/support
Label: Support
Status: stable
Class: UndefinedTerm

eq

Indicating that a given value equals the operand of the Constraint.

- - - - - +
URI: http://www.w3.org/ns/odrl/2/eq
Label: Equal to
Status: stable
Class: Operator
+ + + +
URI: http://www.w3.org/ns/odrl/2/eq
Label: Equal to
Status: stable
Class: Operator

gt

- - - - - +
URI: http://www.w3.org/ns/odrl/2/gt
Label: Greater than
Status: stable
Class: Operator
+ + + +
URI: http://www.w3.org/ns/odrl/2/gt
Label: Greater than
Status: stable
Class: Operator

gteq

- - - - - +
URI: http://www.w3.org/ns/odrl/2/gteq
Label: Greater than or equal to
Status: stable
Class: Operator
+ + + +
URI: http://www.w3.org/ns/odrl/2/gteq
Label: Greater than or equal to
Status: stable
Class: Operator

hasPart

- - - - - +
URI: http://www.w3.org/ns/odrl/2/hasPart
Label: Has part
Status: stable
Class: Operator
+ + + +
URI: http://www.w3.org/ns/odrl/2/hasPart
Label: Has part
Status: stable
Class: Operator

isA

- - - - - +
URI: http://www.w3.org/ns/odrl/2/isA
Label: Is a
Status: stable
Class: Operator
+ + + +
URI: http://www.w3.org/ns/odrl/2/isA
Label: Is a
Status: stable
Class: Operator

isAllOf

- - - - - +
URI: http://www.w3.org/ns/odrl/2/isAllOf
Label: Is all of
Status: stable
Class: Operator
+ + + +
URI: http://www.w3.org/ns/odrl/2/isAllOf
Label: Is all of
Status: stable
Class: Operator

isAnyOf

- - - - - +
URI: http://www.w3.org/ns/odrl/2/isAnyOf
Label: Is any of
Status: stable
Class: Operator
+ + + +
URI: http://www.w3.org/ns/odrl/2/isAnyOf
Label: Is any of
Status: stable
Class: Operator

isNoneOf

- - - - - +
URI: http://www.w3.org/ns/odrl/2/isNoneOf
Label: Is none of
Status: stable
Class: Operator
+ + + +
URI: http://www.w3.org/ns/odrl/2/isNoneOf
Label: Is none of
Status: stable
Class: Operator

isPartOf

- - - - - +
URI: http://www.w3.org/ns/odrl/2/isPartOf
Label: Is part of
Status: stable
Class: Operator
+ + + +
URI: http://www.w3.org/ns/odrl/2/isPartOf
Label: Is part of
Status: stable
Class: Operator

lt

- - - - - +
URI: http://www.w3.org/ns/odrl/2/lt
Label: Less than
Status: stable
Class: Operator
+ + + +
URI: http://www.w3.org/ns/odrl/2/lt
Label: Less than
Status: stable
Class: Operator

lteq

- - - - - +
URI: http://www.w3.org/ns/odrl/2/lteq
Label: Less than or equal to
Status: stable
Class: Operator
+ + + +
URI: http://www.w3.org/ns/odrl/2/lteq
Label: Less than or equal to
Status: stable
Class: Operator

neq

- - - - - +
URI: http://www.w3.org/ns/odrl/2/neq
Label: Not equal to
Status: stable
Class: Operator
+ + + +
URI: http://www.w3.org/ns/odrl/2/neq
Label: Not equal to
Status: stable
Class: Operator

policyUsage

When used as an event in constraints, indicates that the event occurs at the time when the policy is executed.

- - - - +
URI: http://www.w3.org/ns/odrl/2/policyUsage
Label: Policy usage time
Status: stable
+ + +
URI: http://www.w3.org/ns/odrl/2/policyUsage
Label: Policy usage time
Status: stable
+
+

Vocabulary Encodings

+ +
+

Scenarios - Encoding Examples

Set

The following shows an instance of a set Policy. The Set shows a policy expression, stating that the Asset http//example.com/asset:9898 is the target of the Permission reproduce and the Prohibition to modify. No parties or other elements are involved. This set could be used, for example, as a template or an instant license.

{
diff --git a/vocab/WD/template.phtml b/vocab/WD/template.phtml
index 320342d..64ea026 100644
--- a/vocab/WD/template.phtml
+++ b/vocab/WD/template.phtml
@@ -2,7 +2,8 @@
 
 	
 		
-		<?php echo htmlspecialchars($vocab->label()); ?>
+
+        ODRL Vocabulary & Expression
 		
 		
 		
@@ -41,6 +42,11 @@
 
 
+
+

Vocabulary Encodings

+ +
+

Scenarios - Encoding Examples