- From: Víctor Rodríguez-Doncel via GitHub <sysbot+gh@w3.org>
- Date: Mon, 16 Jan 2017 10:06:41 +0000
- To: public-poe-archives@w3.org
The following commits were just pushed by vroddon to
https://github.com/w3c/poe:
* Changes:
- Corrected the name of J. Birmingham
- Created the new :LeftOperand class and the :leftOperand property.
- Changed all the constraints from subproperties of ;rightOperand to
instances of :LeftOperand
- Added new concepts to the list of terms relevant to Constraints
skos:member :leftOperand ;
skos:member :LeftOperand ;
- Changed the definition of the right operand, as it was
indistinguishable from the left one
- Removed the note on the use of rightOperand
- Corrected policyUsage, which was a owl:NamedIndividual
- in :absoluteSize, :elapsedTime, :meteredTime, :payAmount and
:percentage replaced the rdfs:range by a skos:note
- in :count, in :dateTime, removed the rdfs:range
- Added a rdfs:range to rightOperand
rdfs:range [
a owl:Class ;
owl:unionOf ( :RightOperandReference xsd:any ) ;
] ;
Doubts:
1. In case we have two skos:notes for the same resource... Shall we
define the information in a merged text in a single skos:note or have
two skos:notes?
2. Ending point at the end of the strings. Roughly 50% of the strings
have period (.) at the end of a free text. 50% don't. Which is the
recommended style?
3. At specifying the rdfs:range of rightOperand, we are perhaps
abusing of xsd:any
4. With these changes, Fig. 1 should change.
by Victor Rodriguez Doncel(asus)
https://github.com/w3c/poe/commit/e0d0664163e3fb386542b72e3168c1e29a9edb53
* added an owl:NamedIndividual declaration
by Victor Rodriguez Doncel(asus)
https://github.com/w3c/poe/commit/a52afb268a6e85651cd70fc1306b688405b8c4bb
* Changes in response to:
> @vroddon a few comments on the ODRL22.ttl in the issue84 branch -
changes shown as bold:
>
> The issue date should be set to a recent date - to make clear
"this is a newer version as the one of 5 July 2016"
> :rightOperand refers to RightOperandReference - but this thing
does not exist in this file, only a first suggestion?
> :LeftOperand skos:definition: "Left operands for constraint
expressions."@en ; (operator -> operand)
> :operator skos:definition: "The Boolean operator applied to a
constraint and its operands."@en ; (operands in plural, we have two!)
> :status skos:note : needs rewording as there is not a single
operand property anymore
A number of ending dots has been added.
by Víctor Rodríguez Doncel
https://github.com/w3c/poe/commit/d6f1f87a6206a1b72b2e28e21c47ec856bf0ad72
* More ending periods (dots)
by Víctor Rodríguez Doncel
https://github.com/w3c/poe/commit/e06cae10ca9e1d273bb6c97aff5ceaf32421bae8
* index.html has been updated
by Víctor Rodríguez Doncel
https://github.com/w3c/poe/commit/050da8963006b7f068c1ba4b536024c168491020
* Merge branch 'gh-pages' into issue84
# Conflicts:
# vocab/ODRL22.ttl
# vocab/index.html
by Víctor Rodríguez Doncel
https://github.com/w3c/poe/commit/c7b7b828c463c92fad730cd9ce76a8c4616839c3
* .
by Víctor Rodríguez Doncel
https://github.com/w3c/poe/commit/30b0cd8def2670e4e0604b90aaaf1b664d458fbc
Received on Monday, 16 January 2017 10:06:49 UTC