added saref:FeatureOfInterest and saref:measurementMadeBy
Changes implemented according to ETSI_TS_103_410-6 (SAREF4AGRI): From the development of the SAREF4AGRI ontology it has been observed the need for including the saref:FeatureOfInterest concept. Due to the general nature of such concept and its potential need in other extensions, for example SAREF4CITY, such concept is assumed to be included in SAREF 3.0 ontology. In the same line, the property saref:measurementMadeBy is proposed to be included into SAREF as inverse of saref:makesMeasurement to complete such model. Closes #40 (closed).
Merge request reports
Activity
added 1 commit
- 77c41bb2 - Fixed the description of FeatureOfInterest.
By garciacastro on 2019-11-07T09:57:39 (imported from GitLab project)
added 1 commit
- 85aa5b50 - Added two properties, plus a couple of minor fixes.
By garciacastro on 2019-11-07T10:07:35 (imported from GitLab project)
added 1 commit
- d8b256df - Added the rest of properties and restrictions, and fixed the definition of property.
By garciacastro on 2019-11-07T10:17:57 (imported from GitLab project)
Added the declaration of the properties mentioned in the description as well as that of their inverse ones: hasFeatureOfInterest and isPropertyOf. Added the relevant restrictions in Measurement and Property. Made some minor fixes.
By garciacastro on 2019-11-07T10:20:19 (imported from GitLab project)
added 1 commit
- 6c0e4ade - Fixed a typo.
By garciacastro on 2019-11-07T14:44:49 (imported from GitLab project)
saref:hasFeatureOfInterest
The naming of the
hasFeatureOfInterest
property is historically too Measurement centric (or Observation-centric in the old SSN ontology) In the context of SAREF, wouldn't it make sense to rename this property to something likesaref:isMeasurementOf
?saref:isFeatureOfInterestOf
Same comment: suggestion:
saref:hasMeasurement
saref:hasProperty
:A relationship between an entity and a property of that entity -> replace entity by
feature of interest
?saref:isPropertyOf
:Replace
entity
byfeature of interest
?saref:FeatureOfInterest
A feature of interest represents any real world entity from which a property is measured. is measured -> can be measured or actuated on?
The rest is all fine to me
By lefranois on 2019-11-08T09:47:06 (imported from GitLab project)
Regarding the use of "entity" in the descriptions, I used it because for users it sounded more understandable for users. But since in the description of feature it already says that it is an entity, there is no problem in updating these descriptions (and others where it appears).
Yes,
saref:isMeasurementOf
sounds better.Regarding
saref:hasMeasurement
, I'm not sure. With that name it seems like the measurements are an intrinsic part of the feature itself. What do you think aboutsaref:isMeasuredBy
?By garciacastro on 2019-11-08T10:47:26 (imported from GitLab project)
added 1 commit
- 69725981 - Renamed hasFeatureOfInterest as isMeasurementOf and isFeatureOfInterestOf as hasMeasurement.
By garciacastro on 2019-11-08T11:52:55 (imported from GitLab project)
mentioned in commit 8c98be5e
By garciacastro on 2019-11-08T11:55:04 (imported from GitLab project)