Skip to main content

The language Ampersand

This page is a dictionary. It defines the words we use to talk about Ampersand. You can click on the words to navigate to its defining page.

WordMeaningExamplePurpose
Atoman indivisible item. Watch this clip to learn how we use the words atom, concept, and relation."Peter"to represent a thing
Concepta name to categorize similar itemsPerson
Pairtwo atoms: a source and a target atom("Ida",5)to state that two atoms are related
Relationa set of pairs that is identifyable in a context by its name and typer[A*B]to build true statements and store pairs persistently in an application
Rulea constraint, which is supposed to remain satisfied.r;s \|- tto provide meaning in a given context
Invarianta rule that remains satisfied at all times by forbidding violations or by automatically resolving them.
Enforcement rulea rule that remains satisfied at all times by automatically resolving its violations as they occur.
Process rulea rule that remains satisfied only when the user resolves its violations.
satisfyA rule is satisfied (in a context) if the data (in that context) do not cause any violation of that rule.to calculate violations at runtime helps users do the right things
Patterna set of rules

PATTERN

...

ENDPATTERN

to gather rules that belong together for reusing them in different contexts
Populationa set of pairs in a contextPOPULATION r[A*B] CONTAINS [ ("Ida",5), ("Bob",1) ]to represent the facts (i.e. true statements) in an information system
Contexta population together with a set of rules that are satisfied by the population.

CONTEXT

...

ENDCONTEXT

to maintain a consistent representation of a real life situation
ViewA set of pairs that can be shown to users in a particular formulation.to represent facts
InterfaceA structure meant for "the outside world" to communicate with the system and possibly change the population.INTERFACE Request FOR Customerto let "the outside world" communicate with the system in a given context and possibly change its population
MultiplicityA predefined property of a relationUNI, TOT, SUR, INJto constrain a relation with predefined properties
TermA combination of relations and operators that satisfy the Ampersand syntaxr;s-tto express rules
Operatora symbol used in combining terms into other terms.-, ~, \/, /\, -, ;, \, /, \|-, =to express more complex rules.
SpecializationA rule that defines specialization between two (or more) concepts.CLASSIFY A ISA BTo specify a building block for a classification hierarchy.
RoleA name for a group of peopleROLE Customer MAINTAINS paymentObligationto talk about users without having any users

Syntactic definitions are given where the underlying notions (e.g. rule, relation, pattern, etc.) are discussed. The metasyntax is singled out on a separate page. Because terms are defined in relation algebra, their semantics are explained in various ways to suit the background of each individual reader. Terms are the only algebraically defined things.

This section is organized by discussing each notion in isolation. Hyperlinks are added in the text to let the reader navigate on her own. The text is suitable for reference purposes, so there is no preferred order in reading.