Skip to content

Does the acl:Authorization need to be materialized in an ACL resource #57

Closed
@acoburn

Description

@acoburn

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions