Information about Conceptual Graph
A conceptual graph (CG) is a notation for logic based on the existential graphs of Charles Sanders Peirce and the semantic networks of artificial intelligence. In the first published paper on CGs, John F. Sowa used them to represent the conceptual schemas used in database systems. The first book on CGs (Sowa 1984) applied them to a wide range of topics in artificial intelligence, computer science, and cognitive science. A linear notation, called the Conceptual Graph Interchange Format (CGIF), has been standardized in the Final Committee Draft of the proposed ISO standard for Common Logic.
The diagram on the right is an example of the display form for a conceptual graph. Each box is called a concept node, and each oval is called a relation node. In CGIF, this CG would be represented by the following statement:
[Cat Elsie] [Sitting *x] [Mat *y] (agent ?x Elsie) (location ?x ?y)
In CGIF, brackets enclose the information inside the concept nodes, and parentheses enclose the information inside the relation nodes. The letters x and y, which are called coreference labels, show how the concept and relation nodes are connected. In the Common Logic Interchange Format (CLIF), those letters are mapped to variables, as in the following statement:
(exists ((x Sitting) (y Mat)) (and (Cat Elsie) (agent x Elsie) (location x y)))
As this example shows, the asterisks on the coreference labels *x and *y in CGIF map to existentially quantified variables in CLIF, and the question marks on ?x and ?y map to bound variables in CLIF. A universal quantifier, represented @every*z in CGIF, would be represented forall (z) in CLIF.
Conceptual graphs express meaning in a form that is logically precise, humanly readable, and computationally tractable. The graph-based model, expressivity, and intuitiveness of CGs has led to their use as an intermediate language for translating computer-oriented formalisms to and from natural languages. With their graphic representations, they serve as a readable but formal design and specification language. CGs have been implemented in a variety of projects for information retrieval, database design, expert systems, and natural language processing.
See also
- Concept map
- conceptual schema
- semantic network
- knowledge representation
- Spider Diagram
- Resource Description Framework (RDF)
References
- Sowa, John F. (1984), Conceptual Structures: Information Processing in Mind and Machine, Addison-Wesley, Reading, MA, 1984.
- Sowa, John F. (1976), "Conceptual Graphs for a Data Base Interface", IBM Journal of Research and Development 20(4), 336–357, July 1976. PDF file.
External links
People
There is a lively worldwide conceptual graphs research community, which began with a series of seven annual workshops that met from 1986 to 1992. In 1993, the workshops were upgraded to the International Conferences on Conceptual Structures (ICCS), which have been held annually in Europe, Australia, and North America. Since the mid 1990s, the ICCS community has broadened its scope to include formal concept analysis (FCA) and other tools and languages for representing and reasoning about concepts. Following is a sample of some currently active researchers on conceptual graphs, many of whom combine CGs with FCA and other notations for logic.
|
|
Resources
- Conceptual Structures Home Page
- Conceptual Graphs Home Page
- John F. Sowa
- University of Aalborg Online Course
An existential graph is a type of diagrammatic or visual notation for logical expressions, proposed by Charles Sanders Peirce, who wrote his first paper on graphical logic in 1882 and continued to develop the method until his death in 1914.
..... Click the link for more information.
..... Click the link for more information.
ierce]].
Western Philosophy
19th/20th century philosophy
Name: Charles Sanders Peirce
Birth: September 10, 1839
Cambridge, Massachusetts
Death: April 19, 1914
Milford, Pennsylvania
..... Click the link for more information.
A semantic network is often used as a form of knowledge representation. It is a directed graph consisting of vertices, which represent concepts, and edges, which represent semantic relations between the concepts.
..... Click the link for more information.
..... Click the link for more information.
artificial intelligence (or AI) is "the study and design of intelligent agents" where an intelligent agent is a system that perceives its environment and takes actions which maximizes its chances of success.
..... Click the link for more information.
..... Click the link for more information.
John Florian Sowa is the computer scientist who invented conceptual graphs, a graphic notation for logic and natural language, based on the structures in semantic networks and on the existential graphs of Charles S. Peirce.
..... Click the link for more information.
..... Click the link for more information.
A conceptual schema, or conceptual data model is a map of concepts and their relationships. This describes the semantics of an organization and represents a series of assertions about its nature.
..... Click the link for more information.
..... Click the link for more information.
The Framework
Common logic (CL) is a framework for a family of logic languages, based on first-order logic, intended to facilitate the exchange and transmission of knowledge in computer-based systems...... Click the link for more information.
Information retrieval (IR) is the science of searching for information in documents, searching for documents themselves, searching for metadata which describe documents, or searching within databases, whether relational stand-alone databases or hypertextually-networked databases
..... Click the link for more information.
..... Click the link for more information.
Database design is the process of producing a detailed data model of a database. This logical data model contains all the needed logical and physical design choices and physical storage parameters needed to generate a design in a Data Definition Language, which can then be used to
..... Click the link for more information.
..... Click the link for more information.
An expert system, also known as a knowledge based system, is a computer program that contains some of the subject-specific knowledge, and contains the knowledge and analytical skills of one or more human experts.
..... Click the link for more information.
..... Click the link for more information.
Natural language processing (NLP) is a subfield of artificial intelligence and computational linguistics. It studies the problems of automated generation and understanding of natural human languages.
..... Click the link for more information.
..... Click the link for more information.
Concept mapping is a technique for visualizing the relationships among different concepts. A concept map is a diagram showing the relationships among concepts. Concepts are connected with labelled arrows, in a downward-branching hierarchical structure.
..... Click the link for more information.
..... Click the link for more information.
A conceptual schema, or conceptual data model is a map of concepts and their relationships. This describes the semantics of an organization and represents a series of assertions about its nature.
..... Click the link for more information.
..... Click the link for more information.
A semantic network is often used as a form of knowledge representation. It is a directed graph consisting of vertices, which represent concepts, and edges, which represent semantic relations between the concepts.
..... Click the link for more information.
..... Click the link for more information.
Knowledge representation is an issue that arises in both cognitive science and artificial intelligence. In cognitive science it is concerned with how people store and process information.
..... Click the link for more information.
..... Click the link for more information.
spider diagram adds existential points to an Euler or a Venn diagram. The points indicate the existence of an attribute described by the intersection of contours in the Euler diagram. These points may be joined together forming a shape like a spider.
..... Click the link for more information.
..... Click the link for more information.
Resource Description Framework
File extension:
MIME type:
Developed by: World Wide Web Consortium
Type of format: semantic web
Container for: FOAF, SKOS, ...
..... Click the link for more information.
File extension:
.rdfMIME type:
application/rdf+xmlDeveloped by: World Wide Web Consortium
Type of format: semantic web
Container for: FOAF, SKOS, ...
..... Click the link for more information.
Formal concept analysis, introduced by Rudolf Wille and his students, is a method of data analysis that takes an input matrix specifying a set of objects and the properties thereof, and finds both all the "natural" clusters of properties
..... Click the link for more information.
..... Click the link for more information.
This article is copied from an article on Wikipedia.org - the free encyclopedia created and edited by online user community. The text was not checked or edited by anyone on our staff. Although the vast majority of the wikipedia encyclopedia articles provide accurate and timely information please do not assume the accuracy of any particular article. This article is distributed under the terms of GNU Free Documentation License.
Herod_Archelaus