-
Notifications
You must be signed in to change notification settings - Fork 0
/
testcase-043-alice-read-x-past.ttl
36 lines (34 loc) · 2.2 KB
/
testcase-043-alice-read-x-past.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:8a50fa6b-468a-4959-94d3-33458ec30cc9> a ex:TestCase;
dct:title "Read request from Alice to resource X returns into yes (temporal gt - past) (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:192620fa-06d9-447b-adbd-bd1ece4f9b12>;
ex:expectedReport <urn:uuid:c59462a5-37b7-4072-9405-e49ff33c06f4>.
<urn:uuid:8366655d-3de4-481c-8392-6baa4940d50d> a report:ConstraintReport;
report:constraint <urn:uuid:constraint:86526f9b-57c2-4c94-b079-9762fec562f1>;
report:constraintLeftOperand "2017-02-12T11:20:10.999Z"^^xsd:dateTime;
report:satisfactionState report:Unsatisfied.
<urn:uuid:c59462a5-37b7-4072-9405-e49ff33c06f4> a report:PolicyReport;
dct:created "2017-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:489394a1-4330-4dce-9902-aa58e9198555>.
<urn:uuid:489394a1-4330-4dce-9902-aa58e9198555> 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:8301ee01-a511-422d-8d8a-f1e9ba921db4>, <urn:uuid:a068e7f2-5df4-4681-8081-56e62e1e4a9d>, <urn:uuid:8ed30993-ee36-4c32-a67e-2823ec59929a>, <urn:uuid:8366655d-3de4-481c-8392-6baa4940d50d>;
report:activationState report:Inactive.
<urn:uuid:8301ee01-a511-422d-8d8a-f1e9ba921db4> a report:TargetReport;
report:satisfactionState report:Satisfied.
<urn:uuid:a068e7f2-5df4-4681-8081-56e62e1e4a9d> a report:PartyReport;
report:satisfactionState report:Satisfied.
<urn:uuid:8ed30993-ee36-4c32-a67e-2823ec59929a> a report:ActionReport;
report:satisfactionState report:Satisfied.