-
Notifications
You must be signed in to change notification settings - Fork 0
/
testcase-027-alice-write-x.ttl
32 lines (30 loc) · 1.86 KB
/
testcase-027-alice-write-x.ttl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
@prefix odrl: <http://www.w3.org/ns/odrl/2/>.
@prefix ex: <http://example.org/>.
@prefix temp: <http://example.com/request/>.
@prefix dct: <http://purl.org/dc/terms/>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
@prefix report: <http://example.com/report/temp/>.
<urn:uuid:113d9a92-fee3-42b2-b347-e8bbc8316b6f> a ex:TestCase;
dct:title "Read request from Alice to resource X returns into yes (Alice Request Write X).";
ex:policy <urn:uuid:f42a700b-3314-4cf0-8b8d-1581f203cfa1>;
ex:request <urn:uuid:5b323bdb-7b4d-4431-8548-de2d021b673d>;
ex:sotw <urn:uuid:d63ea76e-0aed-4e4e-9a8c-0b7083ebc6e2>;
ex:expectedReport <urn:uuid:34fd6de1-5f4d-4743-ab5e-856766eb9396>.
<urn:uuid:34fd6de1-5f4d-4743-ab5e-856766eb9396> a report:PolicyReport;
dct:created "2017-02-12T11:20:10.999Z"^^xsd:dateTime;
report:policy <urn:uuid:f42a700b-3314-4cf0-8b8d-1581f203cfa1>;
report:policyRequest <urn:uuid:5b323bdb-7b4d-4431-8548-de2d021b673d>;
report:ruleReport <urn:uuid:6bd3a324-0095-4455-b6e7-7d51924e2643>.
<urn:uuid:6bd3a324-0095-4455-b6e7-7d51924e2643> a report:PermissionReport;
report:attemptState report:Attempted;
report:rule <urn:uuid:69d57d36-74e5-443c-bae5-30159b0cbd3e>;
report:ruleRequest <urn:uuid:6045248b-571c-4f90-a5bc-c980bbe776e8>;
report:premiseReport <urn:uuid:77ec6e77-59aa-4b2a-8e6e-4f6409a9a593>, <urn:uuid:93a0af5d-bd95-4412-9ba7-adb9694ac722>, <urn:uuid:bb6250ee-d291-43d4-8131-2341bc128d21>;
report:activationState report:Inactive.
<urn:uuid:77ec6e77-59aa-4b2a-8e6e-4f6409a9a593> a report:TargetReport;
report:satisfactionState report:Satisfied.
<urn:uuid:93a0af5d-bd95-4412-9ba7-adb9694ac722> a report:PartyReport;
report:satisfactionState report:Satisfied.
<urn:uuid:bb6250ee-d291-43d4-8131-2341bc128d21> a report:ActionReport;
report:satisfactionState report:Unsatisfied.