eCOIN Demo for TASC Financial Example

  Metadata:   [ Text Interface | Ontology | Context | Source | Graphical Viewer | Internal Representation ]
  [Other Demos | qbe]
  [ Enable Log ]

  Queries
Description

In this query multiple Cameleon queries are started in parallel and returned to user. Great for country comparison. Other columns you can use are(Case sensitive): economy, location, climate, telephone, GDP, Background...

SQL
Context
Stage
Naive Datalog SQL Translation
Context Sensitive Datalog Execution
Conflict Detection
Mediation
Result
 answer("Brazil", 'V11', 'V10', 'V9', 'V8', 'V7'):-
	cia("Brazil", 'V11', 'V6', 'V5', 'V10', 'V9', 'V4', 'V8', 'V3', 'V7', 'V2', 'V1').

answer("France", 'V11', 'V10', 'V9', 'V8', 'V7'):-
	cia("France", 'V11', 'V6', 'V5', 'V10', 'V9', 'V4', 'V8', 'V3', 'V7', 'V2', 'V1').

answer("Germany", 'V11', 'V10', 'V9', 'V8', 'V7'):-
	cia("Germany", 'V11', 'V6', 'V5', 'V10', 'V9', 'V4', 'V8', 'V3', 'V7', 'V2', 'V1').

answer("Argentina", 'V11', 'V10', 'V9', 'V8', 'V7'):-
	cia("Argentina", 'V11', 'V6', 'V5', 'V10', 'V9', 'V4', 'V8', 'V3', 'V7', 'V2', 'V1').


gcms@mit.edu