-
Notifications
You must be signed in to change notification settings - Fork 0
/
testcase-026-alice-read-x.ttl
32 lines (30 loc) · 1.85 KB
/
testcase-026-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
@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:3ce32312-1c36-4839-b12d-e3d6884d89f0> a ex:TestCase;
dct:title "Read request from Alice to resource X returns into yes (Alice Request Read X).";
ex:policy <urn:uuid:f42a700b-3314-4cf0-8b8d-1581f203cfa1>;
ex:request <urn:uuid:1bafee59-006c-46a3-810c-5d176b4be364>;
ex:sotw <urn:uuid:d63ea76e-0aed-4e4e-9a8c-0b7083ebc6e2>;
ex:expectedReport <urn:uuid:13727869-5f02-4a2b-bc34-d081833b8642>.
<urn:uuid:13727869-5f02-4a2b-bc34-d081833b8642> a report:PolicyReport;
dct:created "2017-02-12T11:20:10.999Z"^^xsd:dateTime;
report:policy <urn:uuid:f42a700b-3314-4cf0-8b8d-1581f203cfa1>;
report:policyRequest <urn:uuid:1bafee59-006c-46a3-810c-5d176b4be364>;
report:ruleReport <urn:uuid:d9f2106d-93fd-4084-a67e-8cf4bb530c81>.
<urn:uuid:d9f2106d-93fd-4084-a67e-8cf4bb530c81> a report:PermissionReport;
report:attemptState report:Attempted;
report:rule <urn:uuid:69d57d36-74e5-443c-bae5-30159b0cbd3e>;
report:ruleRequest <urn:uuid:186be541-5857-4ce3-9f03-1a274f16bf59>;
report:premiseReport <urn:uuid:8be1de65-b824-40e5-8688-a967e6125867>, <urn:uuid:9b664503-2217-41dc-9339-318c3fd8c5d4>, <urn:uuid:dda08273-b3ee-4431-9b84-db236222a9ac>;
report:activationState report:Active.
<urn:uuid:8be1de65-b824-40e5-8688-a967e6125867> a report:TargetReport;
report:satisfactionState report:Satisfied.
<urn:uuid:9b664503-2217-41dc-9339-318c3fd8c5d4> a report:PartyReport;
report:satisfactionState report:Satisfied.
<urn:uuid:dda08273-b3ee-4431-9b84-db236222a9ac> a report:ActionReport;
report:satisfactionState report:Satisfied.