Source: https://github.com/SolidLabResearch/ODRL-Test-Suite/
Only Alice can use everything.
@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:715d33b9-5222-4a73-a2ad-9899066b4fd7> a odrl:Set;
odrl:uid <urn:uuid:715d33b9-5222-4a73-a2ad-9899066b4fd7>;
dct:description "Only Alice can use everything.";
dct:source <https://github.com/SolidLabResearch/ODRL-Test-Suite/>;
odrl:permission <urn:uuid:cb04c08b-e956-4f74-b89a-f87b6f658a90>.
<urn:uuid:cb04c08b-e956-4f74-b89a-f87b6f658a90> a odrl:Permission;
odrl:assignee ex:alice;
odrl:action odrl:use.
@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:5be7b7d5-bc05-4168-8b31-81ebc32cfaa0> a odrl:Request;
odrl:uid <urn:uuid:5be7b7d5-bc05-4168-8b31-81ebc32cfaa0>;
dct:description "Requesting Party BOB requests to READ resource X.";
odrl:permission <urn:uuid:0c997117-eefc-474e-9049-c4e3b8defbc7>.
<urn:uuid:0c997117-eefc-474e-9049-c4e3b8defbc7> a odrl:Permission;
odrl:assignee ex:bob;
odrl:action odrl:read;
odrl:target ex:x.
@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/>.
temp:currentTime dct:issued "2024-02-12T11:20:10.999Z"^^xsd:dateTime.
@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:273bae0e-5716-4fd5-82b9-7569cb93b755> a report:PolicyReport;
dct:created "2017-02-12T11:20:10.999Z"^^xsd:dateTime;
report:policy <urn:uuid:715d33b9-5222-4a73-a2ad-9899066b4fd7>;
report:policyRequest <urn:uuid:5be7b7d5-bc05-4168-8b31-81ebc32cfaa0>;
report:ruleReport <urn:uuid:a9bc031d-c846-442e-bb72-25951c7939c0>.
<urn:uuid:a9bc031d-c846-442e-bb72-25951c7939c0> a report:PermissionReport;
report:attemptState report:Attempted;
report:rule <urn:uuid:cb04c08b-e956-4f74-b89a-f87b6f658a90>;
report:ruleRequest <urn:uuid:0c997117-eefc-474e-9049-c4e3b8defbc7>;
report:premiseReport <urn:uuid:2e67d261-bac2-4bb6-adae-24aa006f255e>, <urn:uuid:d812ee1d-30e0-49a7-87d4-919e557656c4>;
report:activationState report:Inactive.
<urn:uuid:2e67d261-bac2-4bb6-adae-24aa006f255e> a report:PartyReport;
report:satisfactionState report:Unsatisfied.
<urn:uuid:d812ee1d-30e0-49a7-87d4-919e557656c4> a report:ActionReport;
report:satisfactionState report:Satisfied.