All Downloads are FREE. Search and download functionalities are using the official Maven repository.

repo-module-auth-webac.4.7.2.source-code.root-authorization.ttl Maven / Gradle / Ivy

Go to download

An authorization module for the Fedora Commons Repository framework, implementing the RDF-based WebAccessControl authorization mechanism, as proposed by the W3C. This makes it possible to define fine-grained repository access controls on individual resources or classes of resources to specific users and/or groups.

There is a newer version: 4.7.5
Show newest version
@prefix rdfs:  .
@prefix acl:  .
@prefix foaf:  .
@prefix fedora:  .

<> a acl:Authorization ;
   rdfs:label "Root Authorization" ;
   rdfs:comment "By default, all non-Admin agents (foaf:Agent) are denied access (no acl:mode is specified) to all resources." ;
   acl:agent foaf:Agent ;
   acl:accessToClass fedora:Resource .




© 2015 - 2024 Weber Informatics LLC | Privacy Policy