-
Notifications
You must be signed in to change notification settings - Fork 7
Proposed implementation of #106 #126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Label of PropertyOfInterest is just "Property"
is there a need for a PropertyKind as well for symmetry to allow for more general classifications? And potentially a constraint for ObservationCollections that observedProperty objects are some form of specialisation of PropertyKind? Is there an equivalent constraint for Property w.r.t to PropertyOfInterest ?
also we have identified 3 possible profiles for observedProperty depending on which case - is the range of observedProperty a union of these options or do we need more predicates?
examples are critical here me feels..
@rob-metalinkage I fixed the nit in latest commit on this branch. If in addition to "PropertyOfInterest" you believe we would need a third class named "PropertyKind", I suggest you approve this PR first, then we could discuss that need. I intentionally left out any modification of the ranges of object properties, to proceed incrementally |
…to property-of-interest
As part of our work at ETSI on the development of a new version of SAREF, we reached last week an agreement on how to solve this issue.
Note that this is a compromise that resolves a six year long dispute between two former contributors to SOSA/SSN 😉, so I hope it will be well received by the group.