-
Notifications
You must be signed in to change notification settings - Fork 0
/
testcase-025-bob-read-x.ttl
30 lines (28 loc) · 1.68 KB
/
testcase-025-bob-read-x.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:c6cc07c2-7c97-44d2-a85d-578710efefca> a ex:TestCase;
dct:title "Read request from Alice returns into yes (Bob Request Read X).";
ex:policy <urn:uuid:d30381e3-2c24-4197-a5b4-1e9767575141>;
ex:request <urn:uuid:df1566c9-a18b-444f-a1fa-98b976d411eb>;
ex:sotw <urn:uuid:d63ea76e-0aed-4e4e-9a8c-0b7083ebc6e2>;
ex:expectedReport <urn:uuid:9ebc4d47-e23e-49c9-83c5-1fcf3f85bcfa>.
<urn:uuid:9ebc4d47-e23e-49c9-83c5-1fcf3f85bcfa> 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:df1566c9-a18b-444f-a1fa-98b976d411eb>;
report:ruleReport <urn:uuid:20e253d9-d3fc-45b5-b98f-5eb0873380f7>.
<urn:uuid:20e253d9-d3fc-45b5-b98f-5eb0873380f7> a report:PermissionReport;
report:attemptState report:Attempted;
report:rule <urn:uuid:8d6927a2-6c5b-4df7-9aa8-4cba7387db61>;
report:ruleRequest <urn:uuid:abaf6782-4094-4010-a8b4-8cd70f008039>;
report:premiseReport <urn:uuid:c96ab5ef-1126-4a10-a63c-8bd5a1f59734>, <urn:uuid:36391041-92c9-4bee-830d-0766d7102d75>;
report:activationState report:Inactive.
<urn:uuid:c96ab5ef-1126-4a10-a63c-8bd5a1f59734> a report:PartyReport;
report:satisfactionState report:Unsatisfied.
<urn:uuid:36391041-92c9-4bee-830d-0766d7102d75> a report:ActionReport;
report:satisfactionState report:Satisfied.