-
Notifications
You must be signed in to change notification settings - Fork 0
/
testcase-006-bob-write-y.ttl
25 lines (23 loc) · 1.31 KB
/
testcase-006-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
@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:f588a33b-9346-4ea5-9d3a-22fd215e50a6> a ex:TestCase;
dct:title "Any request results into no (Bob Request Write).";
ex:policy <urn:uuid:fe737228-8ead-4771-af2c-d6c9de1bdc05>;
ex:request <urn:uuid:73904e56-0fa9-43b8-8fd7-a45bb9d98c46>;
ex:sotw <urn:uuid:d63ea76e-0aed-4e4e-9a8c-0b7083ebc6e2>;
ex:expectedReport <urn:uuid:a8d22539-246e-4818-b9e3-b0bb07f41bd0>.
<urn:uuid:a8d22539-246e-4818-b9e3-b0bb07f41bd0> a report:PolicyReport;
dct:created "2017-02-12T11:20:10.999Z"^^xsd:dateTime;
report:policy <urn:uuid:fe737228-8ead-4771-af2c-d6c9de1bdc05>;
report:policyRequest <urn:uuid:73904e56-0fa9-43b8-8fd7-a45bb9d98c46>;
report:ruleReport <urn:uuid:9552f918-2d2b-4b51-85ea-c4003f689ca0>.
<urn:uuid:9552f918-2d2b-4b51-85ea-c4003f689ca0> a report:ProhibitionReport;
report:attemptState report:Attempted;
report:rule <urn:uuid:f3bdc260-5194-4a8a-a99e-91f9b3b710ee>;
report:ruleRequest <urn:uuid:68ae9b26-69d2-48cf-83e6-ef77c4a9cda9>;
report:activationState report:Active.