Limada

limada::concept

is an application to draw, edit and store concept maps. A concept map is a diagram showing the relationships among concepts. They are graphical tools for organizing and representing knowledge. They include concepts, usually enclosed in circles or boxes of some type, and relationships between concepts indicated by a connecting line linking two concepts.

Concepts can be connected with labeled arrows. The relationship between concepts can be articulated in linking phrases, e.g., "gives rise to", "results in", "is required by," or "contributes to".

Concept maps are similar to mindmaps, but give more freedom, as mindmaps are often restricted to radial hierarchies and tree structures.

Features

* Add concepts by typing or drag and drop
* Link your concepts, and label them
* You can link a concept with as many other concepts you need. You can link concepts with other links
* Move your concepts around as you like and as you need it. No restriction for placing or ordering!
* Your concept-map is stored in a database. You can make very big maps with many of concepts and links.
* Assign different shapes to a concept
* Work with a splitted screen: several views or sub-views of the same concept-map.
* Organise different views of your concept maps as sheets and store them in the database
* Store text and images in the database and connect them with concepts * Export your map as an image

Future

Limada will be extended with content management (create, edit, manage, search and publish various kinds of digital media and electronic text) and document management (scanning and storing of paper documents) features in the next releases.

limada::framework

Limada (Linked Marked Data) is a framework for managing relationships of data in non-hierarchical structures. It is suitable for data sets where the individual elements are interconnected in complex ways. The philosophy behind is that information is not in the data, but in the relationship between the data.

The basic data structures are things, links and graphs.

A thing holds a piece of information, such as text or numerical data.

A link is a triple of things: it connects a root with a leaf, and a marker provides information about the character of the connection, the "why are root and leaf connected". A link is a thing by itself, so links can be connected with other links ("link on link") and used as markers as well.

A graph is a container of things and links. It provides access to the relations of things.

Limada has persistance layers for storing things and links in databases, and user interface components for visualizing the relationships between the data.

Limada's links are typed links, the marker of the link represents the semantic relations between the data. So you are able to build very free form variants of a semantic network.

It is no ontology framework, as it lacks the class-features (inheritance etc.) and don’t support any ontological language. It is no semantic web framework, as it has no description logics (as by now).

Limada is written in c# and published under the GPL.