%TEMPO test-file
% 
% ':' act as a seperator
% 1st entry: Object 1
% 2nd entry: Relation between object 1 and object 2
% 3rd entry: Object 2
% 4th entry: (optional) disjunction
% 5th entry: Object 3
% 6th entry: Relation between object 3 and object 4
% 7th entry: Object 4
% 8th entry: optional disjuntion
%   ...
%   etc.
%   
% Relations: <,>,~,{,},=,\,/,#,?
% 	<: less than
% 	>: larger than
% 	~: Broadly contemporary
% 	{: Broadly contemporary or less than
% 	}: Broadly contemporary or larger than
% 	=: equal
% 	\: equal or less than
% 	/: equal or larger than
%	#: less than or larger than
%	?: no direct relation
% Disjuntions: o,x
%	o: OR
%	x: XOR
% The disjunctions are associated from the left.
%
%
% Example 1:
% A:<:B:x:B:~:C:	% ((A less than B) XOR (B broadly contemporary with C)) 
% A:<:B:o:B:~:A:o:B=A:	% (((A less than B) OR (B broadly contemporary with A)) OR (B equal with A))
% B:>:D:		% B larger than D
%
B:>:A:
D:>:A:
D:<:C:
B:<:A:x:B:>:C:
###Graph:
75:225:A:
225:75:B:
175:125:C:
125:175:D: