Re: [Specifications] Retracting operations (#241)

And I also support your example, where you retracted by the operation's URI. 

```turtle
# ApiDocumentation
:Article
  a hydra:Class ;
  hydra:supportedOperation :SendArticleToReviewerQueue .
```

```turtle
# Resource
</article/a> hydra:operation :SendArticleToReviewerQueue .

:SendArticleToReviewerQueue a hydra:UnsupportedOperation .
```

However, many operations would in fact be blank nodes, hence using the type instead

-- 
GitHub Notification of comment by tpluscode
Please view or discuss this issue at https://github.com/HydraCG/Specifications/issues/241#issuecomment-878568558 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 12 July 2021 20:21:08 UTC