Thu May 25 12:47:58 CEST 2006	(0)	Initializing..
Thu May 25 12:47:59 CEST 2006	(0)	Reading in Ontology
Thu May 25 12:48:02 CEST 2006	(2)	searching for predicates
Thu May 25 12:48:02 CEST 2006	(2)	store information found (predicates)
Thu May 25 13:00:29 CEST 2006	(2)	searching for literals
Thu May 25 13:00:29 CEST 2006	(2)	store information found (literals)
Thu May 25 13:00:31 CEST 2006	(2)	searching for literal matchstrings
Thu May 25 13:00:31 CEST 2006	(2)	store information found (literal matchstrings)
Thu May 25 13:00:31 CEST 2006	(2)	searching for class matchstrings
Thu May 25 13:00:31 CEST 2006	(2)	store information found (class matchstrings)
Thu May 25 13:00:31 CEST 2006	(0)	Ontology Read
Thu May 25 13:00:31 CEST 2006	(0)	 
Thu May 25 13:00:31 CEST 2006	(1)	new quesiton: 'what,are,the,major,cities,in,the,states,through,which,the,major,river,in,virginia,runs,?'
Thu May 25 13:00:31 CEST 2006	(2)	preprocessing
Thu May 25 13:00:31 CEST 2006	(1)	parsed question: 'are major city in states through which major river in virginia runs'
Thu May 25 13:00:31 CEST 2006	(2)	building queries
Thu May 25 13:00:31 CEST 2006	(3)	add an empty QueryBucket for making it possible to find answers to questions without predicate
Thu May 25 13:00:31 CEST 2006	(3)	create initial QueryBucket list
Thu May 25 13:00:31 CEST 2006	(3)	search for combination possibilities among predicates
Thu May 25 13:00:31 CEST 2006	(3)	loop over 31
Thu May 25 13:01:07 CEST 2006	(3)	search for combination possibilities with literals
Thu May 25 13:01:25 CEST 2006	(3)	remove queryBuckets that do not satisfy all rules
Thu May 25 13:01:32 CEST 2006	(3)	remove duplicates queryBuckets
Thu May 25 13:26:33 CEST 2006	(3)	generate the sparql queries
Thu May 25 13:26:34 CEST 2006	(1)	sparql query: select distinct * WHERE { ?City <http://www.mooney.net/geo#isIn> ?State . ?majorRiver <http://www.mooney.net/geo#runsThrough> ?State . ?State <http://www.mooney.net/geo#abbreviation> 'in' . ?State <http://www.mooney.net/geo#label> 'virginia' . ?State <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.mooney.net/geo#State> . ?majorRiver <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.mooney.net/geo#majorRiver> . ?City <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.mooney.net/geo#City> }
-----------------------------
| City | State | majorRiver |
=============================
-----------------------------
Thu May 25 13:26:35 CEST 2006	(1)	sparql query: select distinct * WHERE { ?bigCity <http://www.mooney.net/geo#isIn> ?State . ?majorRiver <http://www.mooney.net/geo#runsThrough> ?State . ?State <http://www.mooney.net/geo#abbreviation> 'in' . ?State <http://www.mooney.net/geo#label> 'virginia' . ?State <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.mooney.net/geo#State> . ?majorRiver <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.mooney.net/geo#majorRiver> . ?bigCity <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.mooney.net/geo#bigCity> }
--------------------------------
| bigCity | State | majorRiver |
================================
--------------------------------
Thu May 25 13:26:35 CEST 2006	(1)	sparql query: select distinct * WHERE { ?majorCity <http://www.mooney.net/geo#isIn> ?State . ?majorRiver <http://www.mooney.net/geo#runsThrough> ?State . ?State <http://www.mooney.net/geo#abbreviation> 'in' . ?State <http://www.mooney.net/geo#label> 'virginia' . ?State <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.mooney.net/geo#State> . ?majorRiver <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.mooney.net/geo#majorRiver> . ?majorCity <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.mooney.net/geo#majorCity> }
----------------------------------
| majorCity | State | majorRiver |
==================================
----------------------------------

Thu May 25 13:26:35 CEST 2006	(0)	Finished
