Skip to content

Instantly share code, notes, and snippets.

@melvincarvalho
Created October 28, 2012 12:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save melvincarvalho/3968443 to your computer and use it in GitHub Desktop.
Save melvincarvalho/3968443 to your computer and use it in GitHub Desktop.
rww 0.1
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
<#1>
<http://www.w3.org/ns/auth/acl#accessTo> <https://test-rww.data.fm> ;
<http://www.w3.org/ns/auth/acl#agent> <http://melvincarvalho.com/#me> ;
<http://www.w3.org/ns/auth/acl#mode> <http://www.w3.org/ns/auth/acl#Read>, <http://www.w3.org/ns/auth/acl#Write> .
<#2>
<http://www.w3.org/ns/auth/acl#accessTo> <> ;
<http://www.w3.org/ns/auth/acl#agent> <http://melvincarvalho.com/#me> ;
<http://www.w3.org/ns/auth/acl#mode> <http://www.w3.org/ns/auth/acl#Read>, <http://www.w3.org/ns/auth/acl#Write> .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment