diff --git a/vocab/WD/index.html b/vocab/WD/index.html index 33346ba..75c5a74 100644 --- a/vocab/WD/index.html +++ b/vocab/WD/index.html @@ -62,11 +62,21 @@

Vocabulary

The Namespace URI to identify the ODRL model and vocabulary is http://www.w3.org/ns/odrl/2/

-

Summary of Terms

+

Summary of Terms

This vocabulary defines 24 classes, 56 properties, one concept scheme, 61 concepts and 18 named individuals.

-
Classes
Action | Agreement | All | AllConnections | AllGroups | All2ndConnections | Asset | ConflictTerm | Constraint | Duty | Group | Individual | Offer | Operator | Party | Permission | Policy | Privacy | Prohibition | Request | Rule | Set | Ticket | UndefinedTerm
Properties
systemDevice | absolutePosition | absoluteSize | action | assignee | assigner | attributedParty | conflict | consentingParty | constraint | count | dateTime | deliveryChannel | device | duty | elapsedTime | event | fileFormat | function | industry | informedParty | inheritAllowed | inheritFrom | language | media | meteredTime | operator | output | compensatedParty | payAmount | percentage | permission | product | profile | prohibition | proximity | purpose | recipient | relation | relativePosition | relativeSize | resolution | rightOperand | spatial | status | system | target | timeInterval | timedCount | trackingParty | undefined | dataType | version | virtualLocation
Concept schemes
actions
Concepts
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
Named individuals
eq | gt | gteq | hasPart | ignore | invalid | isA | isAllOf | isAnyOf | isNoneOf | isPartOf | lt | lteq | neq | perm | policyUsage | prohibit | support

Classes

+
Classes
Action | Agreement | All | AllConnections | AllGroups | All2ndConnections | Asset | ConflictTerm | Constraint | Duty | Group | Individual | Offer | Operator | Party | Permission | Policy | Privacy | Prohibition | Request | Rule | Set | Ticket | UndefinedTerm
Properties
systemDevice | absolutePosition | absoluteSize | action | assignee | assigner | attributedParty | conflict | consentingParty | constraint | count | dateTime | deliveryChannel | device | duty | elapsedTime | event | fileFormat | function | industry | informedParty | inheritAllowed | inheritFrom | language | media | meteredTime | operator | output | compensatedParty | payAmount | percentage | permission | product | profile | prohibition | proximity | purpose | recipient | relation | relativePosition | relativeSize | resolution | rightOperand | spatial | status | system | target | timeInterval | timedCount | trackingParty | undefined | dataType | version | virtualLocation
Concept schemes
actions
Concepts
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
Named individuals
eq | gt | gteq | hasPart | ignore | invalid | isA | isAllOf | isAnyOf | isNoneOf | isPartOf | lt | lteq | neq | perm | policyUsage | prohibit | support

Classes

+

Asset

Asset is anything which can be subject to a policy. Asserting that something the target of a policy implies that it is an Asset.

+ +

The Asset entity is the subject of an ODRL policy expression that permissions and prohibitions are applied to. The Asset entity can be any form of identifiable resource, such as data/information, content/media, applications, or services. Furthermore, it can be used to represent other Asset entities that are needed to undertake the Policy expression, such as with the Duty entity. The Asset entity is referred to by the Permission and/or Prohibition entities, and also by the Duty entity.

+

The Asset entity contains the following attribute:

+ +

The identification of the Asset entity is a key foundation of the ODRL Policy language. However, there are some use cases where the ODRL Policy expression MAY be embedded inside the target Asset. In these cases, it MAY be more appropriate to provide, or infer, a link to the Asset entity (as the complete Asset uid may not be known at the time) through the local context. Use of such inference and context MUST be documented in the relevant ODRL community Profile.

+

Since ODRL policies could deal with any kind of asset, the ODRL Information Model does not provide additional metadata to describe Asset entities of particular media types. It is recommended to use already existing metadata standards, such as Dublin Core Metadata Terms that are appropriate to the Asset type or purpose.

+

The Relation entity is used to associate the Asset entity with the relevant Permission, Prohibition, and Duty entities

+ @@ -74,8 +84,10 @@

Asset

URI: http://www.w3.org/ns/odrl/2/Asset
Label: Asset
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.

@@ -84,8 +96,10 @@

Party

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

Policy

A top level entity for describing policies.

@@ -96,8 +110,10 @@

Policy

URI: http://www.w3.org/ns/odrl/2/Policy
Properties: conflict, inheritAllowed, inheritFrom, permission, profile, prohibition, undefined
In range of: inheritFrom
- +
+

ConflictTerm

Instances of ConflictTerm describe policies for resolving conflicts.

@@ -106,8 +122,10 @@

ConflictTerm

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

UndefinedTerm

Instances of UndefinedTerm describe policies for processing unsupported actions.

@@ -116,8 +134,10 @@

UndefinedTerm

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

Rule

An abstract common ancestor to Permissions, Prohibitions and Duties.

@@ -126,8 +146,10 @@

Rule

URI: http://www.w3.org/ns/odrl/2/Rule
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).

@@ -137,8 +159,10 @@

Permission

URI: http://www.w3.org/ns/odrl/2/Permission
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.

@@ -147,8 +171,10 @@

Prohibition

URI: http://www.w3.org/ns/odrl/2/Prohibition
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.

@@ -157,8 +183,10 @@

Duty

URI: http://www.w3.org/ns/odrl/2/Duty
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.

@@ -168,8 +196,10 @@

Action

URI: http://www.w3.org/ns/odrl/2/Action
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.

@@ -179,8 +209,10 @@

Constraint

URI: http://www.w3.org/ns/odrl/2/Constraint
Properties: dataType, operator, rightOperand, status, unit
In range of: constraint
- +
+

Operator

Instances of the Operator class represent boolean operators

@@ -190,8 +222,10 @@

Operator

URI: http://www.w3.org/ns/odrl/2/Operator
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.

@@ -200,8 +234,10 @@

Agreement

URI: http://www.w3.org/ns/odrl/2/Agreement
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.

@@ -210,8 +246,10 @@

Offer

URI: http://www.w3.org/ns/odrl/2/Offer
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.

@@ -220,8 +258,10 @@

Privacy

URI: http://www.w3.org/ns/odrl/2/Privacy
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.

@@ -230,8 +270,10 @@

Request

URI: http://www.w3.org/ns/odrl/2/Request
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.

@@ -240,8 +282,10 @@

Set

URI: http://www.w3.org/ns/odrl/2/Set
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.

@@ -250,8 +294,10 @@

Ticket

URI: http://www.w3.org/ns/odrl/2/Ticket
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.

@@ -259,8 +305,10 @@

All

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

All2ndConnections

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

@@ -268,8 +316,10 @@

All2ndConnections

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

AllConnections

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

@@ -277,8 +327,10 @@

AllConnections

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

AllGroups

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

@@ -286,8 +338,10 @@

AllGroups

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

Group

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

@@ -295,8 +349,10 @@

Group

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

Individual

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

@@ -304,9 +360,11 @@

Individual

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

Properties

+
+

Properties

+

conflict

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

@@ -315,8 +373,10 @@

conflict

URI: http://www.w3.org/ns/odrl/2/conflict
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.

@@ -325,8 +385,10 @@

undefined

URI: http://www.w3.org/ns/odrl/2/undefined
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.

@@ -335,8 +397,10 @@

permission

URI: http://www.w3.org/ns/odrl/2/permission
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.

@@ -345,8 +409,10 @@

prohibition

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

inheritAllowed

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

@@ -355,8 +421,10 @@

inheritAllowed

URI: http://www.w3.org/ns/odrl/2/inheritAllowed
Range: xsd:boolean
Domain: Policy
- +
+

inheritFrom

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

@@ -365,8 +433,10 @@

inheritFrom

URI: http://www.w3.org/ns/odrl/2/inheritFrom
Range: Policy
Domain: Policy
- +
+

profile

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

@@ -375,8 +445,10 @@

profile

URI: http://www.w3.org/ns/odrl/2/profile
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.

@@ -386,8 +458,10 @@

relation

URI: http://www.w3.org/ns/odrl/2/relation
Range: Asset
Domain: Rule
- +
+

output

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

@@ -397,8 +471,10 @@

output

URI: http://www.w3.org/ns/odrl/2/output
Range: Asset
Domain: Rule
- +
+

target

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

@@ -408,8 +484,10 @@

target

URI: http://www.w3.org/ns/odrl/2/target
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.

@@ -419,8 +497,10 @@

function

URI: http://www.w3.org/ns/odrl/2/function
Range: Party
Domain: Rule
- +
+

action

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

@@ -429,8 +509,10 @@

action

URI: http://www.w3.org/ns/odrl/2/action
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.

@@ -439,8 +521,10 @@

constraint

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

duty

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

@@ -449,8 +533,10 @@

duty

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

unit

The unit of measurement used for the constraint value.

@@ -459,8 +545,10 @@

unit

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

dataType

The unit of measurement used for the constraint value.

@@ -469,8 +557,10 @@

dataType

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

operator

The Boolean operator applied to a constraint and its operand.

@@ -479,8 +569,10 @@

operator

URI: http://www.w3.org/ns/odrl/2/operator
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.

@@ -489,8 +581,10 @@

rightOperand

URI: http://www.w3.org/ns/odrl/2/rightOperand
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.

@@ -498,8 +592,10 @@

status

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

absolutePosition

A point defined with absolute coordinates.

@@ -507,8 +603,10 @@

absolutePosition

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

absoluteSize

The absolute dimension that the Asset may be resized.

@@ -517,8 +615,10 @@

absoluteSize

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

count

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

@@ -527,8 +627,10 @@

count

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

dateTime

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

@@ -537,8 +639,10 @@

dateTime

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

deliveryChannel

The delivery channel used for storing or communicating the asset.

@@ -546,8 +650,10 @@

deliveryChannel

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

device

An identifiable computing system.

@@ -556,8 +662,10 @@

device

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

systemDevice

An identifiable computing system.

@@ -566,8 +674,10 @@

systemDevice

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

elapsedTime

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

@@ -576,8 +686,10 @@

elapsedTime

URI: http://www.w3.org/ns/odrl/2/elapsedTime
Parent property: rightOperand
Range: rdfs:Literal
- +
+

event

Specification of a defined event applicable to the asset usage.

@@ -585,8 +697,10 @@

event

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

fileFormat

The file format applicable to the Asset.

@@ -594,8 +708,10 @@

fileFormat

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

industry

The defined industry sector applicable to the asset usage

@@ -603,8 +719,10 @@

industry

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

language

The natural language applicable to the asset usage

@@ -612,8 +730,10 @@

language

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

media

The media type in which the asset may be used.

@@ -621,8 +741,10 @@

media

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

meteredTime

The maximum period of metered usage time.

@@ -631,8 +753,10 @@

meteredTime

URI: http://www.w3.org/ns/odrl/2/meteredTime
Parent property: rightOperand
Range: rdfs:Literal
- +
+

payAmount

@@ -641,8 +765,10 @@

payAmount

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

percentage

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

@@ -651,8 +777,10 @@

percentage

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

product

The specified Product or Service name.

@@ -661,8 +789,10 @@

product

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

purpose

Specification of a defined purpose applicable to the asset usage.

@@ -670,8 +800,10 @@

purpose

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

recipient

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

@@ -679,8 +811,10 @@

recipient

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

relativePosition

A point defined with reference to another position.

@@ -688,8 +822,10 @@

relativePosition

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

relativeSize

The relative dimension that the Asset may be resized.

@@ -697,8 +833,10 @@

relativeSize

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

resolution

The resolution at which the asset may be used.

@@ -706,8 +844,10 @@

resolution

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

spatial

A code representing a geospatial area.

@@ -715,8 +855,10 @@

spatial

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

system

An identifiable computing system.

@@ -725,8 +867,10 @@

system

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

timeInterval

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

@@ -735,8 +879,10 @@

timeInterval

URI: http://www.w3.org/ns/odrl/2/timeInterval
Parent property: rightOperand
Range: rdfs:Literal
- +
+

version

The scope of versions for the asset.

@@ -744,8 +890,10 @@

version

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

virtualLocation

Specification of a digital locale.

@@ -753,8 +901,10 @@

virtualLocation

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

assignee

The Party is the recipient of the policy statement.

@@ -763,8 +913,10 @@

assignee

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

assigner

The Party is the issuer of the policy statement.

@@ -773,8 +925,10 @@

assigner

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

attributedParty

The Party to be attributed.

@@ -782,8 +936,10 @@

attributedParty

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

consentingParty

The Party to obtain consent from.

@@ -791,8 +947,10 @@

consentingParty

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

informedParty

The Party to be informed of all uses.

@@ -800,8 +958,10 @@

informedParty

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

payeeParty

The Party is the recipient of the payment.

@@ -810,8 +970,10 @@

payeeParty

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

compensatedParty

The Party is the recipient of the compensation.

@@ -820,8 +982,10 @@

compensatedParty

URI: http://www.w3.org/ns/odrl/2/compensatedParty
Deprecates: payeeParty
Parent property: function
- +
+

trackingParty

The Party is the usage tracker.

@@ -829,8 +993,10 @@

trackingParty

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

proximity

An value indicating the closeness or nearness.

@@ -839,8 +1005,10 @@

proximity

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

timedCount

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

@@ -850,18 +1018,22 @@

timedCount

URI: http://www.w3.org/ns/odrl/2/timedCount
Parent property: rightOperand
Range: rdfs:Literal
- -

Concept schemes

+
+

Concept schemes

+

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
- -

Concepts

+
+

Concepts

+

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.

@@ -871,8 +1043,10 @@

use

URI: http://www.w3.org/ns/odrl/2/use
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.

@@ -883,8 +1057,10 @@

grantUse

URI: http://www.w3.org/ns/odrl/2/grantUse
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

@@ -894,8 +1070,10 @@

compensate

URI: http://www.w3.org/ns/odrl/2/compensate
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”.

@@ -904,8 +1082,10 @@

acceptTracking

URI: http://www.w3.org/ns/odrl/2/acceptTracking
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.

@@ -915,8 +1095,10 @@

aggregate

URI: http://www.w3.org/ns/odrl/2/aggregate
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.

@@ -926,8 +1108,10 @@

annotate

URI: http://www.w3.org/ns/odrl/2/annotate
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.

@@ -937,8 +1121,10 @@

anonymize

URI: http://www.w3.org/ns/odrl/2/anonymize
Class: Action
Concept scheme: actions
- +
+

append

The act of adding to the end of an asset.

@@ -948,8 +1134,10 @@

append

URI: http://www.w3.org/ns/odrl/2/append
Class: Action
Concept scheme: actions
- +
+

appendTo

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

@@ -960,8 +1148,10 @@

appendTo

URI: http://www.w3.org/ns/odrl/2/appendTo
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.

@@ -971,8 +1161,10 @@

archive

URI: http://www.w3.org/ns/odrl/2/archive
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”.

@@ -981,8 +1173,10 @@

attribute

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

concurrentUse

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

@@ -992,8 +1186,10 @@

concurrentUse

URI: http://www.w3.org/ns/odrl/2/concurrentUse
Class: Action
Concept scheme: actions
- +
+

copy

The act of making an exact reproduction of the asset.

@@ -1004,8 +1200,10 @@

copy

URI: http://www.w3.org/ns/odrl/2/copy
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.

@@ -1014,8 +1212,10 @@

delete

URI: http://www.w3.org/ns/odrl/2/delete
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.

@@ -1025,8 +1225,10 @@

derive

URI: http://www.w3.org/ns/odrl/2/derive
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.

@@ -1035,8 +1237,10 @@

digitize

URI: http://www.w3.org/ns/odrl/2/digitize
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.

@@ -1046,8 +1250,10 @@

display

URI: http://www.w3.org/ns/odrl/2/display
Class: Action
Concept scheme: actions
- +
+

distribute

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

@@ -1057,8 +1263,10 @@

distribute

URI: http://www.w3.org/ns/odrl/2/distribute
Class: Action
Concept scheme: actions
- +
+

ensureExclusivity

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

@@ -1067,8 +1275,10 @@

ensureExclusivity

URI: http://www.w3.org/ns/odrl/2/ensureExclusivity
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.

@@ -1078,8 +1288,10 @@

execute

URI: http://www.w3.org/ns/odrl/2/execute
Class: Action
Concept scheme: actions
- +
+

export

The act of transforming the asset into a new form.

@@ -1089,8 +1301,10 @@

export

URI: http://www.w3.org/ns/odrl/2/export
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.

@@ -1100,8 +1314,10 @@

extract

URI: http://www.w3.org/ns/odrl/2/extract
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.

@@ -1111,8 +1327,10 @@

give

URI: http://www.w3.org/ns/odrl/2/give
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.

@@ -1121,8 +1339,10 @@

include

URI: http://www.w3.org/ns/odrl/2/include
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.

@@ -1132,8 +1352,10 @@

index

URI: http://www.w3.org/ns/odrl/2/index
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”.

@@ -1142,8 +1364,10 @@

inform

URI: http://www.w3.org/ns/odrl/2/inform
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.

@@ -1153,8 +1377,10 @@

install

URI: http://www.w3.org/ns/odrl/2/install
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.

@@ -1163,8 +1389,10 @@

lease

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

license

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

@@ -1174,8 +1402,10 @@

license

URI: http://www.w3.org/ns/odrl/2/license
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.

@@ -1184,8 +1414,10 @@

lend

URI: http://www.w3.org/ns/odrl/2/lend
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).

@@ -1195,8 +1427,10 @@

modify

URI: http://www.w3.org/ns/odrl/2/modify
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.

@@ -1206,8 +1440,10 @@

move

URI: http://www.w3.org/ns/odrl/2/move
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.

@@ -1216,8 +1452,10 @@

nextPolicy

URI: http://www.w3.org/ns/odrl/2/nextPolicy
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”.

@@ -1226,8 +1464,10 @@

obtainConsent

URI: http://www.w3.org/ns/odrl/2/obtainConsent
Class: Action
Concept scheme: actions
- +
+

pay

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

@@ -1237,8 +1477,10 @@

pay

URI: http://www.w3.org/ns/odrl/2/pay
Class: Action
Concept scheme: actions
- +
+

play

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

@@ -1248,8 +1490,10 @@

play

URI: http://www.w3.org/ns/odrl/2/play
Class: Action
Concept scheme: actions
- +
+

present

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

@@ -1260,8 +1504,10 @@

present

URI: http://www.w3.org/ns/odrl/2/present
Class: Action
Concept scheme: actions
- +
+

preview

The act of providing a short preview of the asset.

@@ -1270,8 +1516,10 @@

preview

URI: http://www.w3.org/ns/odrl/2/preview
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.

@@ -1281,8 +1529,10 @@

print

URI: http://www.w3.org/ns/odrl/2/print
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).

@@ -1292,8 +1542,10 @@

read

URI: http://www.w3.org/ns/odrl/2/read
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.

@@ -1305,8 +1557,10 @@

reproduce

URI: http://www.w3.org/ns/odrl/2/reproduce
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.

@@ -1315,8 +1569,10 @@

reviewPolicy

URI: http://www.w3.org/ns/odrl/2/reviewPolicy
Class: Action
Concept scheme: actions
- +
+

secondaryUse

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

@@ -1325,8 +1581,10 @@

secondaryUse

URI: http://www.w3.org/ns/odrl/2/secondaryUse
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.

@@ -1336,8 +1594,10 @@

sell

URI: http://www.w3.org/ns/odrl/2/sell
Class: Action
Concept scheme: actions
- +
+

textToSpeech

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

@@ -1347,8 +1607,10 @@

textToSpeech

URI: http://www.w3.org/ns/odrl/2/textToSpeech
Class: Action
Concept scheme: actions
- +
+

transfer

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

@@ -1357,8 +1619,10 @@

transfer

URI: http://www.w3.org/ns/odrl/2/transfer
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.

@@ -1369,8 +1633,10 @@

transform

URI: http://www.w3.org/ns/odrl/2/transform
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.

@@ -1380,8 +1646,10 @@

translate

URI: http://www.w3.org/ns/odrl/2/translate
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.

@@ -1390,8 +1658,10 @@

uninstall

URI: http://www.w3.org/ns/odrl/2/uninstall
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.

@@ -1400,8 +1670,10 @@

watermark

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

write

The act of writing to the asset.

@@ -1411,8 +1683,10 @@

write

URI: http://www.w3.org/ns/odrl/2/write
Class: Action
Concept scheme: actions
- +
+

writeTo

The act of adding data to the Asset.

@@ -1424,8 +1698,10 @@

writeTo

URI: http://www.w3.org/ns/odrl/2/writeTo
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.

@@ -1435,8 +1711,10 @@

adHocShare

URI: http://www.w3.org/ns/odrl/2/adHocShare
Class: Action
Concept scheme: actions
- +
+

extractChar

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

@@ -1445,8 +1723,10 @@

extractChar

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

extractPage

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

@@ -1455,8 +1735,10 @@

extractPage

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

extractWord

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

@@ -1465,8 +1747,10 @@

extractWord

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

attachPolicy

The act of keeping the policy notice with the asset.

@@ -1476,8 +1760,10 @@

attachPolicy

URI: http://www.w3.org/ns/odrl/2/attachPolicy
Class: Action
Concept scheme: actions
- +
+

attachSource

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

@@ -1487,8 +1773,10 @@

attachSource

URI: http://www.w3.org/ns/odrl/2/attachSource
Class: Action
Concept scheme: actions
- +
+

shareAlike

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

@@ -1498,8 +1786,10 @@

shareAlike

URI: http://www.w3.org/ns/odrl/2/shareAlike
Class: Action
Concept scheme: actions
- +
+

commercialize

The act of using the asset in a business environment.

@@ -1509,8 +1799,10 @@

commercialize

URI: http://www.w3.org/ns/odrl/2/commercialize
Class: Action
Concept scheme: actions
- +
+

share

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

@@ -1520,9 +1812,11 @@

share

URI: http://www.w3.org/ns/odrl/2/share
Class: Action
Concept scheme: actions
- -

Named individuals

+
+

Named individuals

+

perm

Permissions take precedence over prohibitions.

@@ -1530,8 +1824,10 @@

perm

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

prohibit

Prohibitions take precedence over permissions.

@@ -1539,8 +1835,10 @@

prohibit

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

ignore

Undefined actions should be ignored.

@@ -1548,8 +1846,10 @@

ignore

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

invalid

The policy is invalidated.

@@ -1557,8 +1857,10 @@

invalid

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

support

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

@@ -1566,8 +1868,10 @@

support

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

eq

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

@@ -1575,8 +1879,10 @@

eq

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

gt

@@ -1584,8 +1890,10 @@

gt

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

gteq

@@ -1593,8 +1901,10 @@

gteq

URI: http://www.w3.org/ns/odrl/2/gteq
Status: stable
Class: Operator
- +
+

hasPart

@@ -1602,8 +1912,10 @@

hasPart

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

isA

@@ -1611,8 +1923,10 @@

isA

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

isAllOf

@@ -1620,8 +1934,10 @@

isAllOf

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

isAnyOf

@@ -1629,8 +1945,10 @@

isAnyOf

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

isNoneOf

@@ -1638,8 +1956,10 @@

isNoneOf

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

isPartOf

@@ -1647,8 +1967,10 @@

isPartOf

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

lt

@@ -1656,8 +1978,10 @@

lt

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

lteq

@@ -1665,8 +1989,10 @@

lteq

URI: http://www.w3.org/ns/odrl/2/lteq
Status: stable
Class: Operator
- +
+

neq

@@ -1674,16 +2000,18 @@

neq

URI: http://www.w3.org/ns/odrl/2/neq
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
- - +
+
diff --git a/vocab/WD/terms/asset.html b/vocab/WD/terms/asset.html new file mode 100644 index 0000000..7564624 --- /dev/null +++ b/vocab/WD/terms/asset.html @@ -0,0 +1,8 @@ +

The Asset entity is the subject of an ODRL policy expression that permissions and prohibitions are applied to. The Asset entity can be any form of identifiable resource, such as data/information, content/media, applications, or services. Furthermore, it can be used to represent other Asset entities that are needed to undertake the Policy expression, such as with the Duty entity. The Asset entity is referred to by the Permission and/or Prohibition entities, and also by the Duty entity.

+

The Asset entity contains the following attribute:

+ +

The identification of the Asset entity is a key foundation of the ODRL Policy language. However, there are some use cases where the ODRL Policy expression MAY be embedded inside the target Asset. In these cases, it MAY be more appropriate to provide, or infer, a link to the Asset entity (as the complete Asset uid may not be known at the time) through the local context. Use of such inference and context MUST be documented in the relevant ODRL community Profile.

+

Since ODRL policies could deal with any kind of asset, the ODRL Information Model does not provide additional metadata to describe Asset entities of particular media types. It is recommended to use already existing metadata standards, such as Dublin Core Metadata Terms that are appropriate to the Asset type or purpose.

+

The Relation entity is used to associate the Asset entity with the relevant Permission, Prohibition, and Duty entities