# ACL for the default favicon.ico resource # Server operators will be able to override it as they wish # Public-readable @prefix acl: . @prefix foaf: . <#public> a acl:Authorization; acl:agentClass foaf:Agent; # everyone acl:accessTo ; acl:mode acl:Read.