-
Notifications
You must be signed in to change notification settings - Fork 0
/
testcase-045-alice-read-x.ttl
38 lines (36 loc) · 2.3 KB
/
testcase-045-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
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:0cf68c7f-97ba-4bc5-8f57-53e99dc7e989> a ex:TestCase;
dct:title "Read request from Alice to resource X returns into yes (temporal gteq) (Alice Request Read X).";
ex:policy <urn:uuid:dfd89db7-7a03-4457-80ae-2f4b92c8e1ad>;
ex:request <urn:uuid:1bafee59-006c-46a3-810c-5d176b4be364>;
ex:sotw <urn:uuid:d63ea76e-0aed-4e4e-9a8c-0b7083ebc6e2>;
ex:expectedReport <urn:uuid:72f0d66a-3887-4ddc-986a-02914589ac9d>.
<urn:uuid:511bbfa3-e310-47e5-a797-ee64b433bd3c> a report:ConstraintReport;
report:constraint <urn:uuid:constraint:86526f9b-57c2-4c94-b079-9762fec562f1>;
report:constraintLeftOperand "2024-02-12T11:20:10.999Z"^^xsd:dateTime;
report:constraintOperator odrl:gteq;
report:constraintRightOperand "2024-02-12T11:20:10.999Z"^^xsd:dateTime;
report:satisfactionState report:Satisfied.
<urn:uuid:72f0d66a-3887-4ddc-986a-02914589ac9d> a report:PolicyReport;
dct:created "2024-02-12T11:20:10.999Z"^^xsd:dateTime;
report:policy <urn:uuid:dfd89db7-7a03-4457-80ae-2f4b92c8e1ad>;
report:policyRequest <urn:uuid:1bafee59-006c-46a3-810c-5d176b4be364>;
report:ruleReport <urn:uuid:41ede2c2-859b-4e7a-bbbb-b180f85197e7>.
<urn:uuid:41ede2c2-859b-4e7a-bbbb-b180f85197e7> a report:PermissionReport;
report:attemptState report:Attempted;
report:rule <urn:uuid:8e8bdcbd-3b76-485a-a279-fb3df060aa06>;
report:ruleRequest <urn:uuid:186be541-5857-4ce3-9f03-1a274f16bf59>;
report:premiseReport <urn:uuid:059711e2-e58a-43de-b54d-04115e66d57a>, <urn:uuid:24bbb845-1021-4698-8ba2-126040cac3f0>, <urn:uuid:16554e2c-48fb-4c34-bd81-cf9a2e0d48e0>, <urn:uuid:511bbfa3-e310-47e5-a797-ee64b433bd3c>;
report:activationState report:Active.
<urn:uuid:059711e2-e58a-43de-b54d-04115e66d57a> a report:TargetReport;
report:satisfactionState report:Satisfied.
<urn:uuid:24bbb845-1021-4698-8ba2-126040cac3f0> a report:PartyReport;
report:satisfactionState report:Satisfied.
<urn:uuid:16554e2c-48fb-4c34-bd81-cf9a2e0d48e0> a report:ActionReport;
report:satisfactionState report:Satisfied.