Skip to content

odrl:write was deprecated #1

@joshcornejo

Description

@joshcornejo

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:

: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 .

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions