- From: simon via GitHub <sysbot+gh@w3.org>
- Date: Fri, 28 Apr 2017 05:34:33 +0000
- To: public-poe-archives@w3.org
for some reason my comments didn't get through ;( > Yes, they are subclasses of Rule. Thus, they *all* (incl. Duty) inherit *all* features from Rule. As such, a policy like: ```turtle :policy1 a odrl:Policy; odrl:permission :per1 ; odrl:prohibition :pro1 ; odrl:prohibition :duty1 . odrl:permission :duty1 . :per1 a odrl:Permission . :pro1 a odrl:Prohibition . :duty1 a odrl:Duty . ``` is a valid policy according to the latest IM diagram. So either: 1. We remove the relationship between Policy and Rule, and add ones between Policy and Perm/Prohib. 2. Allow Policies to directly reference Duties via `odrl:duty` (my preference) -- GitHub Notification of comment by simonstey Please view or discuss this issue at https://github.com/w3c/poe/issues/128#issuecomment-297911205 using your GitHub account
Received on Friday, 28 April 2017 05:34:39 UTC