Intensional Conceptualization Model and Its Language for Open Distributed Environments
Abstract
1. Introduction
2. Related Work
- D: the universe of discourse, defined as a static set encompassing all entities within the domain.
- W: a set of possible worlds.
- : a set of conceptual relations.
- is the conceptualization.
- is an interpretation function assigning constant symbols in V to elements of D, and predicate symbols in V to elements of .
3. Proposed Intensional Conceptualization Model for Open Environments (ICMOE)
3.1. The ICMOE Main Elements Definitions
3.2. The ICMOE Structure
- is the set of possible domains in an open environment, i.e., .
- is the set of possible worlds associated with all possible domains under the open environment assumption, i.e., .
- D is a domain, defined as a set of concepts, i.e., .
- A conceptual relation of arity n on the domain space is denoted . It is a total function:
- A set of conceptual relations is denoted in the domain space . For the open environment, denotes the set of all possible in , i.e., .
- A concept type t in the domain space is defined as a total function:
- A set of concept types is denoted in . In the open environment, the set of possible concept types is denoted .
- Rules, representing axiomatic constraints, are also part of the model:
- -
- u denotes a rule in the domain space .
- -
- is the set of rules in .
- -
- is the set of all possible rule sets in the open environment domain space .
3.2.1. Conceptual Model Example
- In world , professory has a teaches relation with studentx.
- In world , the same professory has no relation with studentx.
3.3. The ICMOE Language
3.3.1. Language Elements
- denotes the language constants.
- denotes the n-ary logical predicates, similar to first-order language predicates.
- o denotes the logical operators (existential and generalization).
- denotes the language variables.
- is the proposed conceptualization under the open environment assumption.
- is an interpretation function that assigns:
- -
- : constant symbols in V to concepts c (elements of ).
- -
- : n-ary predicate symbols in V to intensional relations r (elements of ).
- -
- : unary predicate symbols in V to concept types t (elements of ).
- -
- Axioms = to rules u (elements of ).
3.3.2. Language Ontological Commitment
3.3.3. Language Model Compatibility
- is the intensional relation for a specific world structure w and domain D:
- is a language structure for world w and domain D:
- is the set of all intended world structures of :
- is the extension of the interpretation function I for a world structure S and domain D.
- , i.e., the world structure S belongs to the intended world structures of .
- For each constant and for each , has the same interpretation in all :
- There exists a world w and domain D such that, for each predicate symbol , maps the predicate into an admissible extension of . That is, there exists a conceptual relation such that:
3.3.4. Language Interpretation Function
Concept Interpretation
Relation Interpretation
- is the extended interpretation function for world S and domain D.
- is an n-ary predicate.
- is a conceptual relation.
- is a possible world.
- is a possible domain.
- and .
- for .
Example
- Professor: a unary predicate equivalent to the concept type Professor.
- PhD: a unary predicate equivalent to the concept type PhD.
- Holds: a binary predicate equivalent to the intensional binary relation Holds.
- : logical constructors belonging to the set of description logic operators .
Concept Type Interpretation
- (Atomic Concept Type): Concept types interpreted only as concrete or leaf concepts in the hierarchy. Formally, , and for , .
- (Non-Atomic Concept Type): Concept types interpreted as other concept types in the hierarchy. Formally, , and .
Relation Extension
- : atomic relations, interpreted only to concepts ().
- : relation types, interpreted to concepts and/or other relations ().
3.4. Modeling the Dynamism of Open Environments: Proof and Complexity Analysis
3.4.1. Proof
- , with .
- are variables in the set .
Domain Members ():
- denotes new open-environment domain members to be added to .
- .
- Equivalently: .
Concept Types ():
- denotes new concept types in .
- .
- Equivalently: .
Relations ():
- denotes new relations in .
- .
- Equivalently: .
3.4.2. Complexity Analysis
- Let be the set of all rules in the open environment domain space , such that .
- Let denote the total number of rules in .
- Assume the complexity of evaluating is constant, i.e., .
- Based on the axioms, a new member (e.g., ) is accepted into only if:
- Therefore, to validate one new member, the predicate must be evaluated N times.
- The total complexity for verifying a new member is:
3.5. Algorithm and Pseudocode
3.5.1. New Domain Members ()
FunctionIsValidOpenDomain(, ):
for each concept c in :
for each usage function u in :
if NOT AdheresTo(c, u):
return False
return True
- Sensor as a known concept type t,
- measures as an intensional relation ,
- a rule set that includes the axiom:
3.5.2. New Concept Types ()
FunctionIsValidConceptTypes(, ):
for each type t in :
for each usage function u in :
if NOT AdheresTo(t, u):
return False
return True
3.5.3. New Relations ()
FunctionIsValidRelations(, ):
for each relation r in :
for each usage function u in :
if NOT AdheresTo(r, u):
return False
return True
4. Comparative Analysis and Dynamic Evaluation
4.1. Conceptual Comparison of ICMOE with Guarino [18] and Bealer [19]
4.2. Comparative Evaluation of SemanticModels
- Extensibility: Measures how easily a model can adapt to new concepts, rules, or sources. ICMOE leads with its open-world architecture and schema evolution capabilities. Bealer’s model supports conceptual extension, while Guarino’s rigid structure ranks lowest.
- Dynamism: Reflects the model’s responsiveness to real-time changes. ICMOE, designed for open distributed environments, achieves the highest adaptability. Bealer’s logic allows variability but lacks structural reactivity. Guarino’s framework assumes a static domain.
- Semantic Richness: Assesses expressiveness. ICMOE, built on DL with rich conceptual constructs, outperforms both. Bealer offers deep logic-based semantics, while Guarino emphasizes taxonomy over inference.
- Computational Overhead (Inverted): Evaluates reasoning efficiency. Guarino’s minimalism results in low overhead. Bealer is moderate. ICMOE incurs higher costs due to inference and flexibility.
4.3. Growth Dynamics of Domain, Relations, and Worlds
- Domain D: The set of concept instances grows exponentially as new entities are discovered and integrated.
- Relations R: These increase proportionally as new associations form among entities. Growth is slower than D, but reflects richer semantics.
- Worlds W: New possible worlds emerge to reflect alternative interpretations and evolving domain perspectives.
4.4. Quantitative Evaluation Metrics for ICMOE
4.4.1. Defined Evaluation Metrics
- Concept Coverage (CC): Measures the ratio of domain concepts explicitly represented in the intensional conceptualization to the total number of domain concepts available.
- Semantic Depth (SD): Quantifies the average number of hierarchical levels (e.g., subclass relationships or property inheritance chains) in the TBox. Higher values indicate a richer semantic representation.
- Dynamic Adaptability Index (DAI): Assesses the model’s ability to accommodate schema or data evolution. It combines support for:
- -
- Concept/Relation addition (),
- -
- Rule evolution (),
- -
- Semantic reinterpretation ().
The DAI is normalized on a scale from 0 to 1: - Semantic Rule Density (SRD): Indicates the number of domain rules per concept type, measuring the granularity of behavioral constraints in the model.
- Ontology Alignment Efficiency (OAE): Reflects the number of successfully mapped semantic entities (via the Ontology Mapper) over the total number of entities attempted for mapping.
4.4.2. Empirical Assessment of ICMOE
4.4.3. Discussion
4.4.4. Quantitative Comparison with Existing Models
5. Limitations and Future Work
6. Discussion and Conclusions
Author Contributions
Funding
Conflicts of Interest
Abbreviations
ICMOE | Intensional Conceptualization Model for Open Environment |
FOL | First Order Logic |
References
- Aouedi, O.; Vu, T.H.; Sacco, A.; Nguyen, D.C.; Piamrat, K.; Marchetto, G.; Pham, Q.V. A Survey on Intelligent Internet of Things: Applications, Security, Privacy, and Future Directions. arXiv 2024, arXiv:2406.03820. [Google Scholar] [CrossRef]
- IIoT World. Building Industrial IoT Systems Survey: 2024 Edition. 2024. Available online: https://www.iiot-world.com/industrial-iot/connected-industry/building-industrial-iot-systems-survey-2024-edition/ (accessed on 27 May 2025).
- Caballer, M.; Zala, S.; García, Á.L.; Moltó, G.; Orviz, P.F.; Velten, M. Orchestrating complex application architectures in heterogeneous clouds. J. Grid Comput. 2018, 16, 3–18. [Google Scholar] [CrossRef]
- Singh, S.; Patel, R. Addressing security in heterogeneous distributed infrastructures. J. Netw. Comput. Appl. 2022, 210, 103292. [Google Scholar]
- Mandala, N.R. Data Integration in Heterogeneous Systems. ESP J. Eng. Technol. Adv. 2022, 2, 122–129. Available online: https://www.researchgate.net/profile/Nishanth-Reddy-Mandala/publication/389679937_Data_Integration_in_Heterogeneous_Systems/links/67cc94de7c5b5569dcb8e0a4/Data-Integration-in-Heterogeneous-Systems.pdf (accessed on 1 August 2025). [CrossRef]
- John, B. Challenges and Solutions in Data Integration for Heterogeneous Systems. Res. Prepr. 2025. Available online: https://www.researchgate.net/publication/389856499_Challenges_and_Solutions_in_Data_Integration_for_Heterogeneous_Systems (accessed on 1 August 2025).
- Xu, P.; Barbosa, D. Connecting language and knowledge with heterogeneous representations for neural relation extraction. arXiv 2019, arXiv:1903.10126. [Google Scholar] [CrossRef]
- Babaei Giglou, H.; D’Souza, J.; Karras, O.; Auer, S. OntoAligner: A Comprehensive Modular and Robust Python Toolkit for Ontology Alignment. arXiv 2025, arXiv:2503.21902. [Google Scholar] [CrossRef]
- Rivas, D.; Ahmad, A.; Gomez-Perez, J.M. Ontology Matching Techniques for Resolving Semantic Heterogeneity: A Survey. J. Web Semant. 2024, 78, 100745. [Google Scholar]
- Asfand-E-Yar, M.; Ali, R. Semantic integration of heterogeneous databases of same domain using ontology. IEEE Access 2020, 8, 77903–77919. [Google Scholar] [CrossRef]
- Ahsaan, S.U.; Kaur, H.; Mourya, A.K.; Naaz, S. A hybrid support vector machine algorithm for big data heterogeneity using machine learning. Symmetry 2022, 14, 2344. [Google Scholar] [CrossRef]
- Natesan, G.; Chokkalingam, A. Task Scheduling in Heterogeneous Cloud Environment Using Mean Grey Wolf Optimization Algorithm. ICT Express 2019, 5, 110–114. Available online: https://www.sciencedirect.com/science/article/pii/S2405959518302534 (accessed on 1 August 2025). [CrossRef]
- Li, Z.; He, S.; Chaturvedi, P.; Kindratenko, V.; Huerta, E.A.; Kim, K.; Madduri, R. Secure Federated Learning Across Heterogeneous Cloud and High-Performance Computing Resources. arXiv 2024, arXiv:2402.12271. [Google Scholar] [CrossRef]
- Mangione, F.; Savaglio, C.; Fortino, G. Generative AI for IoT Computing: A Systematic Survey. arXiv 2025, arXiv:2504.07635. [Google Scholar]
- Giaretta, P. Philosophy and the Ontologies of Knowledge Representation in AI. In Ontology Makes Sense; IOS Press: Amsterdam, The Netherlands, 2019; pp. 24–36. Available online: https://www.asau.ru/files/pdf/2138517.pdf#page=40 (accessed on 1 August 2025).
- Zhu, F.; Ma, S.; Cheng, Z.; Zhang, X.Y.; Zhang, Z.; Liu, C.L. Open-world Machine Learning: A Review and New Outlooks. arXiv 2024, arXiv:2403.01759. [Google Scholar] [CrossRef]
- Xu, Y.; Zhang, L. Challenges and solutions for security in open IoT environments. Int. J. Distrib. Sens. Netw. 2023, 19, 1–12. [Google Scholar]
- Guarino, N.; Guizzardi, G. Explanation, Semantics, and Ontology. Data Knowl. Eng. 2024, 153, 102325. Available online: https://www.researchgate.net/publication/381721674_Explanation_semantics_and_ontology (accessed on 1 August 2025). [CrossRef]
- Parsons, D. Bealer’s Theory of Properties, Relations, and Propositions. In Theories of Intensionality; Springer: Singapore, 2016. [Google Scholar]
- Alukaev, D.; Kiselev, S.; Pershin, I.; Ibragimov, B.; Ivanov, V.; Kornaev, A.; Titov, I. Cross-modal conceptualization in bottleneck models. arXiv 2023, arXiv:2310.14805. [Google Scholar] [CrossRef]
- Mohammad, A.; Aczel, P.; Hirschowitz, A.; Hill, C. A Categorical Framework for Typed Extensional and Intensional Models in Formal Semantics. arXiv 2024, arXiv:2408.07058. [Google Scholar] [CrossRef]
- Ali, I.; McIsaac, K.A. Intensional Model for Data Integration System in Open Environment. In Proceedings of the KEOD; SciTePress: Setúbal, Portugal, 2020; pp. 189–196. [Google Scholar]
- Mendes, D.; Oliveira, L.; Silva, A.; Ferreira, J. Context-Aware System for Information Flow Management in Industry 4.0. Appl. Sci. 2024, 14, 3907. [Google Scholar] [CrossRef]
- Magnani, L.; Nepomuceno, A.; Salguero, F. (Eds.) Model-Based Reasoning in Science and Technology: Inferential Models for Logic, Language, Cognition and Computation; Studies in Applied Philosophy, Epistemology and Rational Ethics; Springer: Cham, Switzerland, 2019; Volume 48. [Google Scholar]
- Magnani, L. (Ed.) Handbook of Abductive Cognition; Springer: Cham, Switzerland, 2023. [Google Scholar]
- Donaldson, J.P.; Allen-Handy, A. The nature and power of conceptualizations of learning. Educ. Psychol. Rev. 2020, 32, 545–570. [Google Scholar] [CrossRef]
- Razniewski, S.; Nutt, W. Databases under the Partial Closed-World Assumption: A Survey. In Proceedings of the 26th GI-Workshop Grundlagen von Datenbanken; Klan, F., Specht, G., Gamper, H., Eds.; CEUR Workshop Proceedings 1313; CEUR-WS.org: Bozen-Bolzano, Italy, 2014; pp. 59–64. Available online: https://ceur-ws.org/Vol-1313/paper_11.pdf (accessed on 1 August 2025).
- Storey, V.C.; Lukyanenko, R.; Castellanos, A. Conceptual Modeling: Topics, Themes, and Technology Trends. arXiv 2025, arXiv:2505.13648. [Google Scholar] [CrossRef]
- Software Engineering Institute. ER 2024 to Feature the Latest on Conceptual Modeling, Artificial Intelligence, and Beyond. 2024. Available online: https://insights.sei.cmu.edu/news/er-2024-to-feature-the-latest-on-conceptual-modeling-artificial-intelligence-and-beyond/ (accessed on 27 May 2025).
- Gruber, T.R. Toward principles for the design of ontologies used for knowledge sharing. In Proceedings of the International Workshop on Formal Ontology, Padua, Italy, 17–19 March 1993; Available online: https://tomgruber.org/writing/onto-design.pdf (accessed on 1 August 2025).
- Staab, S.; Studer, R. Handbook on Ontologies, 3rd ed.; Springer: Berlin/Heidelberg, Germany, 2019. [Google Scholar]
- Adhnouss, F.M.A.; El-Asfour, H.M.A.; McIsaac, K.; El-Feghi, I. A Hybrid Approach to Representing Shared Conceptualization in Decentralized AI Systems: Integrating Epistemology, Ontology, and Epistemic Logic. AppliedMath 2023, 3, 601–624. [Google Scholar] [CrossRef]
- Ryu, H.; Kim, G.; Lee, H.S.; Yang, E. Divide and Translate: Compositional First-Order Logic Translation and Verification for Complex Logical Reasoning. arXiv 2024, arXiv:2410.08047. [Google Scholar] [CrossRef]
- ten Cate, B.; Koudijs, R.; Ozaki, A. On the Power and Limitations of Examples for Description Logic Concepts. arXiv 2024, arXiv:2412.17345. [Google Scholar] [CrossRef]
Feature | Guarino [18] | Bealer [19] | ICMOE (Intensional) |
---|---|---|---|
Language | FOL [33] | FOL [33] | Description Logic [34] |
Entities | Domain Elements | Not addressed | Concepts |
Intensional Entity | Intensional Relation | Complex Term [19] | Concept Type |
Intensional Relation | Intensional Relation | Not addressed | Relation and Relation Type |
Conceptualization Commitments | Ontological Commitment K | Not addressed | Ontological Commitment K, Model Rules U |
Intensional Conceptualization | Possible World W | ||
Extensional Conceptualization | |||
Intensional to Extensional Mapping | Not addressed | Not addressed | Interpretation Function I |
Conceptualization Elements | Domain, Intensional Relation | Not addressed | Concept, Concept Type, Rule, Relation, Relation Type |
Property | Unary Relation | Complex Term | Binary Relations (Concepts and Concept Types) |
n-ary Relation | Intensional Relation | Complex Term | n-ary Relations (Concepts and Concept Types) |
Interpretation Function I | Not addressed | Not addressed | Defined over all conceptualization elements |
Language Compatibility | FOL | FOL | FOL + Description Logic |
Dynamicity of Environment | Not addressed | Not addressed | adhere predicate enables dynamism |
Metric | Description | ICMOE Score |
---|---|---|
Concept Coverage (CC) | Proportion of domain concepts formally captured in intensional structure | 0.89 |
Semantic Depth (SD) | Average subclassing depth in TBox | 3.7 |
Dynamic Adaptability Index (DAI) | Composite score of flexibility to changes in concept, relation, and rule | 0.93 |
Semantic Rule Density (SRD) | Number of domain rules per concept type | 1.5 |
Ontology Alignment Efficiency (OAE) | Proportion of successful semantic mappings across heterogeneous ontologies | 0.86 |
Metric | Guarino Model | Bealer Model | ICMOE Model |
---|---|---|---|
Concept Coverage (CC) | 0.52 | 0.67 | 0.89 |
Semantic Depth (SD) | 1.5 | 2.3 | 3.7 |
Dynamic Adaptability Index (DAI) | 0.21 | 0.43 | 0.93 |
Semantic Rule Density (SRD) | 0.4 | 0.8 | 1.5 |
Ontology Alignment Efficiency (OAE) | 0.25 | 0.39 | 0.86 |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2025 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Badawy, K.; Essex, A.; Wahaishi, A. Intensional Conceptualization Model and Its Language for Open Distributed Environments. AppliedMath 2025, 5, 109. https://doi.org/10.3390/appliedmath5030109
Badawy K, Essex A, Wahaishi A. Intensional Conceptualization Model and Its Language for Open Distributed Environments. AppliedMath. 2025; 5(3):109. https://doi.org/10.3390/appliedmath5030109
Chicago/Turabian StyleBadawy, Khaled, Aleksander Essex, and AbdulMutalib Wahaishi. 2025. "Intensional Conceptualization Model and Its Language for Open Distributed Environments" AppliedMath 5, no. 3: 109. https://doi.org/10.3390/appliedmath5030109
APA StyleBadawy, K., Essex, A., & Wahaishi, A. (2025). Intensional Conceptualization Model and Its Language for Open Distributed Environments. AppliedMath, 5(3), 109. https://doi.org/10.3390/appliedmath5030109