-
Notifications
You must be signed in to change notification settings - Fork 0
/
testcase-021-alice.ttl
30 lines (28 loc) · 1.67 KB
/
testcase-021-alice.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
@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:84cdbf46-afc2-42f2-9ed5-b9e87063292c> a ex:TestCase;
dct:title "Read request from Alice returns into yes (Alice Request).";
ex:policy <urn:uuid:d30381e3-2c24-4197-a5b4-1e9767575141>;
ex:request <urn:uuid:1bafee59-006c-46a3-810c-5d176b4be364>;
ex:sotw <urn:uuid:d63ea76e-0aed-4e4e-9a8c-0b7083ebc6e2>;
ex:expectedReport <urn:uuid:98c7e0b4-c589-4916-a4c3-5162423d4942>.
<urn:uuid:98c7e0b4-c589-4916-a4c3-5162423d4942> a report:PolicyReport;
dct:created "2017-02-12T11:20:10.999Z"^^xsd:dateTime;
report:policy <urn:uuid:d30381e3-2c24-4197-a5b4-1e9767575141>;
report:policyRequest <urn:uuid:1bafee59-006c-46a3-810c-5d176b4be364>;
report:ruleReport <urn:uuid:80906b36-deb4-4b02-bff6-d27b09bff240>.
<urn:uuid:80906b36-deb4-4b02-bff6-d27b09bff240> a report:PermissionReport;
report:attemptState report:Attempted;
report:rule <urn:uuid:8d6927a2-6c5b-4df7-9aa8-4cba7387db61>;
report:ruleRequest <urn:uuid:186be541-5857-4ce3-9f03-1a274f16bf59>;
report:premiseReport <urn:uuid:6e7b3c94-ed81-4d79-ae51-912df497c2f8>, <urn:uuid:f626e3cd-53d4-4408-938c-3a4ce69dc394>;
report:activationState report:Active.
<urn:uuid:6e7b3c94-ed81-4d79-ae51-912df497c2f8> a report:PartyReport;
report:satisfactionState report:Satisfied.
<urn:uuid:f626e3cd-53d4-4408-938c-3a4ce69dc394> a report:ActionReport;
report:satisfactionState report:Satisfied.