-
Notifications
You must be signed in to change notification settings - Fork 0
/
testcase-051-alice.ttl
31 lines (30 loc) · 1.87 KB
/
testcase-051-alice.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
@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:11a9dfb5-a3a9-43a5-9c18-e92df3057e76> a ex:TestCase;
dct:title "Read request from people in party collection to resource X returns into yes (Alice Request Read X).";
ex:policy <urn:uuid:7c0f8805-384b-4306-9736-382dfe89c0cd>;
ex:request <urn:uuid:1bafee59-006c-46a3-810c-5d176b4be364>;
ex:sotw <urn:uuid:2e6995b1-1b7e-4463-9c18-fde444523fef>;
ex:expectedReport <urn:uuid:d2f7c622-8915-44f9-aa28-0ac73f067334>.
<urn:uuid:d2f7c622-8915-44f9-aa28-0ac73f067334> a report:PolicyReport;
dct:created "2024-02-12T11:20:10.999Z"^^xsd:dateTime;
report:policy <urn:uuid:7c0f8805-384b-4306-9736-382dfe89c0cd>;
report:policyRequest <urn:uuid:1bafee59-006c-46a3-810c-5d176b4be364>;
report:ruleReport <urn:uuid:8f8f6417-11df-4405-813b-211198f8d79d>.
<urn:uuid:8f8f6417-11df-4405-813b-211198f8d79d> a report:PermissionReport;
report:attemptState report:Attempted;
report:rule <urn:uuid:b2b7acd4-496c-4f47-ae2d-50e2a5e3be08>;
report:ruleRequest <urn:uuid:186be541-5857-4ce3-9f03-1a274f16bf59>;
report:premiseReport <urn:uuid:be999f22-dce9-4963-9d28-1ea8c899a2a7>, <urn:uuid:5d20380f-bce6-4fc0-992f-d400874ebae7>, <urn:uuid:270429db-1947-4ef8-86f1-c562e8ecc769>;
report:activationState report:Active.
<urn:uuid:be999f22-dce9-4963-9d28-1ea8c899a2a7> a report:TargetReport;
report:satisfactionState report:Satisfied.
<urn:uuid:5d20380f-bce6-4fc0-992f-d400874ebae7> a report:PartyReport;
report:satisfactionState report:Satisfied.
<urn:uuid:270429db-1947-4ef8-86f1-c562e8ecc769> a report:ActionReport;
report:satisfactionState report:Satisfied.