[poe] new commits pushed by vroddon

The following commits were just pushed by vroddon to 
https://github.com/w3c/poe:

* In response to #issue62 and the email on 
https://lists.w3.org/Archives/Public/public-poe-wg/2017Jan/0012.html, 
I have created three instances of Operator: :or, :and, :xor. Also, 
they are referenced in the list of constraint operators.

:or
        a :Operator, owl:NamedIndividual ;
        rdfs:isDefinedBy odrl: ;
        skos:definition "Assuming that left and right operands are 
both Constraints, this Constraint is satisfied when any of them is 
satisfied."@en ;
        rdfs:label "OR"@en .

:and
        a :Operator, owl:NamedIndividual ;
        rdfs:isDefinedBy odrl: ;
        skos:definition "Assuming that left and right operands are 
both Constraints, this Constraint is satisfied when both of them are 
satisfied."@en ;
        rdfs:label "AND"@en .

:xor
        a :Operator, owl:NamedIndividual ;
        rdfs:isDefinedBy odrl: ;
        skos:definition "Assuming that left and right operands are 
both Constraints, this Constraint is satisfied when only one of them 
is satisfied."@en ;
        rdfs:label "XOR"@en .
  by Víctor Rodríguez Doncel
https://github.com/w3c/poe/commit/14f12fabb2150aa25e8f2ea150adc7ea95832084

Received on Tuesday, 24 January 2017 01:04:07 UTC