-
Notifications
You must be signed in to change notification settings - Fork 0
/
testcase-042-alice-read-x.ttl
36 lines (34 loc) · 2.19 KB
/
testcase-042-alice-read-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
32
33
34
35
@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:55606dca-592f-49da-95c3-8795e99cafca> a ex:TestCase;
dct:title "Read request from Alice to resource X returns into yes (temporal gt) (Alice Request Read X).";
ex:policy <urn:uuid:9fcff55b-33bd-4c8f-bcd7-9e206e4dbbbe>;
ex:request <urn:uuid:1bafee59-006c-46a3-810c-5d176b4be364>;
ex:sotw <urn:uuid:d63ea76e-0aed-4e4e-9a8c-0b7083ebc6e2>;
ex:expectedReport <urn:uuid:0d1ac1d0-61f3-4fa2-8ba7-26a1d98898df>.
<urn:uuid:3f3bf465-49e3-4bba-addd-fcebeefe39fb> a report:ConstraintReport;
report:constraint <urn:uuid:constraint:86526f9b-57c2-4c94-b079-9762fec562f1>;
report:constraintLeftOperand "2024-02-12T11:20:10.999Z"^^xsd:dateTime;
report:satisfactionState report:Unsatisfied.
<urn:uuid:0d1ac1d0-61f3-4fa2-8ba7-26a1d98898df> a report:PolicyReport;
dct:created "2024-02-12T11:20:10.999Z"^^xsd:dateTime;
report:policy <urn:uuid:9fcff55b-33bd-4c8f-bcd7-9e206e4dbbbe>;
report:policyRequest <urn:uuid:1bafee59-006c-46a3-810c-5d176b4be364>;
report:ruleReport <urn:uuid:92c0ba3b-70d8-4fa2-a232-420c64d27d74>.
<urn:uuid:92c0ba3b-70d8-4fa2-a232-420c64d27d74> a report:PermissionReport;
report:attemptState report:Attempted;
report:rule <urn:uuid:641a79e0-0633-46c5-afe8-616e36701404>;
report:ruleRequest <urn:uuid:186be541-5857-4ce3-9f03-1a274f16bf59>;
report:premiseReport <urn:uuid:4a124d9a-92ec-45af-87c2-3d0175e24b9b>, <urn:uuid:fb827552-7110-42a4-875c-f09faf0eed58>, <urn:uuid:d53b2824-1cc7-48e6-a625-502ea2d0c6e5>, <urn:uuid:3f3bf465-49e3-4bba-addd-fcebeefe39fb>;
report:activationState report:Inactive.
<urn:uuid:4a124d9a-92ec-45af-87c2-3d0175e24b9b> a report:TargetReport;
report:satisfactionState report:Satisfied.
<urn:uuid:fb827552-7110-42a4-875c-f09faf0eed58> a report:PartyReport;
report:satisfactionState report:Satisfied.
<urn:uuid:d53b2824-1cc7-48e6-a625-502ea2d0c6e5> a report:ActionReport;
report:satisfactionState report:Satisfied.