Skip to content

add ec:replaces for Resource (just like for Asset) #499

Description

@wivaku

In the schema an Asset can be replaced by another.
It would make sense if a Resource can also be replaced by another.

ec:Resource
...
[
    a owl:Restriction ;
    owl:onProperty ec:isReplacedBy ;
    owl:allValuesFrom ec:Resource
  ], [
    a owl:Restriction ;
    owl:onProperty ec:replaces ;
    owl:allValuesFrom ec:Resource
  ],```

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions