-
Notifications
You must be signed in to change notification settings - Fork 6
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
"of interest" is only a role of features --- introduce sosa:Feature
and sosa:FeatureType
?
#114
Comments
Exactly
There is the same discussion in OGC SensorThings API SWG in the work targeting V2 To some extent this could make sense to have a placeholder class Another option (maybe more OWA), could be to model that any Thing ( |
There was a discussion of this back in 2015. I think it was @kjano who argued that the Since |
ok, I get it. FYI : that's exactly what SensorThings API SWG decided recently for V2; then it will be for the associations to precise the role of that feature (uFoI, etc...) |
Maybe, but in order to preserve backward compatibility, we don't change existing class or predicate names |
I agree it's important to keep FeatureOfInterest as a class. In SAREF, we chose to introduce saref:FeatureKind , and we did not introduce an upper class |
Is there a concrete proposal for this, or have we decided not to change? |
If it's only for backwards compatibility we could deprecate its use? |
It could be deprecated I suppose, but I don't think it does any harm and could be perceptionally disruptive to suppress it now. |
Is this issue still live? |
Related #232 Furthermore, the issue of whether SSN/SOSA should have classes for types or kinds was discussed at length in #107. The conclusion there was that types or kinds should be implemented as OWL Classes (sub-classes of SOSA classes where appropriate) and individuals are linked to these using the standard I will close this issue if no objection by 2024-07-10. |
I also favor closing this and following the suggestion of using OWL
restrictions instead.
…On Thu, Jul 4, 2024 at 9:46 AM Simon Cox ***@***.***> wrote:
Related #232 <#232>
Furthermore, the issue of whether SSN/SOSA should have classes for types
or kinds was discussed at length in #107
<#107>. The conclusion there
was that types or kinds should be implemented as OWL Classes (sub-classes
of SOSA classes where appropriate) and individuals are linked to these
using the standard rdf:type predicate.
I will close this issue if no objection by 2024-07-10.
—
Reply to this email directly, view it on GitHub
<#114 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AANMP5TGPFTQ3B3C3QFPZXDZKT4WPAVCNFSM6AAAAAA6PRWYM6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMBYGMZDQMZTGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Just for the record, and related to #29 (comment)
The OMS definition of Feature of Interest is: "subject of the observation".
This is more a role name, than a class name. And there could be more than just one observation:
Therefore, "feature of interest" would be fine in the name of an Object Property such as
sosa:hasFeatureOfInterest
, but not fine in the name of a class. It would be more canonical to stick to "sosa:Feature".Now it's clear that
sosa:FeatureOfInterest
exists for a long time now, and everyone is used to use it as a class.I take the opportunity to propose to include in SOSA/SSN the distinction that OMS makes about features, feature type, and feature of interest
This is related to #106 and #107
sosa:Feature
abstraction of real-world phenomena. NOTE: A feature can occur as a type or an instance.
sosa:FeatureOfInterest
subject of the observation-> Actual real-world phenomena that can be the subject of an observationsosa:FeatureKind
(orsosa:FeatureType
)class of features having common characteristics
NOTE: Concepts from existing catalogues, code lists, vocabularies, and taxonomies, could be used as instances of
sosa:FeatureKind
.The text was updated successfully, but these errors were encountered: