Skip to main content

Data-Centricity vs. Concept-Centricity - Supposition vs. Definition

Definitions of concepts are extremely valuable, but are they sufficient for data management?  There seems to be a need for something more - for "data centric definitions".  By this I am referring the definition of a table, or column, or other data object in a database.  A concept definition - a full description of a business concept - is undoubtedly needed for a data object, but there is a strong case that more is required to form an adequate "data-centric definition".  I do not really like calling what I am discussing here "data-centric definitions", because a definition has traditionally been thought of as a property of a concept, not of a data object.  However, the term "data-centric definition" at least focuses us well on the area of interest, so I will keep it for now.

Let us first try to discover if there is anything in logic that relates to the topic we are discussing.  And indeed there is. Definition has been part of logic since its inception, and continues to be an area of interest, even in modern logic.  However, an idea called "supposition" goes beyond definition and seems to have something to say about data-centric definitions.  "Supposition" appears to be a purely Medieval idea, apparently not appearing in either ancient or modern logic. 

Supposition works like this.  Imagine I can successfully come up with a definition of "employee" for my enterprise.  The definition, as such is describing the concept of employee.  The definition, as such, has nothing to say about any actual employees.  It is only when I begin to use the term "employee" in propositions that I have to consider exactly what set of instances (actual employees) I am referring to.  The definition alone cannot help me with this.  

If I make a database table called "employee" I have to ensure that I am conforming to the definition of the concept "employee".  But the table may be designed to capture a specific set of employees.  Perhaps the table is only intended to store US employees, or Canadian employees.  Perhaps it is only intended to store current employees, or perhaps only past employees.  None of this information about the nature of the table can appear in the definition of the concept "employee".  This information is the supposition of "employee" - better yet, the supposition of "employee" in a data-centric context.  To work effectively with my employee database table, I need the supposition as much as the definition.

So what is supposition?  Here I will paraphrase George Hayward Joyce's discussion in "Principles of  Logic".  The supposition of a term in a proposition must be understood because even a univocal term (a term which signifies only one concept) can be construed is various ways.  For the logicians there were three main forms of supposition:

(1) Collective and Distributive Use.  When anything is affirmed or denied of a plural subject, the predicate may apply: (a) to individuals (instances); or (b) to the individuals taken as a group.  (a) is called the distributive use (suppositio distributiva) and (b) is called the collective use (suppositio collectiva).  E.g. for (a) "The employees attended a town hall meeting" applies only to the individuals that came to the event.  E.g. for (b) "The employees in our enterprise sign an employment contract" applies to all employees, without having to think about any instances. 

(2) Real and Logical Use.  Is the term being used as it applies to: (a) the real order, or (b) as it is at the conceptual level?  E.g. for (a) "Employee A is sitting at his desk right now" - this refers to reality.  E.g. for (b) "I am working on the definition of 'employee' right now" - this refers to my dealing with the concept of "employee", and not any individuals who are employees.  In logician's Latin, (a) is called suppositio realis and (b) is called suppositio logica.  

(3) Material Supposition (suppositio materialis).  This one is much closer to our ideas about metadata.  It happens when I am referring to the sign I am discussing.  E.g. if I say "'Employee' is a word consisting of eight letters", I am not dealing with the concept, nor any individuals, but only discussing the sign.  Aspects of naming conventions in databases intended to keep the names of data objects reasonably short would seem to fall into this category.

I suspect that the distinction between supposition and definition may answer some of the problems brought up under the heading of "context" by data managers.  It seems to me that "context" is an overloaded and overabstracted term that refers to a number of quite different issues.

I hope this proves that there is a theoretical basis for "data-centric definitions" and that supposition provides part of it.  We have a lot to follow up on regarding "data-centric definitions" and will be returning to it in  the future.      

Comments

Popular Posts

Create Your Own Social Networking Site

Create Your Own Social Networking Site JCOW: Ethical Hacking Top 10 reasons to choose Jcow:- 1. Handle more traffic - Clean codes and Dynamic caching can lower the CPU load and  speed up your website. 2 Make your site more interactive - Well designed Jcow applications help you members to connect and communicate with others more effectively. 3 Add questions to the Registration Form - You can add new member fields, which will be displayed to the registration form, profile form, and the member browsing form. 4 Easily share stuff - Within the AJAX sharing Box, your members can publish status,  photos, videos, and blogs. 5 Customize and Extend your Jcow Network - A Jcow network consists of core apps(like "Friends" and "Messages") and optional apps(like "Blogs" and ""Videos"). You can enable/disable optional apps. You can also develop your own apps. 6 Every profile could be Unique - Members can customize their own profile theme and  add music play...

WRITE "I LOVE YOU" ON CMD BY USING NOTEPAD

I had previously posted about   Matrix effect   using Notepad   as well as cool batch file  programs. In this post i will share with you guys  the cool and awesome  Notepad Tricks .  As name suggest you don't require any program other then Notepad.  So lets get started. 1. Open  Notepad   and copy below code. @echo off color 0A :A echo IIIIIII     L      OOOOOO V           V  EEEEEE     Y       Y  OOOOOO  U     U  ping -a .9 >nul echo    I        L      O    O  V         V   E           Y     Y   O    O  U     U  ping -b .9 >nul  echo    I        L      O    O   V       V    E   ...

HL7V2.x to HL7V3.0 Translation Issues Details-2

In continuation of my previous post this post lists the other issues associated with HL7 v2.x to HL7v3 translation Conformance Patterns: The other major issue with the transformation of messages is the behavior of application when a particular information exchange takes place. In HL7V3.0 apart from the trigger events and interactions there exists the notion of application role as senders and receivers. The application role is characterized as the entire set of interactions for which the sender and receiver are responsible for transmitting. HL7V3.0 clearly defines the possible interactions and the application behavior associated these interactions in the form of responses for which the sender and receiver needs to adhere to. The differences in messages between V2.x and V3.0 and absence of clear guidance on V2.x regarding application behavior on receipt of message makes the transformation exercise more difficult. Vocabulary: It is a well known fact that 80% of HL7 V2.x message failu...