Re: Link between FeatureOfInterest and xxxProperty

A link from the featureofinterest to its property could be derived from
having a resolvable link to the type of the featureOfInterest

sosa:featureOfInterestType rdfs:range rdfs:Class

In practice however one would want to declare this once for a dataset - and
this is where RDF QB comes in - it allows you to declare such metadata
about a property - featureOfInterest is a dimension of a set of
observations.

Maybe an entailment rule that derives sosa:featureOfInterestType from a
qb:Dimension could be defined, we define the semantics of
sosa:featureOfInterestType, and then using qb and entailment is an
implementation option.  (this is the sort of thing that needs to go into
primers and future BP however)



On Fri, 24 Feb 2017 at 22:43 Raúl García Castro <rgarcia@fi.upm.es> wrote:

> Dear all,
>
> I think that being able to represent which properties relate to a
> certain feature is a requirement needed both in SOSA and in SSN.
>
> For example, in the SSN usage analysis
> (http://w3c.github.io/sdw/ssn-usage/), even if it is not exhaustive, 3
> ontologies and 2 datasets use the SSN properties to do so.
>
> So I propose to open an issue to study this in deeper detail.
>
> Kind regards,
>
> El 24/2/17 a las 12:18, Rob Atkinson escribió:
> >
> > the FeatureOfInterest is an abstract class that a domain Class will be
> > mapped to in an implementation - so the properties being measured are
> > references to the properties defined in that class - i.e. I dont think
> > we need to define the link that direction other than somehow stating
> > this substitution
> >
> > i.e. perhaps  its defined in the implementation by making a statement
> > that domain:Class rdfs:subClassOf sosa:FeatureOfInterest or even that
> > there is a restriction on the range on sosa:featureOfInterest to be
> > domain:Class
> >
> > I think its worth an OWL expert to lay out the exact options here in
> > examples.
> >
> > Rob
> >
> >
> >
> >
> > On Fri, 24 Feb 2017 at 02:24 Maxime Lefrançois
> > <maxime.lefrancois@emse.fr <mailto:maxime.lefrancois@emse.fr>> wrote:
> >
> >     Dear all,
> >
> >     Implementing ACTION-268, I stumbled again on the fact that there is
> >     currently no link between FeatureOfInterest and xxxProperty defined
> >     in SOSA.
> >     See also the figure attached
> >     to
> > https://lists.w3.org/Archives/Public/public-sdw-wg/2017Feb/0090.html
> >     .
> >
> >     I would like us to discuss this shortly during the next call, there
> >     are two simple options that I listed in the following wiki page:
> >
> >
> >
> https://www.w3.org/2015/spatial/wiki/Link_between_FeatureOfInterest_and_xxxProperty
> >
> >     For your interest, in one of the core SEAS ontologies we promote the
> >     definition of  "functional sub-properties of ssn:hasProperty". See
> > [1].
> >
> >     For example, some domain ontology would define:
> >
> >     ex:consumption a owl:ObjectProperty , owl:FunctionalProperty ;
> >       rdfs:subPropertyOf seas:hasProperty ;
> >
> >     Then in static instance data:
> >
> >     <fridge/1> a seas:FeatureOfInterest ;
> >       ex:consumption <fridge/1/consumption> .
> >
> >     Core ontology seas:EvaluationOntology defines various ways to give
> >     such Property a value.
> >
> >     [1] - https://w3id.org/seas/FeatureOfInterestOntology
> >
> >     Kind regards,
> >     Maxime
> >
>
>
>
> --
>
> Dr. Raúl García Castro
> http://www.garcia-castro.com/
>
> Ontology Engineering Group
> Departamento de Inteligencia Artificial
> Escuela Técnica Superior de Ingenieros Informáticos
> Universidad Politécnica de Madrid
> Campus de Montegancedo, s/n - Boadilla del Monte - 28660 Madrid
> Phone: +34 91 336 65 96 <+34%20913%2036%2065%2096> - Fax: +34 91 352 48 19
> <+34%20913%2052%2048%2019>
>

Received on Saturday, 25 February 2017 05:35:19 UTC