- From: Víctor Rodríguez-Doncel via GitHub <sysbot+gh@w3.org>
- Date: Fri, 20 Jan 2017 21:59:31 +0000
- To: public-poe-archives@w3.org
The following commits were just pushed by vroddon to
https://github.com/w3c/poe:
* The following properties have been renamed:
permission --> hasPermission
prohibition --> hasProhibition
action --> hasAction
constraint --> hasConstraint
duty --> hasDuty
operator --> hasOperator
leftOperand --> hasLeftOperand
rightOperand --> hasRightOperand
Together with their reference in the collection of constraint
references and in one additional skos:note.
Also, the rightOperandReference property has been removed, as in the
range of rightOperand we already find:
rdfs:range [
a owl:Class ;
owl:unionOf ( :RightOperandReference xsd:any ) ;
] ;
As this change has some uncertainty, I have left it commented for the
moment.
by Víctor Rodríguez Doncel
https://github.com/w3c/poe/commit/05fd15ee2d83432a2447c00ffe8237eac0e92038
Received on Friday, 20 January 2017 22:00:07 UTC