-
Notifications
You must be signed in to change notification settings - Fork 0
/
testcase-029-bob-write-y.ttl
31 lines (30 loc) · 1.86 KB
/
testcase-029-bob-write-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:2e5cac06-0f27-4265-884c-9a60d5a64a61> a ex:TestCase;
dct:title "Read request from Alice to resource X returns into yes (Bob Request Write Y).";
ex:policy <urn:uuid:f42a700b-3314-4cf0-8b8d-1581f203cfa1>;
ex:request <urn:uuid:73904e56-0fa9-43b8-8fd7-a45bb9d98c46>;
ex:sotw <urn:uuid:d63ea76e-0aed-4e4e-9a8c-0b7083ebc6e2>;
ex:expectedReport <urn:uuid:c3dcf705-8b6e-4fc8-b336-19a67097e130>.
<urn:uuid:c3dcf705-8b6e-4fc8-b336-19a67097e130> 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:73904e56-0fa9-43b8-8fd7-a45bb9d98c46>;
report:ruleReport <urn:uuid:4296e1b2-9737-413c-8780-ab0434569fb9>.
<urn:uuid:4296e1b2-9737-413c-8780-ab0434569fb9> a report:PermissionReport;
report:attemptState report:Attempted;
report:rule <urn:uuid:69d57d36-74e5-443c-bae5-30159b0cbd3e>;
report:ruleRequest <urn:uuid:68ae9b26-69d2-48cf-83e6-ef77c4a9cda9>;
report:premiseReport <urn:uuid:0187fbd6-f8a9-4e31-be96-26278bf35165>, <urn:uuid:7130c1c2-bd09-4e2c-94d1-bf5ff149a711>, <urn:uuid:3e6aefbe-6379-4dce-b24e-c6910481858b>;
report:activationState report:Inactive.
<urn:uuid:0187fbd6-f8a9-4e31-be96-26278bf35165> a report:TargetReport;
report:satisfactionState report:Unsatisfied.
<urn:uuid:7130c1c2-bd09-4e2c-94d1-bf5ff149a711> a report:PartyReport;
report:satisfactionState report:Unsatisfied.
<urn:uuid:3e6aefbe-6379-4dce-b24e-c6910481858b> a report:ActionReport;
report:satisfactionState report:Unsatisfied.