-
Notifications
You must be signed in to change notification settings - Fork 0
/
testcase-008-bob.ttl
28 lines (26 loc) · 1.5 KB
/
testcase-008-bob.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
@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:dfe139c2-02c9-40b1-a8ae-e61cc82a768a> a ex:TestCase;
dct:title "Any request to use results into yes (Bob Request).";
ex:policy <urn:uuid:a2ada399-48a3-4860-b44d-fa35516fdac2>;
ex:request <urn:uuid:5be7b7d5-bc05-4168-8b31-81ebc32cfaa0>;
ex:sotw <urn:uuid:d63ea76e-0aed-4e4e-9a8c-0b7083ebc6e2>;
ex:expectedReport <urn:uuid:db6c0265-0997-44a6-87fb-f241e334f1c4>.
<urn:uuid:db6c0265-0997-44a6-87fb-f241e334f1c4> a report:PolicyReport;
dct:created "2017-02-12T11:20:10.999Z"^^xsd:dateTime;
report:policy <urn:uuid:a2ada399-48a3-4860-b44d-fa35516fdac2>;
report:policyRequest <urn:uuid:5be7b7d5-bc05-4168-8b31-81ebc32cfaa0>;
report:ruleReport <urn:uuid:6870285f-579e-4400-bb97-768ed786f58e>.
<urn:uuid:6870285f-579e-4400-bb97-768ed786f58e> a report:PermissionReport;
report:attemptState report:Attempted;
report:rule <urn:uuid:a40b1d34-02ae-4af6-b31f-2296443a726b>;
report:ruleRequest <urn:uuid:0c997117-eefc-474e-9049-c4e3b8defbc7>;
report:premiseReport <urn:uuid:ca08a6ea-2a50-41c6-ac7e-7793c43b01f1>;
report:activationState report:Active.
<urn:uuid:ca08a6ea-2a50-41c6-ac7e-7793c43b01f1> a report:ActionReport;
report:satisfactionState report:Satisfied.