% [Entity:'Block'(ATTR[Block*b][Color])(CHRC?b[Shape]);Each block has a color and shape;] cgc(2,simple,'block',[fs(num,sing)],[]). cgc(3,simple,'color',[fs(num,sing)],[]). cgc(5,simple,'shape',[fs(num,sing)],[]). cg(4,[cgr(attr, [2, 3], _), cgr(chrc, [2, 5], _)], [], [fs(comment,'Each block has a color and shape'), fs(kind,body_of_context)]). cgc(1,complex,entity,[4],[fs(name,'Block'),fs(comment,'Each block has a color and shape')]). % [Act:'Pickup'(PTNT[Pickup*p][Block*b])(INST?p[Hand*h])(RSLT?p[Situation:(GRASP?h?b)]);Each block is picked up using a hand;] cgc(7,simple,'pickup',[fs(num,sing)],[]). cgc(8,simple,'block',[fs(num,sing)],[]). cgc(10,simple,'hand',[fs(num,sing)],[]). cg(12,[cgr(grasp, [10, 8], _)], [], [fs(kind,body_of_context)]). cgc(11,complex,situation,[12],[]). cg(9,[cgr(ptnt, [7, 8], _), cgr(inst, [7, 10], _),cgr(rslt, [7, 11], _)], [], [fs(comment,'Each block is picked up using a hand'), fs(kind,body_of_context)]). cgc(6,complex,act,[9],[fs(name,'Pickup'),fs(comment,'Each block is picked up using a hand')]). % [Act:'Putdown'(PTNT[Putdown*p][Block*b])(DEST?p[Location*l])(INST?p[Hand])(RSLT?p[Situation:(Top?b?l)]);Each block is put down at a location from the hand;] cgc(14,simple,'putdown',[fs(num,sing)],[]). cgc(15,simple,'block',[fs(num,sing)],[]). cgc(17,simple,'location',[fs(num,sing)],[]). cgc(18,simple,'hand',[fs(num,sing)],[]). cg(20,[cgr(top, [15, 17], _)], [], [fs(kind,body_of_context)]). cgc(19,complex,situation,[20],[]). cg(16,[cgr(ptnt, [14, 15], _), cgr(dest, [14, 17], _),cgr(inst, [14, 18], _), cgr(rslt, [14, 19], _)], [], [fs(comment,'Each block is put down at a location from the hand'), fs(kind,body_of_context)]). cgc(13,complex,act,[16],[fs(name,'Putdown'),fs(comment,'Each block is put down at a location from the hand')]). % [Act:'MoveHand'(DEST[MoveHand*m][Location*l])(PTNT?m[Hand*h])(RSLT?m[Situation:(At?h?l)]);This action moves the hand to a location;] cgc(22,simple,'movehand',[fs(num,sing)],[]). cgc(23,simple,'location',[fs(num,sing)],[]). cgc(25,simple,'hand',[fs(num,sing)],[]). cg(27,[cgr(at, [25, 23], _)], [], [fs(kind,body_of_context)]). cgc(26,complex,situation,[27],[]). cg(24,[cgr(dest, [22, 23], _), cgr(ptnt, [22, 25], _),cgr(rslt, [22, 26], _)], [], [fs(comment,'This action moves the hand to a location'), fs(kind,body_of_context)]). cgc(21,complex,act,[24],[fs(name,'MoveHand'),fs(comment,'This action moves the hand to a location')]). % [Act:'MoveBlock'(DEST[MoveBlock*m][Location*l])(PTNT?m[Block*b])(INST?m[Hand])(RSLT?m[Situation:(At?b?l)]);This action moves the block to a location;] cgc(29,simple,'moveblock',[fs(num,sing)],[]). cgc(30,simple,'location',[fs(num,sing)],[]). cgc(32,simple,'block',[fs(num,sing)],[]). cgc(33,simple,'hand',[fs(num,sing)],[]). cg(35,[cgr(at, [32, 30], _)], [], [fs(kind,body_of_context)]). cgc(34,complex,situation,[35],[]). cg(31,[cgr(dest, [29, 30], _), cgr(ptnt, [29, 32], _),cgr(inst, [29, 33], _), cgr(rslt, [29, 34], _)], [], [fs(comment,'This action moves the block to a location'), fs(kind,body_of_context)]). cgc(28,complex,act,[31],[fs(name,'MoveBlock'),fs(comment,'This action moves the block to a location')]). % [Relation:'At'(POS[Entity][Location])] cgc(37,simple,'entity',[fs(num,sing)],[]). cgc(38,simple,'location',[fs(num,sing)],[]). cg(39,[cgr(pos, [37, 38], _)], [], [fs(kind,body_of_context)]). cgc(36,complex,relation,[39],[fs(name,'At')]). % [Relation:'Top'(Ontable[Block*b1][Location])~[(Above[Block*b2]?b1)];A block on top is at a location and has no blocks above it;] cgc(41,simple,'block',[fs(num,sing)],[]). cgc(42,simple,'location',[fs(num,sing)],[]). cgc(44,simple,'block',[fs(num,sing)],[]). cg(45,[cgr(above, [44, 41], _)], [], [fs(kind,normal)]). cg(43,[cgr(ontable, [41, 42], _), cgr(not, [45], _)], [], [fs(comment,'A block on top is at a location and has no blocks above it'), fs(kind,body_of_context)]). cgc(40,complex,relation,[43],[fs(name,'Top'),fs(comment,'A block on top is at a location and has no blocks above it')]). % [Relation:'EmptyHand'~[(GRASP[Hand][Block])];A block is empty when no blocks are in it;] cgc(47,simple,'hand',[fs(num,sing)],[]). cgc(48,simple,'block',[fs(num,sing)],[]). cg(49,[cgr(grasp, [47, 48], _)], [], [fs(kind,normal)]). cg(50,[cgr(not, [49], _)], [], [fs(comment,'A block is empty when no blocks are in it'), fs(kind,body_of_context)]). cgc(46,complex,relation,[50],[fs(name,'EmptyHand'),fs(comment,'A block is empty when no blocks are in it')]). % [Relation:'OnTable'(At[Block*b][Location])~[(GRASP[Hand]?b)];A block on the table is at a location and not in the hand;] cgc(52,simple,'block',[fs(num,sing)],[]). cgc(53,simple,'location',[fs(num,sing)],[]). cgc(55,simple,'hand',[fs(num,sing)],[]). cg(56,[cgr(grasp, [55, 52], _)], [], [fs(kind,normal)]). cg(54,[cgr(at, [52, 53], _), cgr(not, [56], _)], [], [fs(comment,'A block on the table is at a location and not in the hand'), fs(kind,body_of_context)]). cgc(51,complex,relation,[54],[fs(name,'OnTable'),fs(comment,'A block on the table is at a location and not in the hand')]). % [Relation:'Above'(OnTable[Block*b1][Location*l])(OnTable[Block*b2]?l);The first block is above the second block at the same location;] cgc(58,simple,'block',[fs(num,sing)],[]). cgc(59,simple,'location',[fs(num,sing)],[]). cgc(61,simple,'block',[fs(num,sing)],[]). cg(60,[cgr(ontable, [58, 59], _), cgr(ontable, [61, 59], _)], [], [fs(comment,'The first block is above the second block at the same location'), fs(kind,body_of_context)]). cgc(57,complex,relation,[60],[fs(name,'Above'),fs(comment,'The first block is above the second block at the same location')]). % [Block:#1] cgc(62,simple,'block',[fs(num,sing),fs(type,def),fs(refID,1)],[]). % [Block:#2] cgc(63,simple,'block',[fs(num,sing),fs(type,def),fs(refID,2)],[]). % [Block:#3] cgc(64,simple,'block',[fs(num,sing),fs(type,def),fs(refID,3)],[]). % [Hand:#4] cgc(65,simple,'hand',[fs(num,sing),fs(type,def),fs(refID,4)],[]). % [Location:#5] cgc(66,simple,'location',[fs(num,sing),fs(type,def),fs(refID,5)],[]). % [Location:#6] cgc(67,simple,'location',[fs(num,sing),fs(type,def),fs(refID,6)],[]). % [Block:@3] cgc(68,simple,'block',[fs(num,sing),fs(quant,3)],[]). % (ATTR[Block:#1][Color:'Red']) cgc(69,simple,'block',[fs(num,sing),fs(type,def),fs(refID,1)],[]). cgc(70,simple,'color',[fs(name,'Red')],[]). cg(71,[cgr(attr, [69, 70], _)], [], [fs(kind,normal)]). % (ATTR[Block:#2][Color:'Blue']) cgc(72,simple,'block',[fs(num,sing),fs(type,def),fs(refID,2)],[]). cgc(73,simple,'color',[fs(name,'Blue')],[]). cg(74,[cgr(attr, [72, 73], _)], [], [fs(kind,normal)]). % (ATTR[Block:#3][Color:'Green']) cgc(75,simple,'block',[fs(num,sing),fs(type,def),fs(refID,3)],[]). cgc(76,simple,'color',[fs(name,'Green')],[]). cg(77,[cgr(attr, [75, 76], _)], [], [fs(kind,normal)]). % (OnTable[Block:#1][Location:#5]) cgc(78,simple,'block',[fs(num,sing),fs(type,def),fs(refID,1)],[]). cgc(79,simple,'location',[fs(num,sing),fs(type,def),fs(refID,5)],[]). cg(80,[cgr(ontable, [78, 79], _)], [], [fs(kind,normal)]). % (OnTable[Block:#2][Location:#6]) cgc(81,simple,'block',[fs(num,sing),fs(type,def),fs(refID,2)],[]). cgc(82,simple,'location',[fs(num,sing),fs(type,def),fs(refID,6)],[]). cg(83,[cgr(ontable, [81, 82], _)], [], [fs(kind,normal)]). % (OnTable[Block:#3][Location:#5]) cgc(84,simple,'block',[fs(num,sing),fs(type,def),fs(refID,3)],[]). cgc(85,simple,'location',[fs(num,sing),fs(type,def),fs(refID,5)],[]). cg(86,[cgr(ontable, [84, 85], _)], [], [fs(kind,normal)]). % (Above[Block:#1][Block:#3]) cgc(87,simple,'block',[fs(num,sing),fs(type,def),fs(refID,1)],[]). cgc(88,simple,'block',[fs(num,sing),fs(type,def),fs(refID,3)],[]). cg(89,[cgr(above, [87, 88], _)], [], [fs(kind,normal)]). % (Emptyhand[Hand:#4]) cgc(90,simple,'hand',[fs(num,sing),fs(type,def),fs(refID,4)],[]). cg(91,[cgr(emptyhand, [90], _)], [], [fs(kind,normal)]). % NOT RECOGNISED [Either:[Or:(ATTR[Block:#1][Color:'Blue'])][Or:(ATTR[Block:#2][Color:'Blue'])]] % (CHRC[Block:@every][Shape:'Cubical']) cgc(93,simple,'block',[fs(num,sing),fs(quant,every)],[]). cgc(94,simple,'shape',[fs(name,'Cubical')],[]). cg(95,[cgr(chrc, [93, 94], _)], [], [fs(kind,normal)]). cgc(66601,simple,'market',[fs(num,sing),fs(quant,lambda)],_). cgc(666016,simple,'financial_market',[fs(num,sing),fs(quant,lambda)],_). cgc(666031,simple,'financial_instrument',[fs(num,sing),fs(quant,lambda)],_). cgc(666050,simple,'security',[fs(num,sing),fs(quant,lambda)],_). cgc(666051,simple,'bond',[fs(num,sing),fs(quant,lambda)],_). cgc(666063,simple,'municipal_bond',[fs(num,sing),fs(quant,lambda)],_). cgc(666074,simple,'stock',[fs(num,sing),fs(quant,lambda)],_). cgc(666080,simple,'organization',[fs(num,sing),fs(quant,lambda)],_). cgc(666014,situation,_,[6660109],'situation: Primary market raise capital'). cgc(666019,situation,situation_liquidity,[6660120],'situation liquidity: converting securities into cash'). cgc(666029,situation,situation_liquidity,[6660132],'situation liquidity: converting money market investment into cash'). cgc(666022,situation,_,[6660122],'proposition: secondary market supports new investments'). cgc(666054,situation,_,[6660155],'situation: Bond is converted to common stock'). %cgc(666085,situation,_,[6660176],'situation: Issuing authority trades newly issued securities and loans on the primary market'). cgc(66602,simple,'financial_instrument',[fs(num,plur)],_). cgc(66603,simple,'buyer',[fs(num,plur)],_). cgc(66604,simple,'seller',[fs(num,plur)],_). cgc(66605,simple,'trade',[fs(num,sing)],_). typedef(6660101,'financial_market',lambda([x],6660102)). %$graph$6660102&C&66605&666061&666057&-666020561&-666065536&C&66603&666039&666021&-666020561&-666065536&R&666047&666037&-666016776961&-666016738666&C&66604&666075&666022&-666020561&-666065536&R&666071&666038&-666016776961&-666016738666&C&66601&666020&666034&-666020561&-666065536&R&666039&666049&-666016776961&-666016738666&C&66602&666099&666031&-666020561&-666065536&R&666084&666049&-666016776961&-666016738666& cg(6660102,[cgr(agnt, [66605, 66603], _), cgr(agnt, [66605, 66604], _),cgr(loc, [66605, 66601], _), cgr(thm, [66605, 66602], _)], none, [fs(kind,body_of_concept_type_def), fs(comment,'Financial market is market where buyers and sellers trade financial instruments')]). cgc(66606,simple,'security',[fs(num,plur)],_). cgc(66607,simple,'primary_market',[fs(num,sing)],_). cgc(66608,simple,'newly_issued',[fs(num,sing)],_). cgc(66609,simple,'loan',[fs(num,plur)],_). cgc(666010,simple,'investment',[fs(num,plur)],_). cgc(666011,simple,'new',[fs(num,sing)],_). cgc(666012,simple,'corporate_bond',[fs(num,plur)],_). cgc(666013,simple,'stock',[fs(num,plur)],_). cgc(666015,simple,'capital',[fs(num,sing)],_). cgc(666017,simple,'already_issued',[fs(num,sing)],_). cgc(666018,simple,'secondary_market',[fs(num,sing)],_). cgc(666020,simple,'investor',[fs(num,plur)],_). cgc(666021,simple,'cash',[fs(num,sing)],_). cgc(666023,simple,'buyer',[fs(num,sing)],_). cgc(666024,simple,'seller',[fs(num,sing)],_). cgc(666025,simple,'access',[fs(num,sing)],_). cgc(666026,simple,'free',[fs(num,sing)],_). cgc(666027,simple,'short_term',[fs(num,sing)],_). cgc(666028,simple,'money_market',[fs(num,sing)],_). cgc(666030,simple,'money_market_investment',[fs(num,sing)],_). cgc(666032,simple,'lender',[fs(num,sing)],_). cgc(666033,simple,'borrower',[fs(num,sing)],_). cgc(666034,simple,'maturity',[fs(num,sing)],_). cgc(666035,simple,'long_term',[fs(num,sing)],_). cgc(666036,simple,'size',[fs(num,sing)],_). cgc(666037,simple,'broad',[fs(num,sing)],_). cgc(666038,simple,'negotiated_market',[fs(num,sing)],_). cgc(666039,simple,'bargain',[fs(num,sing)],_). cgc(666040,simple,'direct',[fs(num,sing)],_). cgc(666041,simple,'commodity',[fs(num,plur)],_). cgc(666042,simple,'deliver',[fs(num,sing)],_). cgc(666043,simple,'instant',[fs(num,sing)],_). cgc(666044,simple,'future_market',[fs(num,sing)],_). cgc(666045,simple,'future',[fs(num,sing)],_). cgc(666046,simple,'future_contract',[fs(num,plur)],_). cgc(666047,simple,'debt',[fs(num,sing)],_). cgc(666048,simple,'ownership',[fs(num,sing)],_). cgc(666049,simple,'corporation',[fs(num,sing)],_). cgc(666052,simple,'company',[fs(num,sing)],_). cgc(666053,simple,'common_stock',[fs(num,sing)],_). cgc(666055,simple,'bond',[fs(num,sing)],_). cgc(666056,simple,'municipal_bond',[fs(num,sing)],_). cgc(666057,simple,'municipal_authority',[fs(num,sing)],_). cgc(666058,simple,'project',[fs(num,plur)],_). cgc(666059,simple,'infrastructural',[fs(num,sing)],_). cgc(666060,simple,'mortgage',[fs(num,sing)],_). cgc(666061,simple,'house',[fs(num,sing)],_). cgc(666062,simple,'authority',[fs(num,sing)],_). cgc(666086,simple,'coupon',[fs(num,sing)],_). cgc(666064,simple,'represent',[fs(num,sing)],_). cgc(666065,simple,'interest',[fs(num,sing)],_). cgc(666066,simple,'semiannual',[fs(num,sing)],_). cgc(666067,simple,'industry',[fs(num,sing)],_). cgc(666068,simple,'defensive_stock',[fs(num,sing)],_). cgc(666069,simple,'recession',[fs(num,sing)],_). cgc(666070,simple,'price',[fs(num,sing)],_). cgc(666071,simple,'low',[fs(num,sing)],_). cgc(666072,simple,'penny_stock',[fs(num,sing)],_). cgc(666073,simple,'over_the_counter',[fs(num,sing)],_). cgc(666075,simple,'divident',[fs(num,plur)],_). cgc(666076,simple,'fixed',[fs(num,plur)],_). cgc(666077,simple,'voting_right',[fs(num,plur)],_). cgc(666078,simple,'floating',[fs(num,plur)],_). cgc(666079,simple,'private_individual',[fs(num,plur)],_). cgc(666081,simple,'total_worth',[fs(num,sing)],_). cgc(666082,simple,'market',[fs(num,sing)],_). cgc(666083,simple,'credit',[fs(num,sing)],_). cgc(666084,simple,'issuing_authority',[fs(num,sing)],_). cgc(666087,simple,'money_value',[fs(num,sing)],_). cgc(666088,simple,'buyer',[fs(num,sing)],_). %dobaveni cgc(666089,simple,'security',[fs(num,plur)],_). cgc(666090,simple,'loan',[fs(num,plur)],_). cgc(666091,simple,'access',[fs(num,sing)],_). cgc(666092,simple,'free',[fs(num,sing)],_). cgc(666093,simple,'short_term',[fs(num,sing)],_). cgc(666094,simple,'range',[fs(num,sing)],_). cgc(666095,simple,'supply',[fs(num,sing)],_). cgc(666096,simple,'primary_market',[fs(num,sing)],_). %$graph$6660103&C&66607&666015&666024&-666020561&-666065536&C&66606&666063&666024&-666020561&-666065536&R&666039&666024&-666016776961&-666016738666&C&66608&6660107&666024&-666020561&-666065536&R&666085&666024&-666016776961&-666016738666& cg(6660103,[cgr(trade, [66607, 66606], _), cgr(attr, [66606, 66608], _)], none, [fs(kind,normal),fs(comment,'Primary market trades newly issued securities')]). %$graph$6660104&C&66607&666011&666024&-666020561&-666065536&C&66609&666063&666024&-666020561&-666065536&R&666039&666024&-666016776961&-666016738666&C&66608&6660114&666024&-666020561&-666065536&R&666085&666024&-666016776961&-666016738666& cg(6660104,[cgr(trade, [66607, 66609], _), cgr(attr, [66609, 66608], _)], none, [fs(kind,normal),fs(comment,'Primary market trades newly issued loans')]). %$graph$6660105&C&66607&666016&666020&-666020561&-666065536&C&666010&666064&666020&-666020561&-666065536&R&666041&666020&-666016776961&-666016738666&C&666011&6660112&666020&-666020561&-666065536&R&666089&666020&-666016776961&-666016738666& cg(6660105,[cgr(provide, [66607, 666010], _), cgr(attr, [666010, 666011], _)], none, [fs(kind,normal),fs(comment,'Primary market provides new investments')]). %$graph$6660106&C&66607&666012&666021&-666020561&-666065536&C&666012&666069&666021&-666020561&-666065536&R&666039&666021&-666016776961&-666016738666&C&66608&6660115&666021&-666020561&-666065536&R&666093&666021&-666016776961&-666016738666& cg(6660106,[cgr(trade, [66607, 666012], _), cgr(attr, [666012, 66608], _)], none, [fs(kind,normal),fs(comment,'Primary market trades newly issued corporate bonds')]). %$graph$6660107&C&66607&666069&666052&-666020561&-666065536&C&666010&666015&666052&-666020561&-666065536&R&666042&666052&-666016776961&-666016738666&C&666011&666015&666015&-666020561&-666065536&R&666015&666032&-666016776961&-666016738666&C&66606&6660113&666052&-666020561&-666065536&R&666092&666052&-666016776961&-666016738666&C&66608&6660113&666015&-666020561&-666065536&R&6660113&666030&-666016776961&-666016738666& cg(6660107,[cgr(provide, [66607, 666010], _), cgr(attr, [666010, 666011], _),cgr(trade, [66607, 66606], _), cgr(attr, [66606, 66608], _)], none, [fs(kind,normal),fs(comment,'Primary market trades newly issued securities and provides new investments')]). %$graph$6660100&C&66607&666066&666042&-666020561&-666065536&C&666010&6660111&666042&-666020561&-666065536&R&666088&666042&-666016776961&-666016738666&C&666011&6660111&666012&-666020561&-666065536&R&6660111&666026&-666016776961&-666016738666&C&666013&666014&666042&-666020561&-666065536&R&666038&666042&-666016776961&-666016738666&C&66608&666014&666010&-666020561&-666065536&R&666014&666026&-666016776961&-666016738666& cg(6660100,[cgr(provide, [66607, 666010], _), cgr(attr, [666010, 666011], _),cgr(operate_with, [66607, 666013], _), cgr(attr, [666013, 66608], _)], none, [fs(kind,normal),fs(comment,'Primary market operates with newly issued stocks and provides new investments')]). %$graph$6660108&X&666014&666061&666023&666050&666010&-666016777216&-66603618561&C&666096&666028&666057&-666020561&-666065536&C&66607&666024&666023&-666020561&-666065536&C&666087&666064&666023&-666020561&-666065536&R&666043&666023&-666016776961&-666016738666&C&666015&6660101&666023&-666020561&-666065536&R&666082&666023&-666016776961&-666016738666&R&666052&666050&-666016776961&-666016738666& cg(6660108,[cgr(goal, [666096, 666014], _)], none, [fs(kind,context), fs(comment,'The goal of primary market is to raise capital')]). %*The goal of primary market is to raise money value of capital.??? %$graph$6660109&C&66607&666016&666018&-666020561&-666065536&C&666087&666068&666018&-666020561&-666065536&R&666045&666018&-666016776961&-666016738666&C&666015&6660114&666018&-666020561&-666065536&R&666092&666018&-666016776961&-666016738666& cg(6660109,[cgr(raise, [66607, 666087], _), cgr(of, [666087, 666015], _)], none, [fs(kind,body_of_context), fs(comment,'Primary market raise money value of capital')]). %$graph$6660110&C&66607&66609&666026&-666020561&-666065536&C&666015&666047&666026&-666020561&-666065536&R&666028&666026&-666016776961&-666016738666&C&666010&666083&666026&-666020561&-666065536&R&666066&666026&-666016776961&-666016738666&C&666011&6660121&666026&-666020561&-666065536&R&6660105&666026&-666016776961&-666016738666& cg(6660110,[cgr(provide, [66607, 666015], _), cgr(rcpt, [666015, 666010], _),cgr(attr, [666010, 666011], _)], none, [fs(kind,normal), fs(comment,'Primary market provides capital for new investments')]). %$graph$6660111&C&666016&666015&666033&-666020561&-666065536&C&66602&666073&666033&-666020561&-666065536&R&666045&666033&-666016776961&-666016738666&C&66608&6660118&666033&-666020561&-666065536&R&666098&666033&-666016776961&-666016738666& cg(6660111,[cgr(trade, [666016, 66602], _), cgr(attr, [66602, 66608], _)], none, [fs(kind,body_of_concept_type_def), fs(comment,'Primary market is a financial market which trades newly issued financial instruments')]). typedef(6660112,'primary_market',lambda([x],6660111)). %* Beni, imashe greshka - poveche intervali %$graph$6660113&C&666016&666015&666021&-666020561&-666065536&C&66606&666068&666021&-666020561&-666065536&R&666045&666021&-666016776961&-666016738666&C&666017&6660116&666021&-666020561&-666065536&R&666091&666021&-666016776961&-666016738666& cg(6660113,[cgr(operate_with, [666016, 66606], _), cgr(attr, [66606, 666017], _)], none, [fs(kind,body_of_concept_type_def), fs(comment,'Secondary market is a financial market which operates with already issued securities')]). typedef(6660114,'secondary_market',lambda([x],6660113)). %$graph$6660115&C&666016&666017&666019&-666020561&-666065536&C&66609&666069&666019&-666020561&-666065536&R&666047&666019&-666016776961&-666016738666&C&666017&6660114&666019&-666020561&-666065536&R&666091&666019&-666016776961&-666016738666& cg(6660115,[cgr(operate_with, [666016, 66609], _), cgr(attr, [66609, 666017], _)], none, [fs(kind,body_of_concept_type_def), fs(comment,'Secondary market is a financial market which operates with already issued loans')]). typedef(6660116,'secondary_market',lambda([x],6660115)). %$graph$6660117&C&666018&666014&666025&-666020561&-666065536&C&66606&666063&666025&-666020561&-666065536&R&666039&666025&-666016776961&-666016738666&C&666017&6660116&666025&-666020561&-666065536&R&666089&666025&-666016776961&-666016738666& cg(6660117,[cgr(trade, [666018, 66606], _), cgr(attr, [66606, 666017], _)], none, [fs(kind,normal),fs(comment,'Secondary market trades already issued securities')]). %$graph$6660118&C&666018&666014&666018&-666020561&-666065536&C&66609&666059&666018&-666020561&-666065536&R&666039&666018&-666016776961&-666016738666&C&666017&6660102&666018&-666020561&-666065536&R&666079&666018&-666016776961&-666016738666& cg(6660118,[cgr(trade, [666018, 66609], _), cgr(attr, [66609, 666017], _)], none, [fs(kind,normal),fs(comment,'Secondary market trades already issued loans')]). %$graph$6660119&X&666019&666054&666022&666030&666010&-666016777216&-66603618561&C&666018&666016&666060&-666020561&-666065536&C&66606&666035&666022&-666020561&-666065536&C&666021&666074&666022&-666020561&-666065536&R&666054&666022&-666016776961&-666016738666&R&666034&666042&-666016776961&-666016738666&C&666020&666091&666059&-666020561&-666065536&R&666075&666043&-666016776961&-666016738666& cg(6660119,[cgr(provide, [666018, 666019], _), cgr(rcpt, [666019, 666020], _)], none, [fs(kind,context),fs(comment,'Secondary market provides investors with liquidity')]). %$graph$6660120&C&66606&666024&666028&-666020561&-666065536&C&666021&666079&666028&-666020561&-666065536&R&666048&666028&-666016776961&-666016738666& cg(6660120,[cgr(convert_into, [66606, 666021], _)], none, [fs(kind,body_of_context), fs(comment,'situation liquidity : converting securities into cash.')]). %$graph$6660122&C&666018&666020&666019&-666020561&-666065536&C&666010&666067&666019&-666020561&-666065536&R&666044&666019&-666016776961&-666016738666&C&666011&6660112&666019&-666020561&-666065536&R&666090&666019&-666016776961&-666016738666& cg(6660122,[cgr(support, [666018, 666010], _), cgr(attr, [666010, 666011], _)], none, [fs(kind,body_of_context), fs(comment,'Secondary market supports new investment')]). %$graph$6660123&C&666016&666018&666012&-666020561&-666065536&C&66606&666089&666012&-666020561&-666065536&R&666058&666012&-666016776961&-666016738666&C&666024&666051&666034&-666020561&-666065536&R&666035&666025&-666016776961&-666016738666&C&666025&666089&666042&-666020561&-666065536&R&666066&666042&-666016776961&-666016738666&C&666026&6660128&666042&-666020561&-666065536&R&6660110&666042&-666016776961&-666016738666&C&666023&666018&666048&-666020561&-666065536&R&666018&666028&-666016776961&-666016738666&C&666091&666036&666065&-666020561&-666065536&R&666018&666065&-666016776961&-666016738666&C&666092&666073&666065&-666020561&-666065536&R&666053&666065&-666016776961&-666016738666& cg(6660123,[cgr(trade, [666016, 66606], _), cgr(agnt, [666016, 666024], _),cgr(poss, [666024, 666025], _), cgr(attr, [666025, 666026], _),cgr(rcpt, [666016, 666023], _), cgr(poss, [666023, 666091], _),cgr(attr, [666091, 666092], _)], none, [fs(kind,body_of_concept_type_def), fs(comment,'Open market is a financial market which trades securities and where buyer and seller have free access')]). typedef(6660124,'open_market',lambda([x],6660123)). %$graph$6660125&C&666016&666016&666013&-666020561&-666065536&C&66609&666072&666013&-666020561&-666065536&R&666051&666013&-666016776961&-666016738666&C&666024&666058&666038&-666020561&-666065536&R&666039&666028&-666016776961&-666016738666&C&666025&666097&666038&-666020561&-666065536&R&666079&666038&-666016776961&-666016738666&C&666026&6660136&666038&-666020561&-666065536&R&6660115&666038&-666016776961&-666016738666&C&666023&666016&666045&-666020561&-666065536&R&666016&666029&-666016776961&-666016738666&C&666091&666041&666062&-666020561&-666065536&R&666016&666062&-666016776961&-666016738666&C&666092&666089&666062&-666020561&-666065536&R&666067&666062&-666016776961&-666016738666& cg(6660125,[cgr(trade, [666016, 66609], _), cgr(agnt, [666016, 666024], _),cgr(poss, [666024, 666025], _), cgr(attr, [666025, 666026], _),cgr(rcpt, [666016, 666023], _), cgr(poss, [666023, 666091], _),cgr(attr, [666091, 666092], _)], none, [fs(kind,body_of_concept_type_def), fs(comment,'Open market is a financial market which trades loans and where buyer and seller have free access')]). typedef(6660126,'open_market',lambda([x],6660125)). %$graph$6660127&C&666016&666018&666018&-666020561&-666065536&C&66606&666082&666018&-666020561&-666065536&R&666057&666018&-666016776961&-666016738666&C&666027&6660130&666018&-666020561&-666065536&R&6660108&666018&-666016776961&-666016738666&C&66609&666018&666064&-666020561&-666065536&R&666018&666041&-666016776961&-666016738666&C&666093&666092&666064&-666020561&-666065536&R&666059&666064&-666016776961&-666016738666& cg(6660127,[cgr(operate_with, [666016, 66606], _), cgr(attr, [66606, 666027], _),cgr(operate_with, [666016, 66609], _), cgr(attr, [66609, 666093], _)], none, [fs(kind,body_of_concept_type_def), fs(comment,'Money market is a financial market which operates with short term securities and loans')]). typedef(6660128,'money_market',lambda([x],6660127)). %$graph$6660129&C&666028&666018&666017&-666020561&-666065536&C&66606&666068&666017&-666020561&-666065536&R&666042&666017&-666016776961&-666016738666&C&666027&6660111&666017&-666020561&-666065536&R&666090&666017&-666016776961&-666016738666& cg(6660129,[cgr(trade, [666028, 66606], _), cgr(attr, [66606, 666027], _)], none, [fs(kind,normal),fs(comment,'Money market trades with short term securities')]). %$graph$6660130&C&666028&666019&666022&-666020561&-666065536&C&66609&666068&666022&-666020561&-666065536&R&666041&666022&-666016776961&-666016738666&C&666027&6660113&666022&-666020561&-666065536&R&666092&666022&-666016776961&-666016738666& cg(6660130,[cgr(trade, [666028, 66609], _), cgr(attr, [66609, 666027], _)], none, [fs(kind,normal),fs(comment,'Money market trades with short term loans')]). %$graph$6660131&X&666029&666054&666021&666038&666010&-666016777216&-66603618561&C&666028&666025&666049&-666020561&-666065536&C&666030&666034&666021&-666020561&-666065536&C&666021&666082&666021&-666020561&-666065536&R&666063&666021&-666016776961&-666016738666&R&666054&666049&-666016776961&-666016738666& cg(6660131,[cgr(provide, [666028, 666029], _)], none, [fs(kind,context), fs(comment,'Money market provides liquidity')]). %$graph$6660132&C&666030&666086&666020&-666020561&-666065536&C&666021&666031&666020&-666020561&-666065536&R&666055&666020&-666016776961&-666016738666& cg(6660132,[cgr(convert_into, [666030, 666021], _)], none, [fs(kind,body_of_context), fs(comment,'situation liquidity : converting money market instrument into cash.')]). %$graph$6660133&C&666028&666018&666012&-666020561&-666065536&C&66606&666018&666057&-666020561&-666065536&R&666018&666036&-666016776961&-666016738666&C&666027&666076&666057&-666020561&-666065536&R&666051&666057&-666016776961&-666016738666&C&666024&666063&666042&-666020561&-666065536&R&666044&666029&-666016776961&-666016738666&C&666023&666073&666012&-666020561&-666065536&R&666049&666012&-666016776961&-666016738666& cg(6660133,[cgr(obj, [666028, 66606], _), cgr(attr, [66606, 666027], _),cgr(agnt, [666028, 666024], _), cgr(rcpt, [666028, 666023], _)], none, [fs(kind,normal),fs(comment,'On the money market buyer and seller trades short term securities')]). %$graph$6660134&C&666031&666020&666014&-666020561&-666065536&C&666034&666082&666014&-666020561&-666065536&R&666058&666014&-666016776961&-666016738666&C&666027&666082&666050&-666020561&-666065536&R&666082&666033&-666016776961&-666016738666&C&666032&666062&666041&-666020561&-666065536&R&666045&666030&-666016776961&-666016738666&C&666033&666020&666050&-666020561&-666065536&R&666020&666034&-666016776961&-666016738666& cg(6660134,[cgr(char, [666031, 666034], _), cgr(attr, [666034, 666027], _),cgr(sell, [666032, 666031], _), cgr(buy, [666033, 666031], _)], none, [fs(kind,body_of_concept_type_def), fs(comment,'Money market instrument is a financial instrument which with short term maturity sold by lender and brought by borrower')]). typedef(6660135,'money_market_instrument',lambda([x],6660134)). %$graph$6660136&C&666016&666015&66608&-666020561&-666065536&C&666010&666015&666069&-666020561&-666065536&R&666015&666035&-666016776961&-666016738666&C&666035&666090&666069&-666020561&-666065536&R&666056&666069&-666016776961&-666016738666&C&666094&666062&666055&-666020561&-666065536&R&666038&666055&-666016776961&-666016738666&C&666037&6660120&666034&-666020561&-666065536&R&666093&666034&-666016776961&-666016738666&C&666036&6660113&666055&-666020561&-666065536&R&666085&666055&-666016776961&-666016738666& cg(6660136,[cgr(trade, [666016, 666010], _), cgr(attr, [666010, 666035], _),cgr(agnt, [666094, 666010], _), cgr(manr, [666094, 666037], _),cgr(dim, [666094, 666036], _)], none, [fs(kind,body_of_concept_type_def), fs(comment,' Capital market is a financial market which trades long term investments which range broadly in size')]). typedef(6660137,'capital_market',lambda([x],6660136)). %$graph$6660138&C&666038&666019&666011&-666020561&-666065536&C&66606&666019&666063&-666020561&-666065536&R&666019&666032&-666016776961&-666016738666&C&666039&666076&666011&-666020561&-666065536&R&666048&666011&-666016776961&-666016738666&C&666024&666056&666051&-666020561&-666065536&R&666056&666032&-666016776961&-666016738666&C&666023&666093&666051&-666020561&-666065536&R&666093&666032&-666016776961&-666016738666&C&666040&6660123&666011&-666020561&-666065536&R&666097&666011&-666016776961&-666016738666& cg(6660138,[cgr(trade, [666038, 66606], _), cgr(method, [666038, 666039], _),cgr(agnt, [666039, 666024], _), cgr(rcpt, [666039, 666023], _),cgr(attr, [666039, 666040], _)], none, [fs(kind,normal), fs(comment,'Negotiated market trades securities with direct bargaining between buyer and seller')]). %$graph$6660139&C&666038&666023&666012&-666020561&-666065536&C&66609&666023&666053&-666020561&-666065536&R&666023&666032&-666016776961&-666016738666&C&666039&666080&666012&-666020561&-666065536&R&666049&666012&-666016776961&-666016738666&C&666024&666064&666046&-666020561&-666065536&R&666064&666028&-666016776961&-666016738666&C&666023&666096&666047&-666020561&-666065536&R&666096&666028&-666016776961&-666016738666&C&666040&6660122&666012&-666020561&-666065536&R&6660102&666012&-666016776961&-666016738666& cg(6660139,[cgr(trade, [666038, 66609], _), cgr(method, [666038, 666039], _),cgr(agnt, [666039, 666024], _), cgr(rcpt, [666039, 666023], _),cgr(attr, [666039, 666040], _)], none, [fs(kind,normal), fs(comment,'Negotiated market trades loans with direct bargaining between buyer and seller')]). %$graph$6660140&C&666016&666020&666015&-666020561&-666065536&C&666024&666020&666058&-666020561&-666065536&R&666020&666039&-666016776961&-666016738666&C&666023&666065&666045&-666020561&-666065536&R&666047&666034&-666016776961&-666016738666&C&666041&666076&666015&-666020561&-666065536&R&666052&666015&-666016776961&-666016738666&C&666042&6660126&666015&-666020561&-666065536&R&666099&666015&-666016776961&-666016738666&C&666043&6660126&666063&-666020561&-666065536&R&6660126&666042&-666016776961&-666016738666& cg(6660140,[cgr(agnt, [666016, 666024], _), cgr(rcpt, [666016, 666023], _),cgr(obj, [666016, 666041], _), cgr(method, [666041, 666042], _),cgr(attr, [666042, 666043], _)], none, [fs(kind,body_of_concept_type_def), fs(comment,'Spot market is a financial market where people buy and sell commodities for instant delivery')]). typedef(6660141,'spot_market',lambda([x],6660140)). %$graph$6660142&C&666016&666015&666015&-666020561&-666065536&C&666024&666060&666046&-666020561&-666065536&R&666039&666033&-666016776961&-666016738666&C&666023&666086&666015&-666020561&-666065536&R&666055&666015&-666016776961&-666016738666&C&66602&666015&666065&-666020561&-666065536&R&666015&666038&-666016776961&-666016738666&C&666042&666078&666065&-666020561&-666065536&R&666050&666065&-666016776961&-666016738666&C&666043&6660123&666065&-666020561&-666065536&R&6660101&666065&-666016776961&-666016738666& cg(6660142,[cgr(agnt, [666016, 666024], _), cgr(rcpt, [666016, 666023], _),cgr(obj, [666016, 66602], _), cgr(method, [66602, 666042], _),cgr(attr, [666042, 666043], _)], none, [fs(kind,body_of_concept_type_def), fs(comment,'Spot market is a financial market where people buy and sell financial instruments for instant delivery')]). typedef(6660143,'spot_market',lambda([x],6660142)). %$graph$6660144&C&666044&666022&666011&-666020561&-666065536&C&666024&666057&666049&-666020561&-666065536&R&666038&666030&-666016776961&-666016738666&C&666023&666022&666058&-666020561&-666065536&R&666022&666034&-666016776961&-666016738666&C&66602&666081&666011&-666020561&-666065536&R&666053&666011&-666016776961&-666016738666&C&666042&6660112&666035&-666020561&-666065536&R&6660112&666011&-666016776961&-666016738666&C&666045&666090&666058&-666020561&-666065536&R&6660112&666058&-666016776961&-666016738666& cg(6660144,[cgr(agnt, [666044, 666024], _), cgr(rcpt, [666044, 666023], _),cgr(obj, [666044, 66602], _), cgr(method, [66602, 666042], _),cgr(attr, [666042, 666045], _)], none, [fs(kind,normal), fs(comment,'On the future market people buy and sell financial instruments for future delivery')]). %$graph$6660145&C&666044&666028&666020&-666020561&-666065536&C&666041&6660109&666020&-666020561&-666065536&R&666071&666020&-666016776961&-666016738666& cg(6660145,[cgr(trade, [666044, 666041], _)], none, [fs(kind,normal), fs(comment,'Future market trades commodities')]). %$graph$6660146&C&666044&666024&666017&-666020561&-666065536&C&666046&6660100&666017&-666020561&-666065536&R&666060&666017&-666016776961&-666016738666& cg(6660146,[cgr(trade, [666044, 666046], _)], none, [fs(kind,normal), fs(comment,'Future market trades future contracts')]). %$graph$6660147&C&666031&666027&666020&-666020561&-666065536&C&666047&666086&666020&-666020561&-666065536&R&666061&666020&-666016776961&-666016738666&C&666049&6660130&666020&-666020561&-666065536&R&6660108&666020&-666016776961&-666016738666& cg(6660147,[cgr(represent, [666031, 666047], _), cgr(of, [666047, 666049], _)], none, [fs(kind,body_of_concept_type_def), fs(comment,'Security is a financial instrument which represents debt of corporation')]). typedef(6660148,'security',lambda([x],6660147)). %$graph$6660149&C&666031&666021&666022&-666020561&-666065536&C&666048&666083&666022&-666020561&-666065536&R&666058&666022&-666016776961&-666016738666&C&666049&6660131&666022&-666020561&-666065536&R&6660109&666022&-666016776961&-666016738666& cg(6660149,[cgr(represent, [666031, 666048], _), cgr(in, [666048, 666049], _)], none, [fs(kind,body_of_concept_type_def), fs(comment,'Stock is a financial instrument which represents ownership in corporation')]). typedef(6660150,'stock',lambda([x],6660149)). %$graph$6660151&C&666050&666025&666021&-666020561&-666065536&C&666047&666076&666021&-666020561&-666065536&R&666055&666021&-666016776961&-666016738666&C&666049&6660127&666021&-666020561&-666065536&R&6660100&666021&-666016776961&-666016738666& cg(6660151,[cgr(represent, [666050, 666047], _), cgr(of, [666047, 666049], _)], none, [fs(kind,body_of_concept_type_def), fs(comment,'Bond is a security which represents debt of corporation')]). typedef(6660152,'bond',lambda([x],6660151)). %$graph$6660153&C&666051&666024&666020&-666020561&-666065536&C&666053&666078&666020&-666020561&-666065536&R&666051&666020&-666016776961&-666016738666&C&666052&6660127&666020&-666020561&-666065536&R&6660106&666020&-666016776961&-666016738666& cg(6660153,[cgr(convert_into, [666051, 666053], _), cgr(of, [666053, 666052], _)], none, [fs(kind,body_of_concept_type_def), fs(comment,'Convertible bond is a bond converted into common stock of company')]). typedef(6660154,'convertible_bond',lambda([x],6660153)). %$graph$6660154&X&666054&666061&666020&666034&666010&-666016777216&-66603618561&C&666055&666037&666020&-666020561&-666065536&C&666053&666081&666020&-666020561&-666065536&R&666056&666020&-666016776961&-666016738666&C&666047&666084&666043&-666020561&-666065536&R&666061&666043&-666016776961&-666016738666&C&666049&6660129&666043&-666020561&-666065536&R&6660107&666043&-666016776961&-666016738666& cg(6660154,[cgr(reduce, [666054, 666047], _), cgr(of, [666047, 666049], _)], none, [fs(kind,context),fs(comment,'When a bond is converted to common stock, the corporate debt is reduced')]). %$graph$6660155&C&666055&666032&666018&-666020561&-666065536&C&666053&666084&666018&-666020561&-666065536&R&666055&666018&-666016776961&-666016738666& cg(6660155,[cgr(convert_into, [666055, 666053], _)], none, [fs(kind,'body_of_context'), fs(comment,'Bond convert into common stock')]). %$graph$6660156&C&666056&666025&666018&-666020561&-666065536&C&666057&666025&666065&-666020561&-666065536&R&666025&666040&-666016776961&-666016738666&C&666058&666095&666018&-666020561&-666065536&R&666058&666018&-666016776961&-666016738666&C&666059&6660119&666056&-666020561&-666065536&R&6660119&666030&-666016776961&-666016738666&R&666058&666043&-666016776961&-666016738666& cg(6660156,[cgr(issue_by, [666056, 666057], _), cgr(pay_for, [666056, 666058], _), cgr(attr, [666058, 666059], _),cgr(poss, [666057, 666058], _)], none, [fs(kind,normal), fs(comment,'Municipal bonds are issued by municipal authority to pay for its infrastructural projects')]). %$graph$6660157&C&666063&666023&666015&-666020561&-666065536&C&666060&666076&666015&-666020561&-666065536&R&666053&666015&-666016776961&-666016738666&C&666061&6660122&666015&-666020561&-666065536&R&666097&666015&-666016776961&-666016738666& cg(6660157,[cgr(secured_by, [666063, 666060], _), cgr(of, [666060, 666061], _)], none, [fs(kind,body_of_concept_type_def), fs(comment,'Housing bond is a municipal bond secured by mortgage of house')]). typedef(6660158,'housing_bond',lambda([x],6660157)). %$graph$6660159&C&666063&666027&666016&-666020561&-666065536&C&666034&666080&666016&-666020561&-666065536&R&666055&666016&-666016776961&-666016738666&C&666027&6660128&666016&-666020561&-666065536&R&6660104&666016&-666016776961&-666016738666& cg(6660159,[cgr(char, [666063, 666034], _), cgr(attr, [666034, 666027], _)], none, [fs(kind,body_of_concept_type_def), fs(comment,'Municipal note is a municipal bond with short term maturity')]). typedef(6660160,'municipal_note',lambda([x],6660159)). %$graph$6660161&C&666051&666015&666016&-666020561&-666065536&C&666086&666015&666050&-666020561&-666065536&R&666015&666034&-666016776961&-666016738666&C&666064&666080&666050&-666020561&-666065536&R&666049&666050&-666016776961&-666016738666&C&666065&666080&666016&-666020561&-666065536&R&666080&666035&-666016776961&-666016738666&R&666043&666016&-666016776961&-666016738666&C&666066&6660118&666050&-666020561&-666065536&R&6660108&666030&-666016776961&-666016738666& cg(6660161,[cgr(attr, [666051, 666086], _), cgr(goal, [666086, 666064], _),cgr(obj, [666064, 666065], _), cgr(attr, [666051, 666065], _),cgr(att, [666065, 666066], _)], none, [fs(kind,body_of_concept_type_def), fs(comment,'Coupon bond is a bond with coupons representing semiannual interest payments attached')]). typedef(6660162,'coupon_bond',lambda([x],6660161)). %$graph$6660163&C&666068&666022&666015&-666020561&-666065536&C&666067&666088&666036&-666020561&-666065536&R&666049&666036&-666016776961&-666016738666&C&666069&666088&666015&-666020561&-666065536&R&666059&666015&-666016776961&-666016738666& cg(6660163,[cgr(issued_by, [666068, 666067], _), cgr(stable_in, [666068, 666069], _)], none, [fs(kind,normal), fs(comment,'Defensive stock is issued by industry and is stable in recession')]). %$graph$6660164&C&666072&666021&666018&-666020561&-666065536&C&666070&666076&666018&-666020561&-666065536&R&666053&666018&-666016776961&-666016738666&C&666071&6660108&666040&-666020561&-666065536&R&6660108&666018&-666016776961&-666016738666&C&666073&666084&666054&-666020561&-666065536&R&666056&666037&-666016776961&-666016738666& cg(6660164,[cgr(char, [666072, 666070], _), cgr(attr, [666070, 666071], _),cgr(trade, [666072, 666073], _)], none, [fs(kind,normal), fs(comment,'Penny stock has low price and trade over the counter')]). %$graph$6660165&C&666074&666016&666019&-666020561&-666065536&C&666075&666069&666019&-666020561&-666065536&R&666045&666019&-666016776961&-666016738666&C&666076&6660122&666019&-666020561&-666065536&R&666095&666019&-666016776961&-666016738666& cg(6660165,[cgr(provide, [666074, 666075], _), cgr(attr, [666075, 666076], _)], none, [fs(kind,body_of_concept_type_def), fs(comment,'Preferred stock is a stock with fixed dividents')]). typedef(6660166,'preferred_stock',lambda([x],6660165)). %$graph$6660167&C&666074&666021&666015&-666020561&-666065536&C&666077&666021&666052&-666020561&-666065536&R&666021&666033&-666016776961&-666016738666&C&666075&666070&666015&-666020561&-666065536&R&666047&666015&-666016776961&-666016738666&C&666078&666096&666036&-666020561&-666065536&R&666096&666015&-666016776961&-666016738666& cg(6660167,[cgr(provide, [666074, 666077], _), cgr(provide, [666074, 666075], _), cgr(attr, [666075, 666078], _)], none, [fs(kind,body_of_concept_type_def), fs(comment,'Common stock is a stock with floating dividents and provide voting rights')]). typedef(6660168,'common_stock',lambda([x],6660167)). %$graph$6660169&C&666095&666020&666042&-666020561&-666065536&C&666080&666020&666010&-666020561&-666065536&R&666020&666026&-666016776961&-666016738666&C&66609&666070&666042&-666020561&-666065536&R&666040&666042&-666016776961&-666016738666&C&666027&6660125&666042&-666020561&-666065536&R&666099&666042&-666016776961&-666016738666&C&666079&666052&666060&-666020561&-666065536&R&666020&666060&-666016776961&-666016738666& cg(6660169,[cgr(agnt, [666095, 666080], _), cgr(obj, [666095, 66609], _),cgr(attr, [66609, 666027], _), cgr(rcpt, [666095, 666079], _)], none, [fs(kind,'body_of_concept_type_def'), fs(comment,'Bank is an organization which supply private individuals with short term loans')]). typedef(6660170,'bank',lambda([x],6660169)). %$graph$6660171&C&666080&666017&666014&-666020561&-666065536&C&666081&666068&666014&-666020561&-666065536&R&666045&666014&-666016776961&-666016738666&C&666013&6660118&666014&-666020561&-666065536&R&666090&666014&-666016776961&-666016738666& cg(6660171,[cgr(attr, [666080, 666081], _), cgr(divide_into, [666081, 666013], _)], none, [fs(kind,body_of_concept_type_def), fs(comment,'Corporatin is an organization in which the total worth is divided into stocks')]). typedef(6660172,'corporation',lambda([x],6660171)). %$graph$6660173&C&66605&666023&666059&-666020561&-666065536&C&666032&666092&666040&-666020561&-666065536&R&666048&666040&-666016776961&-666016738666&C&66602&666023&666018&-666020561&-666065536&R&666023&666040&-666016776961&-666016738666&C&666082&6660105&666059&-666020561&-666065536&R&666070&666059&-666016776961&-666016738666&C&666083&666054&666018&-666020561&-666065536& cg(6660173,[cgr(agnt, [66605, 666032], _), cgr(obj, [66605, 66602], _),cgr(loc, [66605, 666082], _)], [identity_line([66602,666083])], [fs(kind,normal), fs(comment,'On the market lender trades financial instruments called credit. ')]). %$graph$6660174&C&66605&666025&666057&-666020561&-666065536&C&666033&6660107&666036&-666020561&-666065536&R&666068&666036&-666016776961&-666016738666&C&66602&666025&666010&-666020561&-666065536&R&666025&666035&-666016776961&-666016738666&C&666082&6660110&666057&-666020561&-666065536&R&666067&666057&-666016776961&-666016738666&C&666015&666058&666010&-666020561&-666065536& cg(6660174,[cgr(agnt, [66605, 666033], _), cgr(obj, [66605, 66602], _),cgr(loc, [66605, 666082], _)], [identity_line([66602,666015])], [fs(kind,normal), fs(comment,'On the market borrower trades financial instruments called capital.')]). %$graph$6660175&C&666018&6660116&666012&-666020561&-666065536&C&66606&6660105&666046&-666020561&-666065536&R&6660105&666029&-666016776961&-666016738666&C&666017&666085&666067&-666020561&-666065536&R&6660105&666067&-666016776961&-666016738666&C&66609&666056&666077&-666020561&-666065536&R&6660116&666077&-666016776961&-666016738666&R&666068&666067&-666016776961&-666016738666&C&666023&666057&666012&-666020561&-666065536&R&666084&666012&-666016776961&-666016738666&C&666024&666037&666029&-666020561&-666065536&R&666068&666023&-666016776961&-666016738666&C&66607&666014&666041&-666020561&-666065536&C&666088&666014&666011&-666020561&-666065536&R&666014&666025&-666016776961&-666016738666&C&666084&666014&666077&-666020561&-666065536&R&666014&666059&-666016776961&-666016738666&C&666089&666047&666040&-666020561&-666065536&R&666033&666057&-666016776961&-666016738666&C&66608&666085&666035&-666020561&-666065536&R&666063&666035&-666016776961&-666016738666&C&666090&666050&666064&-666020561&-666065536&R&666040&666077&-666016776961&-666016738666&R&666075&666052&-666016776961&-666016738666& cg(6660175,[cgr(trade, [666018, 66606], _), cgr(attr, [66606, 666017], _),cgr(trade, [666018, 66609], _), cgr(attr, [66609, 666017], _),cgr(rcpt, [666018, 666023], _), cgr(agnt, [666018, 666024], _),cgr(rcpt, [66607, 666088], _), cgr(agnt, [66607, 666084], _),cgr(trade, [666084, 666089], _), cgr(attr, [666089, 66608], _),cgr(trade, [666084, 666090], _), cgr(attr, [666090, 66608], _)], [identity_line([666024,666088])], [fs(kind,context),fs(comment,'On the secondary market buyer and seller trade already issued securities and loans')]). %*tova e tvardenieto koeto opisva gorniat graf, moje bi to trjabva da e kato komenter na %grafa? 'On the primary market issuing authority/seller and buyer trade newly issued %securities and loans,buyer on the primary market is seller on the secondary market and on %the secondary market buyer and seller trade already issued securities and loans.' %$graph$6660176&C&66607&6660101&666016&-666020561&-666065536&C&666023&6660119&666054&-666020561&-666065536&R&6660107&666034&-666016776961&-666016738666&C&666084&666053&666031&-666020561&-666065536&R&666077&666016&-666016776961&-666016738666&C&66606&666064&666053&-666020561&-666065536&R&666089&666053&-666016776961&-666016738666&C&66608&666014&666053&-666020561&-666065536&R&666038&666053&-666016776961&-666016738666&C&66609&666014&666016&-666020561&-666065536&R&666037&666016&-666016776961&-666016738666&R&666014&666036&-666016776961&-666016738666& cg(6660176,[cgr(rcpt, [66607, 666023], _), cgr(agnt, [66607, 666084], _),cgr(trade, [666084, 66606], _), cgr(attr, [66606, 66608], _),cgr(trade, [666084, 66609], _), cgr(attr, [66609, 66608], _)], none, [fs(kind,normal),fs(comment,'Issuing authority trades newly issued securities and loans on the primary market')]). %dobavjam definicii na relacii cgc(66601000,simple,'entity',[fs(num,sing),fs(quant,lambda)],_). %EntityX cgc(66601001,simple,'entity',[fs(num,sing),fs(quant,lambda)],_). %EntityY cgc(66601002,simple,'animate',[fs(num,sing),fs(quant,lambda)],_). %AnimateX cgc(66601003,simple,'entity',[fs(num,sing),fs(quant,lambda)],_). %AnimateY cgc(66601004,simple,'operate',[],_). %$graph$66601005&C&66601004&666056&666013&-666020561&-666065536&C&66601000&666012&666013&-666020561&-666065536&R&666036&666013&-666016776961&-666016738666&C&66601001&6660100&666013&-666020561&-666065536&R&666078&666013&-666016776961&-666016738666& cg(66601005,[cgr(agnt, [66601004, 66601000], _), cgr(with, [66601004, 66601001], _)], none, [fs(kind,body_of_rel_type_def), fs(comment,'Definition of relation operate_with')]). reldef(66601006,'operate_with',labda([x,y],66601005)). cgc(66601007,simple,'provide',[],_). %$graph$66601008&C&66601007&666054&666017&-666020561&-666065536&C&66601000&666014&666017&-666020561&-666065536&R&666037&666017&-666016776961&-666016738666&C&66601001&666097&666017&-666020561&-666065536&R&666076&666017&-666016776961&-666016738666& cg(66601008,[cgr(agnt, [66601007, 66601000], _), cgr(obj, [66601007, 66601001], _)], none, [fs(kind,body_of_rel_type_def), fs(comment,'Definition of relation provide')]). reldef(66601009,'provide',labda([x,y],66601008)). cgc(66601010,simple,'trade',[],_). %$graph$66601011&C&66601010&666059&666013&-666020561&-666065536&C&66601000&666018&666013&-666020561&-666065536&R&666041&666013&-666016776961&-666016738666&C&66601001&6660100&666013&-666020561&-666065536&R&666079&666013&-666016776961&-666016738666& cg(66601011,[cgr(agnt, [66601010, 66601000], _), cgr(obj, [66601010, 66601001], _)], none, [fs(kind,body_of_rel_type_def), fs(comment,'Definition of relation trade')]). reldef(66601012,'trade',labda([x,y],66601011)). cgc(66601013,simple,'raise',[],_). %$graph$66601014&C&66601013&666055&666016&-666020561&-666065536&C&66601000&666015&666016&-666020561&-666065536&R&666037&666016&-666016776961&-666016738666&C&66601001&666099&666016&-666020561&-666065536&R&666076&666016&-666016776961&-666016738666& cg(66601014,[cgr(agnt, [66601013, 66601000], _), cgr(obj, [66601013, 66601001], _)], none, [fs(kind,body_of_rel_type_def), fs(comment,'Definition of relation raise')]). reldef(66601015,'raise',labda([x,y],66601014)). cgc(66601016,simple,'goal',[],_). %$graph$66601017&C&66601016&666059&666017&-666020561&-666065536&C&66601000&666097&666017&-666020561&-666065536&R&666076&666017&-666016776961&-666016738666&C&66601001&666017&666017&-666020561&-666065536&R&666041&666017&-666016776961&-666016738666& cg(66601017,[cgr(agnt, [66601016, 66601000], _), cgr(result, [66601016, 66601001], _)], none, [fs(kind,body_of_rel_type_def), fs(comment,'Definition of relation goal')]). reldef(66601018,'goal',labda([x,y],66601017)). cgc(66601019,simple,'convert',[],_). %$graph$66601020&C&66601019&666066&666013&-666020561&-666065536&C&66601000&666024&666013&-666020561&-666065536&R&666047&666013&-666016776961&-666016738666&C&66601001&6660103&666013&-666020561&-666065536&R&666083&666013&-666016776961&-666016738666& cg(66601020,[cgr(agnt, [66601019, 66601000], _), cgr(obj, [66601019, 66601001], _)], none, [fs(kind,body_of_rel_type_def), fs(comment,'Definition of relation convert_into')]). reldef(66601021,'convert_into',labda([x,y],66601020)). cgc(66601022,simple,'support',[],_). %$graph$66601023&C&66601022&666057&666014&-666020561&-666065536&C&66601000&666015&666014&-666020561&-666065536&R&666038&666014&-666016776961&-666016738666&C&66601001&666099&666014&-666020561&-666065536&R&666076&666014&-666016776961&-666016738666& cg(66601023,[cgr(agnt, [66601022, 66601000], _), cgr(obj, [66601022, 66601001], _)], none, [fs(kind,body_of_rel_type_def), fs(comment,'Definition of relation support')]). reldef(66601024,'support',labda([x,y],66601023)). cgc(66601025,simple,'buy',[],_). %$graph$66601026&C&66601025&666056&666013&-666020561&-666065536&C&66601002&666012&666013&-666020561&-666065536&R&666036&666013&-666016776961&-666016738666&C&66601001&666097&666013&-666020561&-666065536&R&666076&666013&-666016776961&-666016738666& cg(66601026,[cgr(agnt, [66601025, 66601002], _), cgr(obj, [66601025, 66601001], _)], none, [fs(kind,body_of_rel_type_def), fs(comment,'Definition of relation buy')]). reldef(66601027,'buy',labda([x,y],66601026)). cgc(66601028,simple,'sell',[],_). %$graph$66601029&C&66601028&666061&666012&-666020561&-666065536&C&66601002&666016&666012&-666020561&-666065536&R&666041&666012&-666016776961&-666016738666&C&66601001&6660105&666012&-666020561&-666065536&R&666081&666012&-666016776961&-666016738666& cg(66601029,[cgr(agnt, [66601028, 66601002], _), cgr(obj, [66601028, 66601001], _)], none, [fs(kind,body_of_rel_type_def), fs(comment,'Definition of relation sell')]). reldef(66601030,'sell',labda([x,y],66601029)). cgc(66601031,simple,'dimension',[],_). %$graph$66601032&C&66601031&666058&666014&-666020561&-666065536&C&66601000&6660102&666014&-666020561&-666065536&R&666078&666014&-666016776961&-666016738666&C&66601001&666014&666014&-666020561&-666065536&R&666038&666014&-666016776961&-666016738666& cg(66601032,[cgr(obj, [66601031, 66601000], _), cgr(char, [66601031, 66601001], _)], none, [fs(kind,body_of_rel_type_def), fs(comment,'Definition of relation dim')]). reldef(66601033,'dim',labda([x,y],66601032)). cgc(66601034,simple,'method',[],_). %$graph$66601035&C&66601034&666053&666016&-666020561&-666065536&C&66601000&666010&666016&-666020561&-666065536&R&666033&666016&-666016776961&-666016738666&C&66601001&666096&666016&-666020561&-666065536&R&666074&666016&-666016776961&-666016738666& cg(66601035,[cgr(agnt, [66601034, 66601000], _), cgr(inst, [66601034, 66601001], _)], none, [fs(kind,body_of_rel_type_def), fs(comment,'Definition of relation method')]). reldef(66601036,'method',labda([x,y],66601035)). cgc(66601037,simple,'represent',[],_). %$graph$66601038&C&66601037&666063&666015&-666020561&-666065536&C&66601000&666020&666015&-666020561&-666065536&R&666044&666015&-666016776961&-666016738666&C&66601001&6660106&666015&-666020561&-666065536&R&666085&666015&-666016776961&-666016738666& cg(66601038,[cgr(agnt, [66601037, 66601000], _), cgr(obj, [66601037, 66601001], _)], none, [fs(kind,body_of_rel_type_def), fs(comment,'Definition of relation represent')]). reldef(66601039,'represent',labda([x,y],66601038)). cgc(66601040,simple,'reduce',[],_). %$graph$66601041&C&66601040&666056&666013&-666020561&-666065536&C&66601000&66609&666013&-666020561&-666065536&R&666035&666013&-666016776961&-666016738666&C&66601001&666099&666013&-666020561&-666065536&R&666077&666013&-666016776961&-666016738666& cg(66601041,[cgr(agnt, [66601040, 66601000], _), cgr(obj, [66601040, 66601001], _)], none, [fs(kind,body_of_rel_type_def), fs(comment,'Definition of relation reduce')]). reldef(66601042,'reduce',labda([x,y],66601041)). cgc(66601043,simple,'secure',[],_). %$graph$66601044&C&66601043&666055&666014&-666020561&-666065536&C&66601000&6660101&666014&-666020561&-666065536&R&666077&666014&-666016776961&-666016738666&C&66601001&666013&666014&-666020561&-666065536&R&666036&666014&-666016776961&-666016738666& cg(66601044,[cgr(agnt, [66601043, 66601000], _), cgr(obj, [66601043, 66601001], _)], none, [fs(kind,body_of_rel_type_def), fs(comment,'Definition of relation secured_by')]). reldef(66601045,'secured_by',labda([x,y],66601044)). cgc(66601046,simple,'stable',[],_). %$graph$66601047&C&66601046&666058&666015&-666020561&-666065536&C&66601000&666013&666015&-666020561&-666065536&R&666038&666015&-666016776961&-666016738666&C&66601001&6660106&666015&-666020561&-666065536&R&666079&666015&-666016776961&-666016738666& cg(66601047,[cgr(agnt, [66601046, 66601000], _), cgr(loc, [66601046, 66601001], _)], none, [fs(kind,body_of_rel_type_def), fs(comment,'Definition of relation stable_in')]). reldef(66601048,'stable_in',labda([x,y],66601047)). cgc(66601049,simple,'divide',[],_). %$graph$66601050&C&66601049&666061&666016&-666020561&-666065536&C&66601000&666014&666016&-666020561&-666065536&R&666040&666016&-666016776961&-666016738666&C&66601001&6660102&666016&-666020561&-666065536&R&666079&666016&-666016776961&-666016738666& cg(66601050,[cgr(agnt, [66601049, 66601000], _), cgr(obj, [66601049, 66601001], _)], none, [fs(kind,body_of_rel_type_def), fs(comment,'Definition of relation divide_into')]). reldef(66601051,'divide_into',labda([x,y],66601050)). %end of file