Semantic Model

From GM-RKB
(Redirected from conceptual model)
Jump to navigation Jump to search

A semantic model is a model that represents concepts and their interactions.



References

2023


2023

  • (Wikipedia, 2023) ⇒ https://en.wikipedia.org/wiki/Conceptual_model#Conceptual_model_vs Retrieved:2023-7-23.
    • Conceptual Models and semantic models have many similarities, however the way they are presented, the level of flexibility and the use are different.

      Conceptual models have a certain purpose in mind, hence the core semantic concepts are predefined in a so-called meta model. This enables a pragmatic modelling but reduces the flexibility, as only the predefined semantic concepts can be used. Samples are flow charts for process behaviour or organisational structure for tree behaviour.

      Semantic models are more flexible and open, and therefore more difficult to model. Potentially any semantic concept can be defined, hence the modelling support is very generic. Samples are terminologies, taxonomies or ontologies.

      In a concept model each concept has a unique and distinguishable graphical representation, whereas semantic concepts are by default the same.

      In a concept model each concept has predefined properties that can be populated, whereas semantic concepts are related to concepts that are interpreted as properties.

      In a concept model operational semantic can be built-in, like the processing of a sequence, whereas a semantic model needs explicit semantic definition of the sequence.

      The decision if a concept model or a semantic model is used, depends therefore on the "object under survey", the intended goal, the necessary flexibility as well as how the model is interpreted. In case of human-interpretation there may be a focus on graphical concept models, in case of machine interpretation there may be the focus on semantic models.


2015

  • (Wikipedia, 2015) ⇒ http://en.wikipedia.org/wiki/Conceptual_schema Retrieved:2015-8-4.
    • A conceptual schema is a high-level description of a business's informational needs. It typically includes only the main concepts and the main relationships among them. Typically this is a first-cut model, with insufficient detail to build an actual database. ...


2013

  • http://en.wikipedia.org/wiki/Conceptual_model
    • In the most general sense, a model is anything used in any way to represent anything else. Some models are physical objects, for instance, a toy model which may be assembled, and may even be made to work like the object it represents. Whereas, a conceptual model is a model that exists only in the mind. Conceptual models are used to help us know and understand the subject matter they represent.

      The term conceptual model may be used to refer to models which are formed after a conceptualization process in the mind. ...

2013

  • Wikipedia http://en.wikipedia.org/wiki/Conceptual_model_(computer_science)
    • A mental model captures ideas in a problem domain, while a conceptual model represents 'concepts' (entities) and relationships between them. A Conceptual model in the field of computer science is also known as a domain model. Conceptual modeling should not be confused with other modeling disciplines such as data modelling, logical modelling and physical modelling. The conceptual model is explicitly chosen to be independent of design or implementation concerns, for example, concurrency or data storage. The aim of a conceptual model is to express the meaning of terms and concepts used by domain experts to discuss the problem, and to find the correct relationships between different concepts. The conceptual model attempts to clarify the meaning of various, usually ambiguous terms, and ensure that problems with different interpretations of the terms and concepts cannot occur. Such differing interpretations could easily cause confusion amongst stakeholders, especially those responsible for designing and implementing a solution, where the conceptual model provides a key artifact of business understanding and clarity. Once the domain concepts have been modeled, the model becomes a stable basis for subsequent development of applications in the domain. The concepts of the conceptual model can be mapped into physical design or implementation constructs using either manual or automated code generation approaches. The realization of conceptual models of many domains can be combined to a coherent platform.

      A conceptual model can be described using various notations, such as UML or OMT for object modelling, or IE or IDEF1X for Entity Relationship Modelling. In UML notation, the conceptual model is often described with a class diagram in which classes represent concepts, associations represent relationships between concepts and role types of an association represent role types taken by instances of the modelled concepts in various situations. In ER notation, the conceptual model is described with an ER Diagram in which entities represent concepts, cardinality and optionality represent relationships between concepts. Regardless of the notation used, it is important not to compromise the richness and clarity of the business meaning depicted in the conceptual model by expressing it directly in a form influenced by design or implementation concerns.

      This is often used for defining different processes in a particular Company or Institute.

2009

2007

ontology-specification-diagram.gif

1993

  • (Gruber, 1993) ⇒ Tom Gruber. (1993). “A translation approach to portable ontology specifications." Knowledge Acquisition, 2(5):199--220.
    • A conceptualization is an abstract, simplified view of the world that we wish to represent for some purpose. Every knowledge base, knowledge-based system, or knowledge-level agent is committed to some conceptualization, explicitly or implicitly. An ontology is an explicit specification of a conceptualization..

1983