-
Notifications
You must be signed in to change notification settings - Fork 0
/
testcase-010-alice-sell.ttl
28 lines (26 loc) · 1.51 KB
/
testcase-010-alice-sell.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:5e23604d-f6a0-464f-a6b3-eb04fe97b908> a ex:TestCase;
dct:title "Any request to use results into yes (Alice Request Sell).";
ex:policy <urn:uuid:a2ada399-48a3-4860-b44d-fa35516fdac2>;
ex:request <urn:uuid:4089cf37-8cb0-49e9-a5a4-022cc1b2b749>;
ex:sotw <urn:uuid:d63ea76e-0aed-4e4e-9a8c-0b7083ebc6e2>;
ex:expectedReport <urn:uuid:7b715f6e-23f1-402e-8dd6-89df8cff0cf7>.
<urn:uuid:7b715f6e-23f1-402e-8dd6-89df8cff0cf7> 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:4089cf37-8cb0-49e9-a5a4-022cc1b2b749>;
report:ruleReport <urn:uuid:373dfcf5-c27b-4ab7-9a66-a3ba931f1493>.
<urn:uuid:373dfcf5-c27b-4ab7-9a66-a3ba931f1493> a report:PermissionReport;
report:attemptState report:Attempted;
report:rule <urn:uuid:a40b1d34-02ae-4af6-b31f-2296443a726b>;
report:ruleRequest <urn:uuid:918e0608-59cd-4f69-8614-679f23f0bb7e>;
report:premiseReport <urn:uuid:7a230308-3b1d-45e8-898c-cf401a9380e9>;
report:activationState report:Inactive.
<urn:uuid:7a230308-3b1d-45e8-898c-cf401a9380e9> a report:ActionReport;
report:satisfactionState report:Unsatisfied.