[Specifications] Pull Request: Allowed supportedOperation on SupportedProperty.

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

== Allowed supportedOperation on SupportedProperty. ==
## Summary

Allowing _supportedOperation_ predicate on _SupportedProperty_ instances.
It also marks several terms as *stable*.

## More details

This PR fixes issue #196. In general, there were doubts on how to (if possible) attach a supported operation to the property. There were few examples that did this by using _supportedOperation_ on the property itself, but this was incorrect neither from the raw range/domain point of view defined within the RDF spec nor semantic understanding of such approach.

This PR enables _supportedOperation_ to be formally attachable to instances of _SupportedProperty_. This way this intermediate structure can hold any API specific details preventing from leaking it to externally defined properties.



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

Received on Wednesday, 26 February 2020 21:07:48 UTC