repo-http-api.6.5.1-RC3.source-code.root-authorization.ttl Maven / Gradle / Ivy
@prefix rdfs: .
@prefix acl: .
@prefix foaf: .
@prefix fedora: .
@prefix webac: .
a webac:Acl .
a acl:Authorization ;
rdfs:label "Root Authorization" ;
rdfs:comment "By default, all non-Admin agents (foaf:Agent) only have read access (acl:Read) to the repository" ;
acl:agentClass foaf:Agent ;
acl:mode acl:Read ;
acl:accessTo ;
acl:default .
© 2015 - 2025 Weber Informatics LLC | Privacy Policy