-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtestcase-004-alice.ttl
More file actions
24 lines (23 loc) · 1.31 KB
/
testcase-004-alice.ttl
File metadata and controls
24 lines (23 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
@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: <https://w3id.org/force/compliance-report#>.
<urn:uuid:00a20e06-50db-4ae4-a53e-18ffeccde8c8> a ex:TestCase;
dct:title "Any request results into no (Alice Request).";
ex:policy <urn:uuid:fe737228-8ead-4771-af2c-d6c9de1bdc05>;
ex:request <urn:uuid:1bafee59-006c-46a3-810c-5d176b4be364>;
ex:sotw <urn:uuid:d63ea76e-0aed-4e4e-9a8c-0b7083ebc6e2>;
ex:expectedReport <urn:uuid:5ed77faf-9549-4564-a26a-41ddd95c46c1>.
<urn:uuid:5ed77faf-9549-4564-a26a-41ddd95c46c1> a report:PolicyReport;
dct:created "2024-02-12T11:20:10.999Z"^^xsd:dateTime;
report:policy <urn:uuid:fe737228-8ead-4771-af2c-d6c9de1bdc05>;
report:policyRequest <urn:uuid:1bafee59-006c-46a3-810c-5d176b4be364>;
report:ruleReport <urn:uuid:39b4bec9-14d5-4350-88dc-839150aa9fb1>.
<urn:uuid:39b4bec9-14d5-4350-88dc-839150aa9fb1> a report:ProhibitionReport;
report:attemptState report:Attempted;
report:rule <urn:uuid:f3bdc260-5194-4a8a-a99e-91f9b3b710ee>;
report:ruleRequest <urn:uuid:186be541-5857-4ce3-9f03-1a274f16bf59>;
report:activationState report:Active.