-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtestcase-061-violated.ttl
More file actions
33 lines (31 loc) · 1.98 KB
/
testcase-061-violated.ttl
File metadata and controls
33 lines (31 loc) · 1.98 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
@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:5b372c04-ceb8-48bd-b4b8-cb6380683374> 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 violated).";
ex:policy <urn:uuid:5aa7f98c-65e0-4ff2-9846-40203203a58a>;
ex:request <urn:uuid:1bafee59-006c-46a3-810c-5d176b4be364>;
ex:sotw <urn:uuid:9187bb05-519d-497c-8f4d-83492678b3e4>;
ex:expectedReport <urn:uuid:e001b361-9f6e-4e05-84bd-510d2870c83d>.
<urn:uuid:e001b361-9f6e-4e05-84bd-510d2870c83d> 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:ac38b6ef-fd36-4b6c-ac14-d27e8475f499>.
<urn:uuid:ac38b6ef-fd36-4b6c-ac14-d27e8475f499> 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:9cb53011-6794-4e44-bb4c-b0e585be276b>, <urn:uuid:fdea884d-bd8c-499b-89dc-9c7784a7a6f0>, <urn:uuid:8eaf15bf-b0d1-4cee-bf0f-ffac9bb3fb14>;
report:conditionReport <urn:uuid:6122101e-a4d6-4e1a-9e35-a3ed124a09b8> ;
report:activationState report:Inactive.
<urn:uuid:9cb53011-6794-4e44-bb4c-b0e585be276b> a report:TargetReport;
report:satisfactionState report:Satisfied.
<urn:uuid:fdea884d-bd8c-499b-89dc-9c7784a7a6f0> a report:PartyReport;
report:satisfactionState report:Satisfied.
<urn:uuid:8eaf15bf-b0d1-4cee-bf0f-ffac9bb3fb14> a report:ActionReport;
report:satisfactionState report:Satisfied.