-
Notifications
You must be signed in to change notification settings - Fork 0
/
testcase-028-alice-read-y.ttl
31 lines (30 loc) · 1.85 KB
/
testcase-028-alice-read-y.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:97e3adc5-16f1-45d2-87b9-e8e50b5a61d8> a ex:TestCase;
dct:title "Read request from Alice to resource X returns into yes (Alice Request Read Y).";
ex:policy <urn:uuid:f42a700b-3314-4cf0-8b8d-1581f203cfa1>;
ex:request <urn:uuid:b384ec45-0f24-4be6-86ba-91a749c698ed>;
ex:sotw <urn:uuid:d63ea76e-0aed-4e4e-9a8c-0b7083ebc6e2>;
ex:expectedReport <urn:uuid:2e5b4bf4-ff6e-4fc3-9aa1-b9452139171b>.
<urn:uuid:2e5b4bf4-ff6e-4fc3-9aa1-b9452139171b> 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:b384ec45-0f24-4be6-86ba-91a749c698ed>;
report:ruleReport <urn:uuid:d31e8708-d175-4358-aa71-97f28c549f58>.
<urn:uuid:d31e8708-d175-4358-aa71-97f28c549f58> a report:PermissionReport;
report:attemptState report:Attempted;
report:rule <urn:uuid:69d57d36-74e5-443c-bae5-30159b0cbd3e>;
report:ruleRequest <urn:uuid:35d4666e-8fbd-4677-8671-2875eee26a1b>;
report:premiseReport <urn:uuid:14c953af-960d-4210-88c5-080e97246854>, <urn:uuid:2469a759-8f5a-40b2-89f4-f41826a8ae3e>, <urn:uuid:e3bf126f-404b-45a0-ba15-226de603aa87>;
report:activationState report:Inactive.
<urn:uuid:14c953af-960d-4210-88c5-080e97246854> a report:TargetReport;
report:satisfactionState report:Unsatisfied.
<urn:uuid:2469a759-8f5a-40b2-89f4-f41826a8ae3e> a report:PartyReport;
report:satisfactionState report:Satisfied.
<urn:uuid:e3bf126f-404b-45a0-ba15-226de603aa87> a report:ActionReport;
report:satisfactionState report:Satisfied.