Input stringlengths 62 265 | policy_type stringclasses 3 values | assigner stringlengths 4 16 | assignee stringlengths 3 12 | targets stringlengths 4 26 | Permission.actions listlengths 0 3 | Permission.Constraints.Triplets listlengths 0 3 | Permission.duties listlengths 0 2 | Prohibition.actions listlengths 0 2 | Prohibition.Constraints.Triplets listlengths 0 2 | Prohibition.duties listlengths 0 0 | start_date stringclasses 5 values | end_date stringclasses 6 values | duration stringclasses 4 values |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Users can read and print the document but cannot modify or distribute it. | odrl:Set | Document owner | Users | the document | [
"odrl:read",
"odrl:print"
] | [] | [] | [
"odrl:modify",
"odrl:distribute"
] | [] | [] | |||
Acme Corp offers researchers permission to download the ClimateData2024 dataset for research purposes within Germany until 2026-12-31. Researchers must attribute Acme Corp. | odrl:Offer | Acme Corp | Researchers | ClimateData2024 dataset | [
"odrl:reproduce"
] | [
{
"leftOperand": "odrl:purpose",
"operator": "odrl:eq",
"rightOperand": "research"
},
{
"leftOperand": "odrl:spatial",
"operator": "odrl:eq",
"rightOperand": "urn:iso:std:iso:3166:-1:code:DE"
},
{
"leftOperand": "odrl:dateTime",
"operator": "odrl:lteq",
"rightOperand": "2... | [
"odrl:attribute"
] | [] | [
{
"leftOperand": "odrl:dateTime",
"operator": "odrl:lteq",
"rightOperand": "2026-12-31^^xsd:date"
}
] | [] | 2026-12-31 | ||
This agreement between Beta LLC and ClientCo allows ClientCo to use and execute the AnalyticsTool software for 30 days starting from 2026-02-15. ClientCo must pay a license fee and inform Beta LLC of any security incident. ClientCo must not distribute the software. | odrl:Agreement | Beta LLC | ClientCo | AnalyticsTool software | [
"odrl:use",
"odrl:execute"
] | [
{
"leftOperand": "odrl:dateTime",
"operator": "odrl:gteq",
"rightOperand": "2026-02-15^^xsd:date"
},
{
"leftOperand": "odrl:dateTime",
"operator": "odrl:lteq",
"rightOperand": "2026-03-17^^xsd:date"
}
] | [
"odrl:compensate",
"odrl:inform"
] | [
"odrl:distribute"
] | [
{
"leftOperand": "odrl:dateTime",
"operator": "odrl:gteq",
"rightOperand": "2026-02-15^^xsd:date"
},
{
"leftOperand": "odrl:dateTime",
"operator": "odrl:lteq",
"rightOperand": "2026-03-17^^xsd:date"
}
] | [] | 2026-02-15 | 2026-03-17 | P30D |
The publisher permits you to print up to 3 copies of the safety manual, but you must not scan or copy it. | odrl:Set | Publisher | You | safety manual | [
"odrl:print"
] | [
{
"leftOperand": "odrl:count",
"operator": "odrl:lteq",
"rightOperand": "3^^xsd:integer"
}
] | [] | [
"odrl:reproduce"
] | [] | [] | |||
The University allows students to read the lecture slides only in English. | odrl:Set | University | Students | lecture slides | [
"odrl:read"
] | [
{
"leftOperand": "odrl:language",
"operator": "odrl:eq",
"rightOperand": "en"
}
] | [] | [] | [] | [] | |||
HR grants employees permission to access the HR dataset. Only employees may access it. | odrl:Set | HR department | Employees | HR dataset | [
"odrl:read"
] | [
{
"leftOperand": "odrl:recipient",
"operator": "odrl:eq",
"rightOperand": "urn:example:role:employee"
}
] | [] | [] | [] | [] | |||
TrainingCo authorizes vendors to present the training video within the EU, but vendors are forbidden to present it outside the EU. | odrl:Set | TrainingCo | Vendors | training video | [
"odrl:present"
] | [
{
"leftOperand": "odrl:spatial",
"operator": "odrl:eq",
"rightOperand": "urn:example:region:EU"
}
] | [] | [
"odrl:present"
] | [
{
"leftOperand": "odrl:spatial",
"operator": "odrl:isNoneOf",
"rightOperand": "urn:example:region:EU"
}
] | [] | |||
DataHub permits users to download the attachment files up to 10 MB. | odrl:Set | DataHub | Users | attachment files | [
"odrl:reproduce"
] | [
{
"leftOperand": "odrl:fileSize",
"operator": "odrl:lteq",
"rightOperand": "10^^xsd:decimal MB"
}
] | [] | [] | [] | [] | |||
MovieStore allows customers to stream the movie for no more than 48 hours after purchase. | odrl:Offer | MovieStore | Customers | the movie | [
"odrl:stream"
] | [
{
"leftOperand": "odrl:elapsedTime",
"operator": "odrl:lteq",
"rightOperand": "PT48H^^xsd:duration"
}
] | [] | [] | [] | [] | |||
CityGallery permits the sponsor to display the artwork during the 2026 Summer Festival. | odrl:Set | CityGallery | Sponsor | the artwork | [
"odrl:display"
] | [
{
"leftOperand": "odrl:event",
"operator": "odrl:eq",
"rightOperand": "urn:example:event:SummerFestival2026"
}
] | [] | [] | [] | [] | |||
APIProvider permits developers to search the API up to 1000 times. | odrl:Offer | APIProvider | Developers | the API | [
"odrl:search"
] | [
{
"leftOperand": "odrl:count",
"operator": "odrl:lteq",
"rightOperand": "1000^^xsd:integer"
}
] | [] | [] | [] | [] | |||
LabelCo authorizes listeners to play the album only in France or Belgium. | odrl:Set | LabelCo | Listeners | the album | [
"odrl:play"
] | [
{
"leftOperand": "odrl:spatial",
"operator": "odrl:isAnyOf",
"rightOperand": "[\"urn:iso:std:iso:3166:-1:code:FR\", \"urn:iso:std:iso:3166:-1:code:BE\"]"
}
] | [] | [] | [] | [] | |||
ResearchLab permits teachers to copy the report for education purposes. Teachers must attribute ResearchLab, and they must not distribute the report. | odrl:Set | ResearchLab | Teachers | the report | [
"odrl:reproduce"
] | [
{
"leftOperand": "odrl:purpose",
"operator": "odrl:eq",
"rightOperand": "education"
}
] | [
"odrl:attribute"
] | [
"odrl:distribute"
] | [] | [] | |||
OrgX allows auditors to archive the logs, but auditors must delete the archived logs within 90 days. | odrl:Set | OrgX | Auditors | logs | [
"odrl:archive"
] | [] | [
"odrl:delete"
] | [] | [] | [] | P90D | ||
SoftCo permits users to execute the tutorial app only in German language. | odrl:Set | SoftCo | Users | tutorial app | [
"odrl:execute"
] | [
{
"leftOperand": "odrl:language",
"operator": "odrl:eq",
"rightOperand": "de"
}
] | [] | [] | [] | [] | |||
DataTrust permits hospitals to access the patient statistics dataset for healthcare industry use only. | odrl:Offer | DataTrust | Hospitals | patient statistics dataset | [
"odrl:read"
] | [
{
"leftOperand": "odrl:industry",
"operator": "odrl:eq",
"rightOperand": "healthcare"
}
] | [] | [] | [] | [] | |||
PhotoBank authorizes subscribers to download the photo pack for 5 days starting from 2026-04-10. | odrl:Offer | PhotoBank | Subscribers | photo pack | [
"odrl:reproduce"
] | [
{
"leftOperand": "odrl:dateTime",
"operator": "odrl:gteq",
"rightOperand": "2026-04-10^^xsd:date"
},
{
"leftOperand": "odrl:dateTime",
"operator": "odrl:lteq",
"rightOperand": "2026-04-15^^xsd:date"
}
] | [] | [] | [
{
"leftOperand": "odrl:dateTime",
"operator": "odrl:gteq",
"rightOperand": "2026-04-10^^xsd:date"
},
{
"leftOperand": "odrl:dateTime",
"operator": "odrl:lteq",
"rightOperand": "2026-04-15^^xsd:date"
}
] | [] | 2026-04-10 | 2026-04-15 | P5D |
ArchiveTeam permits members to read the archived minutes. Members must not modify them. The policy expires on 2027-01-01. | odrl:Set | ArchiveTeam | Members | archived minutes | [
"odrl:read"
] | [
{
"leftOperand": "odrl:dateTime",
"operator": "odrl:lteq",
"rightOperand": "2027-01-01^^xsd:date"
}
] | [] | [
"odrl:modify"
] | [
{
"leftOperand": "odrl:dateTime",
"operator": "odrl:lteq",
"rightOperand": "2027-01-01^^xsd:date"
}
] | [] | 2027-01-01 | ||
Publisher permits analysts to derive summaries from the dataset, but analysts cannot modify the original dataset. | odrl:Set | Publisher | Analysts | the dataset | [
"odrl:derive"
] | [] | [] | [
"odrl:modify"
] | [] | [] | |||
ImageOwner authorizes the Licensee to use and display the image on the Licensee's website, provided the Licensee pays a €50 fee and includes attribution. | odrl:Agreement | ImageOwner | Licensee | the image | [
"odrl:use",
"odrl:display"
] | [
{
"leftOperand": "odrl:purpose",
"operator": "odrl:eq",
"rightOperand": "web-publication"
}
] | [
"odrl:compensate",
"odrl:attribute"
] | [] | [] | [] | |||
ComplianceOffice states that contractors must not access the HR files until 2026-03-01. | odrl:Set | ComplianceOffice | Contractors | HR files | [] | [
{
"leftOperand": "odrl:dateTime",
"operator": "odrl:lt",
"rightOperand": "2026-03-01^^xsd:date"
}
] | [] | [
"odrl:read"
] | [
{
"leftOperand": "odrl:dateTime",
"operator": "odrl:lt",
"rightOperand": "2026-03-01^^xsd:date"
}
] | [] | |||
PRTeam permits partners to distribute the press release only to journalists. | odrl:Set | PRTeam | Partners | press release | [
"odrl:distribute"
] | [
{
"leftOperand": "odrl:recipient",
"operator": "odrl:eq",
"rightOperand": "urn:example:role:journalist"
}
] | [] | [] | [] | [] | |||
School permits teachers to present the course slides. Teachers must inform the school of any updates, and teachers must not copy the slides. | odrl:Set | School | Teachers | course slides | [
"odrl:present"
] | [] | [
"odrl:inform"
] | [
"odrl:reproduce"
] | [] | [] | |||
DocHost permits users to read the documentation only in German or English. | odrl:Set | DocHost | Users | documentation | [
"odrl:read"
] | [
{
"leftOperand": "odrl:language",
"operator": "odrl:isAnyOf",
"rightOperand": "[\"de\", \"en\"]"
}
] | [] | [] | [] | [] | |||
EBookStore allows customers to read the e-book, but customers may not print it. | odrl:Offer | EBookStore | Customers | e-book | [
"odrl:read"
] | [] | [] | [
"odrl:print"
] | [] | [] | |||
DataOwner permits the recipient to use the dataset for research purposes, but the recipient must not use it for marketing. | odrl:Set | DataOwner | Recipient | the dataset | [
"odrl:use"
] | [
{
"leftOperand": "odrl:purpose",
"operator": "odrl:eq",
"rightOperand": "research"
}
] | [] | [
"odrl:use"
] | [
{
"leftOperand": "odrl:purpose",
"operator": "odrl:eq",
"rightOperand": "marketing"
}
] | [] | |||
NewsSite authorizes subscribers to download up to 20 articles. | odrl:Offer | NewsSite | Subscribers | articles | [
"odrl:reproduce"
] | [
{
"leftOperand": "odrl:count",
"operator": "odrl:lteq",
"rightOperand": "20^^xsd:integer"
}
] | [] | [] | [] | [] | |||
OpenLab authorizes contributors to modify the source code and distribute derivatives, provided contributors attribute OpenLab and inform users of changes. The code may not be used for commercial industry purposes. | odrl:Set | OpenLab | Contributors | source code | [
"odrl:modify",
"odrl:distribute",
"odrl:derive"
] | [
{
"leftOperand": "odrl:industry",
"operator": "odrl:neq",
"rightOperand": "commercial"
}
] | [
"odrl:attribute",
"odrl:inform"
] | [
"odrl:use"
] | [
{
"leftOperand": "odrl:industry",
"operator": "odrl:eq",
"rightOperand": "commercial"
}
] | [] | |||
RecordsOffice permits staff to archive the financial records from 2026-01-01 to 2026-12-31, but staff must not delete the records before 2026-12-31. | odrl:Set | RecordsOffice | Staff | financial records | [
"odrl:archive"
] | [
{
"leftOperand": "odrl:dateTime",
"operator": "odrl:gteq",
"rightOperand": "2026-01-01^^xsd:date"
},
{
"leftOperand": "odrl:dateTime",
"operator": "odrl:lteq",
"rightOperand": "2026-12-31^^xsd:date"
}
] | [] | [
"odrl:delete"
] | [
{
"leftOperand": "odrl:dateTime",
"operator": "odrl:lt",
"rightOperand": "2026-12-31^^xsd:date"
}
] | [] | 2026-01-01 | 2026-12-31 | |
Museum grants Curator permission to display the photograph during the exhibition from 2026-09-01 to 2026-11-30. | odrl:Agreement | Museum | Curator | the photograph | [
"odrl:display"
] | [
{
"leftOperand": "odrl:dateTime",
"operator": "odrl:gteq",
"rightOperand": "2026-09-01^^xsd:date"
},
{
"leftOperand": "odrl:dateTime",
"operator": "odrl:lteq",
"rightOperand": "2026-11-30^^xsd:date"
}
] | [] | [] | [
{
"leftOperand": "odrl:dateTime",
"operator": "odrl:gteq",
"rightOperand": "2026-09-01^^xsd:date"
},
{
"leftOperand": "odrl:dateTime",
"operator": "odrl:lteq",
"rightOperand": "2026-11-30^^xsd:date"
}
] | [] | 2026-09-01 | 2026-11-30 |
README.md exists but content is empty.
- Downloads last month
- 39