You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
363 B
13 lines
363 B
@prefix : <#>.
|
|
@prefix acl: <http://www.w3.org/ns/auth/acl#>.
|
|
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
|
|
@prefix eve: <./>.
|
|
@prefix c: <./profile/card#>.
|
|
|
|
:ControlReadWrite
|
|
a acl:Authorization;
|
|
acl:accessTo eve:;
|
|
acl:agent c:me, <mailto:info@o.team>;
|
|
acl:agentClass foaf:Agent;
|
|
acl:default eve:;
|
|
acl:mode acl:Control, acl:Read, acl:Write. |