[Specifications] Pull Request: TemplatedLink cannot formally have supportedOperation

alien-mcl has just submitted a new pull request for https://github.com/HydraCG/Specifications:

== TemplatedLink cannot formally have supportedOperation ==
## Summary

The `hydra:TemplatedLink` is not formally considered a `hydra:Link` so it cannot formally have any of the properties that are _allowed_ for `hydra:Link`. While in RDF each property can be used on every resource, it is still preferred to explicitly define some of the relations between terms so the client implementation is easier and the data model is stable.

## More details

The `hydra:TemplatedLink` is sub-classed from `hydra:Link` in this template making it formally also a `hydra:Link` which enables it to all properties define for `hydra:Link` with either `rdfs:domain` or `schema:domainIncludes`.

See https://github.com/HydraCG/Specifications/pull/198

Received on Tuesday, 18 June 2019 19:27:47 UTC