Skip to main content

Thinking About Concepts and Terms


I was noodling around with stipulative and legislative definitions, and started to diagram out what I was finding.  It occurred to me that I have not really had a rethink about diagramming the relationships between the concepts involved in definition work for a while.  Pretty soon I found that I lacked some of the fundamentals, and had to get them sorted out before I could deal with stipulative and legislative definitions.

The result of that effort is the cartoon shown in Figure 1.  I am calling it a "cartoon" because I have not had time yet to work it up in some formal notation, such as conceptual graph.  I also realize it is incomplete.  For instance, I have not had time to figure out where to put Nominal Definition.



Figure 1: Relations of Concept and Term

In Figure 1 all supertype-subtype relations are indicated by solid lines, with the label "is genus of", indicating how the superordinate genus is related to the subordinate genus.  This is to distinguish them from other kinds of relationships.

So let us look at what we have (in no particular order):

Term: a linguistic symbol that signifies a concept.

Common Term: a term that signifies a concept that is understood by the general population.

Technical Term: a term that signifies a concept that is understood by a restricted community, and exists within a specialized context.

Existing Term: a term that has been in use prior to a specific point in time.

New Term: a term that is created at a particular point in time, and did not exist prior to this point in time.

Interpretant: a mind or machine that understands a particular term to signify a particular concept.

Terminologist: a person or group of people that assigns a term to concept.  The term may be an Existing Term or New Term.

Concept:  cognition of a universal as distinguished from the particulars which it unifies [from Baldwin's Dictionary of Philosophy, under "Conception"].

Previously Existing Concept: a concept that exists prior to a particular time, irrespective of whether it is known to exist or not.

Not Previously Existing Concept: a concept that does not exist prior to a particular time.  [It was this that I was interested in with respect to stipulative and legislative definitions.]

Previously Known Concept: a Previously Existing Concept that is known to exist.  It is known by at least someone.  However, there is no guarantee it is known by everyone.
 
Not Previously Known Concept: a Previously Existing Concept that is not known to exist.  It might be unknown to everyone, or to a specific community.

Real Definition: an explanation of a concept.

Critique

Well, this is interesting, but within my preliminary definitions some terms remain undefined. 

They are: linguistic symbol; general population; community; context [ugh! I hate that one]; time [more difficult than "context"]; mind; machine; signify; person; group of people; universal; particular; exist.

I think I am also missing a taxonomy (or other concept set) under Previously Known Concept, Not Previously Known Concept to indicate "known / not known by whom". 

I will have to figure out all of this in the future - too late today.

Other Notes
  • ·      It is interesting to see how Term has two taxonomies: Common Term, Technical Term; and Existing Term, New Term.   These seem to be fully external to each other ("orthogonal"), which introduces complexity.

  • ·     I wanted to show that the question "what does T mean?" where "T" is some term is a very suspect question.  I do not think the diagram shows it.  I think this is a false assumption of univocity, which is something else. Oh well.

This is very much a work in progress.  I will push on from here to stipulative and legislative definitions.

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...