-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtestcase-047-alice-read-x-future.ttl
More file actions
38 lines (36 loc) · 2.32 KB
/
testcase-047-alice-read-x-future.ttl
File metadata and controls
38 lines (36 loc) · 2.32 KB
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: <https://w3id.org/force/compliance-report#>.
<urn:uuid:43a06637-af8a-4db3-a29d-1ac8916d3291> a ex:TestCase;
dct:title "Read request from Alice to resource X returns into yes (temporal gteq - future) (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:14ddb075-8be9-4014-acbb-58dabd93d5ee>;
ex:expectedReport <urn:uuid:a216b953-0c02-4fe0-9282-120b99d44312>.
<urn:uuid:24cf4d9f-c5dd-4587-a661-90f4878fc7bc> 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:gteq;
report:constraintRightOperand "2024-02-12T11:20:10.999Z"^^xsd:dateTime;
report:satisfactionState report:Satisfied.
<urn:uuid:a216b953-0c02-4fe0-9282-120b99d44312> a report:PolicyReport;
dct:created "2025-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:c87192bd-09aa-455b-8b86-a5e633a83868>.
<urn:uuid:c87192bd-09aa-455b-8b86-a5e633a83868> 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:118be187-5a8a-4fa4-b82d-99038f2a34b3>, <urn:uuid:ada63569-4853-4800-954f-f9fad33e8b74>, <urn:uuid:9c5659da-9686-4738-bb4e-e2ee38fd2d87>, <urn:uuid:24cf4d9f-c5dd-4587-a661-90f4878fc7bc>;
report:activationState report:Active.
<urn:uuid:118be187-5a8a-4fa4-b82d-99038f2a34b3> a report:TargetReport;
report:satisfactionState report:Satisfied.
<urn:uuid:ada63569-4853-4800-954f-f9fad33e8b74> a report:PartyReport;
report:satisfactionState report:Satisfied.
<urn:uuid:9c5659da-9686-4738-bb4e-e2ee38fd2d87> a report:ActionReport;
report:satisfactionState report:Satisfied.