Skip to content

Instantly share code, notes, and snippets.

@michielbdejong
Last active September 3, 2020 08:51
Show Gist options
  • Save michielbdejong/5fc8b09c53919badcc5f87e1e9dafc62 to your computer and use it in GitHub Desktop.
Save michielbdejong/5fc8b09c53919badcc5f87e1e9dafc62 to your computer and use it in GitHub Desktop.
@prefix : <#>.
@prefix n0: <http://www.w3.org/ns/auth/acl#>.
@prefix c: <https://michielbdejong.inrupt.net/profile/card#>.
@prefix c0: <https://michielbdejong.solid.community/profile/card#>.
@prefix c1: </profile/card#>.
@prefix c2: <https://sstratsianis.solid.community/profile/card#>.
@prefix c3: <https://timbl.inrupt.net/profile/card#>.
@prefix c4: <https://timbl.solid.community/profile/card#>.
@prefix c5: <https://www.w3.org/People/Berners-Lee/card#>.
@prefix c6: <https://angelo.veltens.org/profile/card#me>.
@prefix n1: <http://xmlns.com/foaf/0.1/>.
@prefix Sol: </Contacts/Group/SolidOS_Team.ttl#>.
:ControlReadWrite
a n0:Authorization;
n0:accessTo <index.ttl>;
# working around NSS bug 1443:
# n0:agent c:me, c0:me, c1:me, c2:me, c3:me, c4:me, c5:i, c6:me;
n0:agent c0:me, c1:me, c2:me, c4:me, c6:me;
n0:mode n0:Control, n0:Read, n0:Write.
:Read
a n0:Authorization;
n0:accessTo <index.ttl>;
n0:agentClass n1:Agent;
n0:mode n0:Read.
:ReadWrite
a n0:Authorization;
n0:accessTo <index.ttl>;
n0:agentGroup Sol:this;
n0:agent c:me, c0:me, c1:me, c2:me, c3:me, c4:me, c5:i; # was in CWR
n0:mode n0:Read, n0:Write.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment