1 append temp_dataset2 output (0) ;; useless 2 copy_path loted temp_dataset1 loted_path (10) 3 put_inverse temp_dataset1 loted_country loted_country_inverse temp_statement2 (0) 4 filter_statement_template temp_dataset1 temp_statement2 (0) ;; useless 5 put_size temp_dataset1 loted_country_inverse size_tenders (0) 6 clean temp_dataset2 (0) ;; useless, consequence of 1 7 filter_statement_template temp_dataset1 size_tenders (0) 8 append temp_dataset1 output (0) ;; obtain number of tenders 9 clean temp_dataset1 (0) ;; needed to reuse the temp_dataset1 object on step 11 10 append temp_dataset2 output (0) 11 copy_path eurostat temp_dataset1 eurostat_path (10) 12 put_shortcut temp_dataset1 eurostat_path shortcut_citizens (0) 13 filter_statement_template temp_dataset1 shortcut_citizens (0) 14 append temp_dataset1 output (0) ;; obtain number of citizens 15 clean temp_dataset2 (0) ;; useless 16 clean_statement_template temp_statement2 (0) ;; needed to reuse the object 17 link output (10) ;; materialize and discover all owl:sameAs 18 renew output (10) ;; one URI one real-world entity (and remove owl:sameAs) 19 assign_type output region pset temp_statement2 (0)