-
Notifications
You must be signed in to change notification settings - Fork 0
/
testcase-057-bob-read-x.ttl
32 lines (30 loc) · 1.89 KB
/
testcase-057-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
30
31
@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:9f6b34db-8bee-4de4-a313-afdae6f8cc3b> a ex:TestCase;
dct:title "Read request from people in party collection to resource in asset collection returns into yes (Bob Request Read X).";
ex:policy <urn:uuid:2dd7d09e-aff1-49bf-bdc5-d50f2a3b5013>;
ex:request <urn:uuid:5be7b7d5-bc05-4168-8b31-81ebc32cfaa0>;
ex:sotw <urn:uuid:116a8435-a356-45f5-a20f-a1e593d4a55d>;
ex:expectedReport <urn:uuid:b3275c42-0f6d-4a0d-a33c-da27d5359ae0>.
<urn:uuid:b3275c42-0f6d-4a0d-a33c-da27d5359ae0> a report:PolicyReport;
dct:created "2024-02-12T11:20:10.999Z"^^xsd:dateTime;
report:policy <urn:uuid:2dd7d09e-aff1-49bf-bdc5-d50f2a3b5013>;
report:policyRequest <urn:uuid:5be7b7d5-bc05-4168-8b31-81ebc32cfaa0>;
report:ruleReport <urn:uuid:bd5db87a-71da-4948-846c-d089d3bc66f7>.
<urn:uuid:bd5db87a-71da-4948-846c-d089d3bc66f7> a report:PermissionReport;
report:attemptState report:Attempted;
report:rule <urn:uuid:f5d8113b-dd1b-44bd-b95d-76198f346609>;
report:ruleRequest <urn:uuid:0c997117-eefc-474e-9049-c4e3b8defbc7>;
report:premiseReport <urn:uuid:4e74ee91-31be-400a-9366-502a445b2408>, <urn:uuid:fcf80e43-dd91-41de-9ced-70f8b87074de>, <urn:uuid:522f781e-5c7a-487e-a266-83cb6f0484ad>;
report:activationState report:Inactive.
<urn:uuid:4e74ee91-31be-400a-9366-502a445b2408> a report:TargetReport;
report:satisfactionState report:Satisfied.
<urn:uuid:fcf80e43-dd91-41de-9ced-70f8b87074de> a report:PartyReport;
report:satisfactionState report:Unsatisfied.
<urn:uuid:522f781e-5c7a-487e-a266-83cb6f0484ad> a report:ActionReport;
report:satisfactionState report:Satisfied.