default_ constant
default_
If a resource has no ACL file (it is 404), then access to the resource is given by the ACL of the immediately containing directory, or failing that (404) the ACL of the recursively next containing directory which has an ACL file. Within that ACL file, any Authorization which has that directory as its acl:default applies to the resource. (The highest directory must have an ACL file.)
Can be used on: http://www.w3.org/ns/auth/acl#Authorization
Implementation
static const default_ = IriTerm.prevalidated(
'http://www.w3.org/ns/auth/acl#default',
);