[poe] Assigner/Assignee at the policy level

vroddon has just created a new issue for https://github.com/w3c/poe:

== Assigner/Assignee at the policy level ==
As I understand from previous conversations and from the current spec., the odrl:assigner and odrl:assignee cannot be longer used at the policy level, only at the rule level. The current ontology defined their domain as:
```
 rdfs:domain [
  a owl:Class ;
  owl:unionOf ( :Rule :Policy ) ;
 ] ;
```

but it should be:
` rdfs:domain :Rule ;
`
As I am reasonably sure, I have implemented the change.


Please view or discuss this issue at https://github.com/w3c/poe/issues/239 using your GitHub account

Received on Saturday, 2 September 2017 04:44:18 UTC