Via simple RDFS entailment, one can infer the presence of acl:Authorization in a valid ACL document:
acl:mode rdfs:domain acl:Authorization .
acl:agent rdfs:domain acl:Authorization .
acl:accessTo rdfs:domain acl:Authorization .
And from the implementation of ACL-Check it appears that the materialized presence of <...> a acl:Authorization is not necessary. It would be helpful if the WebAC specification clarified whether an implementation really needs to materialize that triple.
Via simple RDFS entailment, one can infer the presence of
acl:Authorizationin a valid ACL document:And from the implementation of ACL-Check it appears that the materialized presence of
<...> a acl:Authorizationis not necessary. It would be helpful if the WebAC specification clarified whether an implementation really needs to materialize that triple.