-
Notifications
You must be signed in to change notification settings - Fork 0
/
testcase-039-alice-read-x.ttl
38 lines (36 loc) · 2.3 KB
/
testcase-039-alice-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
32
33
34
35
36
37
@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:251ab936-e085-44f1-aca6-ecbd704d1128> a ex:TestCase;
dct:title "Read request from Alice to resource X returns into yes (temporal lteq) (Alice Request Read X).";
ex:policy <urn:uuid:55214ab0-2e30-46c4-be13-c63997fa4272>;
ex:request <urn:uuid:1bafee59-006c-46a3-810c-5d176b4be364>;
ex:sotw <urn:uuid:d63ea76e-0aed-4e4e-9a8c-0b7083ebc6e2>;
ex:expectedReport <urn:uuid:00c6070b-ef3e-487f-9fbe-6b817f67f2bc>.
<urn:uuid:cb840f5b-9b71-4b03-b562-1cab4f9f60d5> a report:ConstraintReport;
report:constraint <urn:uuid:constraint:86526f9b-57c2-4c94-b079-9762fec562f1>;
report:constraintLeftOperand "2024-02-12T11:20:10.999Z"^^xsd:dateTime;
report:constraintOperator odrl:lteq;
report:constraintRightOperand "2024-02-12T11:20:10.999Z"^^xsd:dateTime;
report:satisfactionState report:Satisfied.
<urn:uuid:00c6070b-ef3e-487f-9fbe-6b817f67f2bc> a report:PolicyReport;
dct:created "2024-02-12T11:20:10.999Z"^^xsd:dateTime;
report:policy <urn:uuid:55214ab0-2e30-46c4-be13-c63997fa4272>;
report:policyRequest <urn:uuid:1bafee59-006c-46a3-810c-5d176b4be364>;
report:ruleReport <urn:uuid:e5c74d9f-20b5-48ab-baed-bcd74981ccd6>.
<urn:uuid:e5c74d9f-20b5-48ab-baed-bcd74981ccd6> a report:PermissionReport;
report:attemptState report:Attempted;
report:rule <urn:uuid:b3222ad2-60b5-4aef-b928-fdef873717cd>;
report:ruleRequest <urn:uuid:186be541-5857-4ce3-9f03-1a274f16bf59>;
report:premiseReport <urn:uuid:44d02a09-17df-4c9e-b9fa-b7e6af9cd799>, <urn:uuid:36054e1a-ec1c-4b88-9888-6608492598dc>, <urn:uuid:80678596-c5b9-4b30-9cbd-9e76c42e4426>, <urn:uuid:cb840f5b-9b71-4b03-b562-1cab4f9f60d5>;
report:activationState report:Active.
<urn:uuid:44d02a09-17df-4c9e-b9fa-b7e6af9cd799> a report:TargetReport;
report:satisfactionState report:Satisfied.
<urn:uuid:36054e1a-ec1c-4b88-9888-6608492598dc> a report:PartyReport;
report:satisfactionState report:Satisfied.
<urn:uuid:80678596-c5b9-4b30-9cbd-9e76c42e4426> a report:ActionReport;
report:satisfactionState report:Satisfied.