-
Notifications
You must be signed in to change notification settings - Fork 0
/
testcase-044-alice-read-x-future.ttl
38 lines (36 loc) · 2.31 KB
/
testcase-044-alice-read-x-future.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
36
37
@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:431d8e84-236b-4045-a3f2-cc36bf5a21c2> a ex:TestCase;
dct:title "Read request from Alice to resource X returns into yes (temporal gt - future) (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:14ddb075-8be9-4014-acbb-58dabd93d5ee>;
ex:expectedReport <urn:uuid:510ca28e-3973-4031-a10f-29a379d96b02>.
<urn:uuid:415e90c7-c10d-4688-a37b-bd6ddd964572> a report:ConstraintReport;
report:constraint <urn:uuid:constraint:86526f9b-57c2-4c94-b079-9762fec562f1>;
report:constraintLeftOperand "2025-02-12T11:20:10.999Z"^^xsd:dateTime;
report:constraintOperator odrl:gt;
report:constraintRightOperand "2024-02-12T11:20:10.999Z"^^xsd:dateTime;
report:satisfactionState report:Satisfied.
<urn:uuid:510ca28e-3973-4031-a10f-29a379d96b02> a report:PolicyReport;
dct:created "2025-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:912b8d3a-b13c-42a2-a08e-12b1d6373758>.
<urn:uuid:912b8d3a-b13c-42a2-a08e-12b1d6373758> 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:d4f30bb4-844b-494f-a93e-d9e0641c560b>, <urn:uuid:91657f54-abac-4de7-a747-576d081d081b>, <urn:uuid:dcb3b3fe-e7f9-495a-b3b9-eb2a2779bf43>, <urn:uuid:415e90c7-c10d-4688-a37b-bd6ddd964572>;
report:activationState report:Active.
<urn:uuid:d4f30bb4-844b-494f-a93e-d9e0641c560b> a report:TargetReport;
report:satisfactionState report:Satisfied.
<urn:uuid:91657f54-abac-4de7-a747-576d081d081b> a report:PartyReport;
report:satisfactionState report:Satisfied.
<urn:uuid:dcb3b3fe-e7f9-495a-b3b9-eb2a2779bf43> a report:ActionReport;
report:satisfactionState report:Satisfied.