-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtestcase-013-bob-write-y.ttl
More file actions
28 lines (26 loc) · 1.51 KB
/
testcase-013-bob-write-y.ttl
File metadata and controls
28 lines (26 loc) · 1.51 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
25
26
27
@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:eed06a7c-055e-4789-bdbc-40365b2a26d4> a ex:TestCase;
dct:title "Any request to use results into no (Bob Request Write).";
ex:policy <urn:uuid:b0d32e25-f642-4afa-9098-0e23750f7ad6>;
ex:request <urn:uuid:73904e56-0fa9-43b8-8fd7-a45bb9d98c46>;
ex:sotw <urn:uuid:d63ea76e-0aed-4e4e-9a8c-0b7083ebc6e2>;
ex:expectedReport <urn:uuid:b00eed8a-d5fa-476a-9558-c839e9ebf262>.
<urn:uuid:b00eed8a-d5fa-476a-9558-c839e9ebf262> a report:PolicyReport;
dct:created "2024-02-12T11:20:10.999Z"^^xsd:dateTime;
report:policy <urn:uuid:b0d32e25-f642-4afa-9098-0e23750f7ad6>;
report:policyRequest <urn:uuid:73904e56-0fa9-43b8-8fd7-a45bb9d98c46>;
report:ruleReport <urn:uuid:d0216f8e-2281-48db-a846-ff5d6a485664>.
<urn:uuid:d0216f8e-2281-48db-a846-ff5d6a485664> a report:ProhibitionReport;
report:attemptState report:Attempted;
report:rule <urn:uuid:bdc2727b-d28d-4d8b-a9df-bff9546242fe>;
report:ruleRequest <urn:uuid:68ae9b26-69d2-48cf-83e6-ef77c4a9cda9>;
report:premiseReport <urn:uuid:37c4b16c-6f15-4594-bc57-13a5c65877f7>;
report:activationState report:Active.
<urn:uuid:37c4b16c-6f15-4594-bc57-13a5c65877f7> a report:ActionReport;
report:satisfactionState report:Satisfied.