- From: simon via GitHub <sysbot+gh@w3.org>
- Date: Wed, 25 Oct 2017 06:14:28 +0000
- To: public-poe-archives@w3.org
ODRL Profile Definition | Example ------------ | ------------- Additional Policy Subclasses: Create a subclass the ODRL Policy class. | `ex:myPolicyType rdfs:subClassOf odrl:Policy .` ... | ... Additional Rule class: Create a subclass of the Rule class and define it as disjoint with the other Rule subclasses. | `ex:myRule rdfs:subClassOf odrl:Rule ; owl:disjointWith odrl:Prohibition, odrl:Duty, odrl:Permission . ` that's inconsistent wrt. to the vocab, where we also state that all policy types are mutually disjoint. more on that -> #280 -- GitHub Notification of comment by simonstey Please view or discuss this issue at https://github.com/w3c/poe/issues/271#issuecomment-339225682 using your GitHub account
Received on Wednesday, 25 October 2017 06:14:30 UTC