-
Notifications
You must be signed in to change notification settings - Fork 0
/
testcase-024-alice-write-x.ttl
30 lines (28 loc) · 1.68 KB
/
testcase-024-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
@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:623d29bc-f4e2-4f2a-80ec-2cbb2e8c6a2a> a ex:TestCase;
dct:title "Read request from Alice returns into yes (Alice Request Write X).";
ex:policy <urn:uuid:d30381e3-2c24-4197-a5b4-1e9767575141>;
ex:request <urn:uuid:5b323bdb-7b4d-4431-8548-de2d021b673d>;
ex:sotw <urn:uuid:d63ea76e-0aed-4e4e-9a8c-0b7083ebc6e2>;
ex:expectedReport <urn:uuid:c0a9957f-0c38-40d9-8a9c-fad5ca29cb31>.
<urn:uuid:c0a9957f-0c38-40d9-8a9c-fad5ca29cb31> a report:PolicyReport;
dct:created "2017-02-12T11:20:10.999Z"^^xsd:dateTime;
report:policy <urn:uuid:d30381e3-2c24-4197-a5b4-1e9767575141>;
report:policyRequest <urn:uuid:5b323bdb-7b4d-4431-8548-de2d021b673d>;
report:ruleReport <urn:uuid:50f11768-3dd7-4cbb-a129-3c4310fff848>.
<urn:uuid:50f11768-3dd7-4cbb-a129-3c4310fff848> a report:PermissionReport;
report:attemptState report:Attempted;
report:rule <urn:uuid:8d6927a2-6c5b-4df7-9aa8-4cba7387db61>;
report:ruleRequest <urn:uuid:6045248b-571c-4f90-a5bc-c980bbe776e8>;
report:premiseReport <urn:uuid:7382ada1-d7ef-4c3e-8f3d-f7bbb66d36b7>, <urn:uuid:7e994fa3-df3e-49ba-96f6-746e398df3a5>;
report:activationState report:Inactive.
<urn:uuid:7382ada1-d7ef-4c3e-8f3d-f7bbb66d36b7> a report:PartyReport;
report:satisfactionState report:Satisfied.
<urn:uuid:7e994fa3-df3e-49ba-96f6-746e398df3a5> a report:ActionReport;
report:satisfactionState report:Unsatisfied.