Skip to content

odrl:write was deprecated #1

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 .

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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