From 6f14a9eb8933e4ecefe750643c241c88e5ca1b96 Mon Sep 17 00:00:00 2001 From: Renato Iannella Date: Fri, 27 Jan 2017 12:08:58 +1000 Subject: [PATCH] Constraint Relation operators are now clearly marked for MUST only use --- vocab/ODRL22.ttl | 10 +++++----- vocab/index.html | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/vocab/ODRL22.ttl b/vocab/ODRL22.ttl index 6fa8b6e..f9f526a 100644 --- a/vocab/ODRL22.ttl +++ b/vocab/ODRL22.ttl @@ -665,7 +665,7 @@ odrl: a rdf:Property , owl:ObjectProperty ; rdfs:isDefinedBy odrl: ; rdfs:label "Has Operator"@en ; - skos:definition "The Boolean operator applied to a constraint and its operands."@en ; + skos:definition "The logical operator applied to a constraint and its operands."@en ; rdfs:domain :Constraint ; rdfs:range :Operator . @@ -796,14 +796,14 @@ odrl: rdfs:isDefinedBy odrl: ; skos:definition "The relation is satisfied when any of the Constaint objects is satisfied."@en ; rdfs:label "Or"@en ; - skos:note "This operator must used for Constraint relations only, and both left and right operands are constraint objects."@en ; + skos:note "This operator MUST only be used for Constraint relations, and both left and right operands are constraint objects."@en ; skos:scopeNote "Non-Normative"@en . :and a :Operator, owl:NamedIndividual ; rdfs:isDefinedBy odrl: ; skos:definition "The relation is satisfied when both of the Constaint objects are satisfied."@en ; - skos:note "This operator must used for Constraint relations only, and both left and right operands are constraint objects."@en ; + skos:note "This operator MUST only be used for Constraint relations, and both left and right operands are constraint objects."@en ; rdfs:label "And"@en . :xor @@ -811,7 +811,7 @@ odrl: rdfs:isDefinedBy odrl: ; skos:definition "The relation is satisfied when only one of the Constaint objects is satisfied"@en ; rdfs:label "Exclusive Or"@en ; - skos:note "This operator must used for Constraint relations only, and both left and right operands are constraint objects."@en ; + skos:note "This operator MUST only be used for Constraint relations, and both left and right operands are constraint objects."@en ; skos:scopeNote "Non-Normative"@en . :isNecessaryFor @@ -819,7 +819,7 @@ odrl: rdfs:isDefinedBy odrl: ; skos:definition "The relation is satisfied when the left operand Constaint object is satisfied, and then the right operand Constraint object is processed and is also satisfied"@en ; rdfs:label "Is Necessary For"@en ; - skos:note "This operator must used for Constraint relations only, and both left and right operands are constraint objects."@en ; + skos:note "This operator MUST only be used for Constraint relations, and both left and right operands are constraint objects."@en ; skos:scopeNote "Non-Normative"@en . ## LeftOperand diff --git a/vocab/index.html b/vocab/index.html index 7755596..6566116 100644 --- a/vocab/index.html +++ b/vocab/index.html @@ -672,7 +672,7 @@

Vocabulary

Instances: and, eq, gt, gteq, hasPart, isA, isAllOf, isAnyOf, isNecessaryFor, isNoneOf, isPartOf, lt, lteq, neq, or, xor

Has Operator

- + @@ -1062,7 +1062,7 @@

Vocabulary

- +
Definition: The Boolean operator applied to a constraint and its operands.
Definition: The logical operator applied to a constraint and its operands.
Label: Has Operator
Identifier: http://www.w3.org/ns/odrl/2/operator
Range: Operator
Definition: The relation is satisfied when any of the Constaint objects is satisfied.
Label: Or
Identifier: http://www.w3.org/ns/odrl/2/or
Note: This operator must used for Constraint relations only, and both left and right operands are constraint objects.
Note: This operator MUST only be used for Constraint relations, and both left and right operands are constraint objects.
Class: Operator
Status: Non-Normative
@@ -1070,14 +1070,14 @@

Vocabulary

Definition: The relation is satisfied when both of the Constaint objects are satisfied. Label: And Identifier: http://www.w3.org/ns/odrl/2/and -Note: This operator must used for Constraint relations only, and both left and right operands are constraint objects. +Note: This operator MUST only be used for Constraint relations, and both left and right operands are constraint objects. Class: Operator

Exclusive Or

- +
Definition: The relation is satisfied when only one of the Constaint objects is satisfied
Label: Exclusive Or
Identifier: http://www.w3.org/ns/odrl/2/xor
Note: This operator must used for Constraint relations only, and both left and right operands are constraint objects.
Note: This operator MUST only be used for Constraint relations, and both left and right operands are constraint objects.
Class: Operator
Status: Non-Normative
@@ -1085,7 +1085,7 @@

Vocabulary

Definition: The relation is satisfied when the left operand Constaint object is satisfied, and then the right operand Constraint object is processed and is also satisfied Label: Is Necessary For Identifier: http://www.w3.org/ns/odrl/2/isNecessaryFor -Note: This operator must used for Constraint relations only, and both left and right operands are constraint objects. +Note: This operator MUST only be used for Constraint relations, and both left and right operands are constraint objects. Class: Operator Status: Non-Normative