m (The graphical representation is resized) |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | {{Content_OP_Proposal_toolbar}} | |
{{Graphical representation header}} | {{Graphical representation header}} | ||
− | + | {{Graphical representation}} | |
− | + | ||
{{Content OP Proposal Template | {{Content OP Proposal Template | ||
|SubmittedBy=IKERESNAOLA-GONZALEZ | |SubmittedBy=IKERESNAOLA-GONZALEZ | ||
Line 8: | Line 7: | ||
|Intent=To represent properties/qualities that may affect the status of a feature of interest. | |Intent=To represent properties/qualities that may affect the status of a feature of interest. | ||
|Domain=Building and Construction , General | |Domain=Building and Construction , General | ||
− | |CompetencyQuestion=CQ1: What are the properties/qualities that | + | |CompetencyQuestion=CQ1: What are the properties/qualities that influence a feature of interest? , |
CQ2: What are the properties/qualities that affect a given property of a feature of interest? , | CQ2: What are the properties/qualities that affect a given property of a feature of interest? , | ||
− | CQ3: Which feature of interest does a given property/quality belongs to | + | CQ3: Which feature of interest does a given property/quality belongs to? |
− | + | |ContentODPDescription=The AffectedBy ODP consists of two classes aff:FeatureOfInterest and aff:Quality; and three properties aff:influencedBy, aff:belongsTo, and aff:affectedBy. | |
− | |ContentODPDescription=The AffectedBy ODP consists of two classes aff:FeatureOfInterest and aff:Quality; and three properties aff: | + | |
− | This ODP is a reengineering of the SEAS Feature of Interest ontology (https://ci.mines-stetienne.fr/seas/FeatureOfInterestOntology-1.0). The constraint on the property seas:derivesFrom to be symmetric is unnecessary and sometimes innapropriate. For instance, the temperature of a room may derive from the occupancy of the room; however, it is not necessary that the occupancy derives from the temperature of the room. A new property aff:affectedBy (released from the symmetric constraint) is defined in the AffectedBy ODP to replace the role of the property seas:derivesFrom. It can be asserted that seas:derivesFrom is sub property of aff:affectedBy. The class | + | This ODP is a reengineering of the SEAS Feature of Interest ontology (https://ci.mines-stetienne.fr/seas/FeatureOfInterestOntology-1.0). The constraint on the property seas:derivesFrom to be symmetric is unnecessary and sometimes innapropriate. For instance, the temperature of a room may derive from the occupancy of the room; however, it is not necessary that the occupancy derives from the temperature of the room. A new property aff:affectedBy (released from the symmetric constraint) is defined in the AffectedBy ODP to replace the role of the property seas:derivesFrom. It can be asserted that seas:derivesFrom is sub property of aff:affectedBy. The class aff:FeatureOfInterest is equivalent to seas:FeatureOfInterest, and the class seas:Property is sub class of aff:Quality. Moreover, seas:hasProperty is sub property of aff:influencedBy, and seas:isPropertyOf is sub property of aff:belongsTo. Furthermore, aff:belongsTo is defined to be functional, to support the notion that a quality is intrinsic to the feature of interest (i.e., an entity) to which it belongs (according to the conceptualization in DUL); and it is asserted that every quality belongs to a feature of interest (aff:Quality rdfs:subClassOf aff:belongsTo some aff:FeatureOfInterest). |
− | Finally, the | + | |
+ | Finally, the object chain axiom aff:influencedBy o aff:affectedBy rdfs:subPropertyOf aff:influencedBy is asserted. | ||
|ReusableOWLBuildingBlock=https://w3id.org/affectedBy | |ReusableOWLBuildingBlock=https://w3id.org/affectedBy | ||
|Consequences=A quality cannot exist without the feature of interest to which it belongs. A quality is intrinsic to the feature of interest to which it belongs. For example, the temperature of room X cannot exist without the room X, and it is a different quality to the temperature of a different room Y. | |Consequences=A quality cannot exist without the feature of interest to which it belongs. A quality is intrinsic to the feature of interest to which it belongs. For example, the temperature of room X cannot exist without the room X, and it is a different quality to the temperature of a different room Y. | ||
Line 20: | Line 20: | ||
|Scenario=A room (feature of interest) has a temperature (quality) and this temperature is affected by the air conditioner status, by the number of people in the room, and by the sun radiation that passes through the room’s windows. A basement (feature of interest) has a temperature (quality) that is affected by the air conditioner status, by level of the basement’s relative humidity, and by the quality of the thermal insulation of the walls. Room temperature and basement temperature are different qualities, although both could be individuals of a Temperature subclass of Quality class. | |Scenario=A room (feature of interest) has a temperature (quality) and this temperature is affected by the air conditioner status, by the number of people in the room, and by the sun radiation that passes through the room’s windows. A basement (feature of interest) has a temperature (quality) that is affected by the air conditioner status, by level of the basement’s relative humidity, and by the quality of the thermal insulation of the walls. Room temperature and basement temperature are different qualities, although both could be individuals of a Temperature subclass of Quality class. | ||
|KnownUse=https://w3id.org/eepsa , https://w3id.org/seas/ | |KnownUse=https://w3id.org/eepsa , https://w3id.org/seas/ | ||
− | |CPInstantiationExample= | + | |CPInstantiationExample=https://raw.githubusercontent.com/iesnaola/AffectedBy/master/examples/example1.ttl |
|ReengineeredFrom=https://ci.mines-stetienne.fr/seas/FeatureOfInterestOntology-1.0 | |ReengineeredFrom=https://ci.mines-stetienne.fr/seas/FeatureOfInterestOntology-1.0 | ||
}} | }} | ||
Line 37: | Line 37: | ||
}} | }} | ||
{{Has Element Template | {{Has Element Template | ||
− | |HasElement= | + | |HasElement=influencedBy |
}} | }} | ||
{{Additional information header}} | {{Additional information header}} | ||
+ | <nowiki>Insert non-formatted text here</nowiki> | ||
+ | [[Image:ODPAffectedBy_Diagram.png|800px|center]] | ||
{{Scenarios about me}} | {{Scenarios about me}} | ||
{{Reviews about me}} | {{Reviews about me}} | ||
{{Modeling issues about me}} | {{Modeling issues about me}} | ||
{{My references}} | {{My references}} | ||
+ | {{Submission to event | ||
+ | |Event=9th Workshop on Ontology Design and Patterns - WOP2018 | ||
+ | }} |
Diagram (this article has no graphical representation)
Name: | AffectedBy |
---|---|
Submitted by: | IKERESNAOLA-GONZALEZ |
Also Known As: | |
Intent: | To represent properties/qualities that may affect the status of a feature of interest. |
Domains: | |
Competency Questions: | |
Solution description: | The AffectedBy ODP consists of two classes aff:FeatureOfInterest and aff:Quality; and three properties aff:influencedBy, aff:belongsTo, and aff:affectedBy.
This ODP is a reengineering of the SEAS Feature of Interest ontology (https://ci.mines-stetienne.fr/seas/FeatureOfInterestOntology-1.0). The constraint on the property seas:derivesFrom to be symmetric is unnecessary and sometimes innapropriate. For instance, the temperature of a room may derive from the occupancy of the room; however, it is not necessary that the occupancy derives from the temperature of the room. A new property aff:affectedBy (released from the symmetric constraint) is defined in the AffectedBy ODP to replace the role of the property seas:derivesFrom. It can be asserted that seas:derivesFrom is sub property of aff:affectedBy. The class aff:FeatureOfInterest is equivalent to seas:FeatureOfInterest, and the class seas:Property is sub class of aff:Quality. Moreover, seas:hasProperty is sub property of aff:influencedBy, and seas:isPropertyOf is sub property of aff:belongsTo. Furthermore, aff:belongsTo is defined to be functional, to support the notion that a quality is intrinsic to the feature of interest (i.e., an entity) to which it belongs (according to the conceptualization in DUL); and it is asserted that every quality belongs to a feature of interest (aff:Quality rdfs:subClassOf aff:belongsTo some aff:FeatureOfInterest). Finally, the object chain axiom aff:influencedBy o aff:affectedBy rdfs:subPropertyOf aff:influencedBy is asserted. |
Reusable OWL Building Block: | 1 (0) |
Consequences: | A quality cannot exist without the feature of interest to which it belongs. A quality is intrinsic to the feature of interest to which it belongs. For example, the temperature of room X cannot exist without the room X, and it is a different quality to the temperature of a different room Y.
A quality can affect another quality, but not necessarily the other way around. For example, a quality Z may affect the quality W, but the quality W does not need to affect quality Z. |
Scenarios: | A room (feature of interest) has a temperature (quality) and this temperature is affected by the air conditioner status, by the number of people in the room, and by the sun radiation that passes through the room’s windows. A basement (feature of interest) has a temperature (quality) that is affected by the air conditioner status, by level of the basement’s relative humidity, and by the quality of the thermal insulation of the walls. Room temperature and basement temperature are different qualities, although both could be individuals of a Temperature subclass of Quality class. |
Known Uses: | https://w3id.org/eepsa, https://w3id.org/seas/ |
Web References: | |
Other References: | |
Examples (OWL files): | |
Extracted From: | |
Reengineered From: | |
Has Components: | |
Specialization Of: | |
Related CPs: |
The AffectedBy Content OP locally defines the following ontology elements:
Insert non-formatted text here
No scenario is added to this Content OP.
This revision (revision ID 13592) takes in account the reviews: none
Other info at evaluation tab
![]() |
Submission to event |
---|