-
Notifications
You must be signed in to change notification settings - Fork 0
/
testcase-060-fulfilled.ttl
33 lines (31 loc) · 1.97 KB
/
testcase-060-fulfilled.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
@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:211654bf-86e1-42f6-8f20-cd08e3c3992e> a ex:TestCase;
dct:title "Read request from Alice to resource X returns into yes, if duty is not violated (Alice Request Read X- duty fulfilled).";
ex:policy <urn:uuid:5aa7f98c-65e0-4ff2-9846-40203203a58a>;
ex:request <urn:uuid:1bafee59-006c-46a3-810c-5d176b4be364>;
ex:sotw <urn:uuid:45625fcf-3563-4559-a901-a2b1b14bf94a>;
ex:expectedReport <urn:uuid:ed1df440-58e9-426f-9dbc-45f8995b776a>.
<urn:uuid:ed1df440-58e9-426f-9dbc-45f8995b776a> a report:PolicyReport;
dct:created "2024-02-12T11:20:10.999Z"^^xsd:dateTime;
report:policy <urn:uuid:5aa7f98c-65e0-4ff2-9846-40203203a58a>;
report:policyRequest <urn:uuid:1bafee59-006c-46a3-810c-5d176b4be364>;
report:ruleReport <urn:uuid:5671a567-1728-4797-a094-c5b93dc9bd85>.
<urn:uuid:5671a567-1728-4797-a094-c5b93dc9bd85> a report:PermissionReport;
report:attemptState report:Attempted;
report:rule <urn:uuid:f21be2f2-5efd-46ca-ac4c-0b37d9b9a526>;
report:ruleRequest <urn:uuid:186be541-5857-4ce3-9f03-1a274f16bf59>;
report:premiseReport <urn:uuid:5bc35e40-dcc2-4184-9857-ade73efc5384>, <urn:uuid:dde3a895-2b5b-48f8-9918-93f68b0754ab>, <urn:uuid:cb33abd4-527b-4784-bafd-c8d032d227db>;
report:conditionReport <urn:uuid:e3ac1162-7b26-4a3b-856a-56a651f7a91b> ;
report:activationState report:Active.
<urn:uuid:5bc35e40-dcc2-4184-9857-ade73efc5384> a report:TargetReport;
report:satisfactionState report:Satisfied.
<urn:uuid:dde3a895-2b5b-48f8-9918-93f68b0754ab> a report:PartyReport;
report:satisfactionState report:Satisfied.
<urn:uuid:cb33abd4-527b-4784-bafd-c8d032d227db> a report:ActionReport;
report:satisfactionState report:Satisfied.