ISSUE-148: First steps in the integration process: FeatureOfInterest and Property
integration: FoI&P
First steps in the integration process: FeatureOfInterest and Property
- State:
- CLOSED
- Product:
- Semantic Sensor Network Ontology
- Raised by:
- Maxime Lefrançois
- Opened on:
- 2017-02-08
- Description:
- As a to demonstrate the integration methodology, could we
This is divided in multiple sub-issues:
in ssnx.ttl:
ISSUE-148-1:
oldssn:Property owl:equivalentClass sosa:ObservableProperty ; # TODO: check this does solve ISSUE-87 ?
in sosa.ttl:
ISSUE-148-2:
sosa:FeatureOfInterest skos:definition """The thing whose property is being estimated or calculated in the course of an observation to arrive at a Result."""@en ; # TODO: check. Too restrictive for FeatureOfInterest that only have properties that can be actuated ?
ISSUE-148-3:
sosa:hasProperty skos:definition """Relation between a FeatureOfInterest and an ObservableProperty of that feature."""@en ; # TODO: check ObservableProperty in the definition. Too restrictive ?
ISSUE-148-4:
sosa:isPropertyOf skos:definition """Relation between an ObservableProperty (a Quality observable by a sensor) and the FeatureOfInterest it belongs to."""@en ; # TODO: check ObservableProperty in the definition. Too restrictive ?
in ssn.ttl
ISSUE-148-5:
sosa:FeatureOfInterest
rdfs:comment """A feature of interest is linked to some instance and only instances of sosa:ObservableProperty by property sosa:hasProperty"""@en ;
rdfs:subClassOf [ owl:onProperty sosa:hasProperty ; owl:someValuesFrom sosa:ObservableProperty ] ,
rdfs:subClassOf [ owl:onProperty sosa:hasProperty ; owl:allValuesFrom sosa:ObservableProperty ] . # TODO: check. should it be the new ssn:Property ?
ISSUE-148-6:
ssn:Property skos:definition """A Quality of an Event or Object that is observable, actuable, or ... That is, not a Quality of an abstract entity, but rather an aspect of an entity that is intrinsic to and cannot exist without the entity."""@en ; # TODO: check, this is a proposal.
ISSUE-148-1:
sosa:ObservableProperty rdfs:subClassOf ssn:Property . # TODO: check this does solve ISSUE-87 ?
ISSUE-148-7:
sosa:isPropertyOf a owl:FunctionalProperty ; # TODO: check, this is a proposal.
ISSUE-148-8:
sosa:isPropertyOf rdfs:domain sosa:ObservableProperty ; # TODO: check, this is a proposal.
sosa:isPropertyOf rdfs:range sosa:FeatureOfInterest . # TODO: check, this is a proposal.
- Related Actions Items:
- No related actions
- Related emails:
- ACTION-321 - closing ISSUE-148 - call for review on the associated pull request #693 (from maxime.lefrancois@emse.fr on 2017-04-13)
- Re: [public-sdw-wg] <none> (from jlieberman@tumblingwalls.com on 2017-03-14)
- Re: [public-sdw-wg] <none> (from jeremy.tandy@gmail.com on 2017-03-14)
- RE: [public-sdw-wg] <none> (from chris.little@metoffice.gov.uk on 2017-03-14)
- [public-sdw-wg] <none> (from Simon.Cox@csiro.au on 2017-03-14)
- Re: Agenda SSN meeting this week - 14-03-17 20:00 - 22:00 UTC (from ssimmons@opengeospatial.org on 2017-03-13)
- Agenda SSN meeting this week - 14-03-17 20:00 - 22:00 UTC (from armin.haller@anu.edu.au on 2017-03-13)
- Agenda SSN meeting this week - 07-03-17 21:00 UTC (from armin.haller@anu.edu.au on 2017-03-06)
- Agenda for extended SSN meeting this week - 28-02-17 20:00 - 23:00 UTC (from armin.haller@anu.edu.au on 2017-02-27)
- ISSUE-148, Was: Integration of FeatureOfInterest, Property, isPropertyOf, hasProperty, ... and ObservableProperty (from maxime.lefrancois@emse.fr on 2017-02-08)
- ISSUE-148-8 domain-range, Was: Integration of FeatureOfInterest, Property, isPropertyOf, hasProperty, ... and ObservableProperty (from maxime.lefrancois@emse.fr on 2017-02-08)
Related notes:
added identifiers for sub-issues
Maxime Lefrançois, 8 Feb 2017, 10:47:14Display change log