HydraCG / Specifications

Specifications created by the Hydra W3C Community Group
Other
138 stars 26 forks source link

Allowed supportedOperation on SupportedProperty. #204

Closed alien-mcl closed 4 years ago

alien-mcl commented 4 years ago

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.