File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -136,14 +136,14 @@ An example association providing user-signed usage access to a medical instance
136136skolem:policySignatureGraph {
137137 _:s a sign:Signature;
138138 sign:value "...";
139- sign:target _:targetGraph ;
139+ sign:target skolem:dataGraph ;
140140 sign:issuer <http://people.org/Ruben> .
141141}
142142
143143skolem:policyGraph {
144144 _:p a pol:Policy;
145145 pol:permission [
146- pol:target _:targetGraph ;
146+ pol:target skolem:dataGraph ;
147147 pol:action pol:Read;
148148 pol:assigner <http://people.org/Ruben> ;
149149 pol:assignee med:MedicalService.
@@ -153,7 +153,7 @@ skolem:policyGraph {
153153skolem:dataSignatureGraph {
154154 _:s a sign:Signature;
155155 sign:value "...";
156- sign:target _:targetGraph ;
156+ sign:target skolem:dataGraph ;
157157 sign:issuer reg:CitizenDatabase.
158158}
159159
You can’t perform that action at this time.
0 commit comments