Source: https://github.com/SolidLabResearch/ODRL-Test-Suite/blob/main/data/requests/request-3.ttl `odrl:action odrl:write;` should be `odrl:action odrl:modify;` I thought the same thought but in 2.2 it was [deprecated](https://www.w3.org/ns/odrl/2/ODRL22.ttl): ``` :write a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; rdfs:label "Write"@en ; skos:definition "The act of writing to the Asset."@en ; owl:deprecated true ; skos:exactMatch :modify . ```
Source: https://github.com/SolidLabResearch/ODRL-Test-Suite/blob/main/data/requests/request-3.ttl
odrl:action odrl:write;should be
odrl:action odrl:modify;I thought the same thought but in 2.2 it was deprecated: