From af0b1a9a6d6e758bc4795e462c4562185a6fe472 Mon Sep 17 00:00:00 2001 From: Renato Iannella Date: Thu, 26 Oct 2017 12:44:45 +1000 Subject: [PATCH] Fixed examples and swapped /Policy/rule/ for policyUsage #268 --- model/index.html | 4 ++-- vocab/ODRL22.nt | 4 ++-- vocab/ODRL22.rdf | 4 ++-- vocab/ODRL22.ttl | 4 ++-- vocab/index.html | 6 +++--- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/model/index.html b/model/index.html index 7650237..4cc23a9 100644 --- a/model/index.html +++ b/model/index.html @@ -767,7 +767,7 @@

Constraint property with a Rule

-

Example Use Case: In the Policy Offer example below, the permission allows the target asset to be distributed, and includes a constraint of a dateTime condition that the permission must be exercised before 2018-01-01.

+

Example Use Case: In the Policy Offer example below, the permission allows the target asset to be distributed, and includes a constraint of a dateTime condition that the permission can only be exercised until 2018-01-01.

@@ -1530,7 +1530,7 @@ 

Policy Metadata

"dc:issued": "2017-01-01T12:00", "dc:coverage": { "@id": "https://www.iso.org/obp/ui/#iso:code:3166:AU-QLD" }, "dc:replaces": { "@id": "http://example.com/policy:8887" }, - "permission": [{...}] + "permission": [ { } ] }
diff --git a/vocab/ODRL22.nt b/vocab/ODRL22.nt index 033815f..33ddecf 100644 --- a/vocab/ODRL22.nt +++ b/vocab/ODRL22.nt @@ -1258,8 +1258,8 @@ _:genid54 _:genid53 . . . "Policy Usage Time"@en . - "Indicates the time when the policy is exercised."@en . - "This can be used to express constraints related to the time the policy is exercised. For example, event lt policyUsage expresses a constraint on the Action to occur before the policy is exercised. Other operators may be used to indicate during (eg) or after (gt, gte) policy usage."@en . + "Indicates the time when the policy rule is exercised."@en . + "This can be used to express constraints related to the time the rule is exercised. For example, event lt policyUsage expresses a constraint on the Action to occur before the rule is exercised. Other operators may be used to indicate during (eg) or after (gt, gte) rule usage."@en . "Non-Normative"@en . . . diff --git a/vocab/ODRL22.rdf b/vocab/ODRL22.rdf index 4ac9b06..3ae4fa3 100644 --- a/vocab/ODRL22.rdf +++ b/vocab/ODRL22.rdf @@ -1940,8 +1940,8 @@ Policy Usage Time - Indicates the time when the policy is exercised. - This can be used to express constraints related to the time the policy is exercised. For example, <code>event lt policyUsage</code> expresses a constraint on the Action to occur before the policy is exercised. Other operators may be used to indicate during (eg) or after (gt, gte) policy usage. + Indicates the time when the policy rule is exercised. + This can be used to express constraints related to the time the rule is exercised. For example, <code>event lt policyUsage</code> expresses a constraint on the Action to occur before the rule is exercised. Other operators may be used to indicate during (eg) or after (gt, gte) rule usage. Non-Normative diff --git a/vocab/ODRL22.ttl b/vocab/ODRL22.ttl index edfa951..1dad828 100644 --- a/vocab/ODRL22.ttl +++ b/vocab/ODRL22.ttl @@ -1302,8 +1302,8 @@ odrl: a :RightOperand, owl:NamedIndividual, skos:Concept ; rdfs:isDefinedBy odrl: ; rdfs:label "Policy Usage Time"@en ; - skos:definition "Indicates the time when the policy is exercised."@en ; - skos:note "This can be used to express constraints related to the time the policy is exercised. For example, event lt policyUsage expresses a constraint on the Action to occur before the policy is exercised. Other operators may be used to indicate during (eg) or after (gt, gte) policy usage."@en ; + skos:definition "Indicates the time when the policy rule is exercised."@en ; + skos:note "This can be used to express constraints related to the time the rule is exercised. For example, event lt policyUsage expresses a constraint on the Action to occur before the rule is exercised. Other operators may be used to indicate during (eg) or after (gt, gte) rule usage."@en ; skos:scopeNote "Non-Normative"@en . ## Actions diff --git a/vocab/index.html b/vocab/index.html index ef7cabc..8933ed1 100644 --- a/vocab/index.html +++ b/vocab/index.html @@ -1417,10 +1417,10 @@

ODRL Common Vocabulary

Class: LeftOperand

Constraint Right Operands

Policy Usage Time

- + - +
Definition: Indicates the time when the policy is exercised.
Definition: Indicates the time when the policy rule is exercised.
Label: Policy Usage Time
Identifier: http://www.w3.org/ns/odrl/2/policyUsage
Note: This can be used to express constraints related to the time the policy is exercised. For example, event lt policyUsage expresses a constraint on the Action to occur before the policy is exercised. Other operators may be used to indicate during (eg) or after (gt, gte) policy usage.
Note: This can be used to express constraints related to the time the rule is exercised. For example, event lt policyUsage expresses a constraint on the Action to occur before the rule is exercised. Other operators may be used to indicate during (eg) or after (gt, gte) rule usage.
Class: RightOperand
@@ -1928,7 +1928,7 @@

Changes from Previous Versions

Changes from the Candidate Recommendation 26 September 2017:

  • Updated note of consequence property (Issue#267) (Issue#275)
  • -
  • Updated domain of uid property with Constraint/Logical Constraint classes (Issue#278)
  • +
  • Updated domain of uid property with Constraint/Logical Constraint classes (Issue#278)