[poe] Issue: Assigner/Assignee at the policy level marked as Ontology

vroddon has just labeled an issue for https://github.com/w3c/poe as "Ontology":

== 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 (see 843c4732d7ebc08e66e3c4df7edce6fc9794522f)


See https://github.com/w3c/poe/issues/239

Received on Saturday, 2 September 2017 04:46:59 UTC