AnswerEX1-c: Difference between revisions
No edit summary |
No edit summary |
||
(14 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
son of someone: {<x,y> | '''Relations'''<br/><br/> | ||
father of someone: {<x,y> | |||
daughter of someone: {<x,y> | |||
''son-of-someone: {<x,y>|x is the son of y} = {<Tom,Paul>,<Tom,Alice>}'' | |||
enjoy watching football | |||
''father-of-someone: {<x,y>|x is the father of y} ={<Paul,Tom>,<Paul,Lisa>}'' | |||
''daughter-of-someone: {<x,y>| x is the daughter of y} = {<Lisa,Paul>,<Lisa,Alice>}'' | |||
''mother-of-someone: {<x,y>| x is the mother of y} ={<Alice,Lisa>,<Alice,Paul>}'' | |||
''brother-of-someone: {<x,y>|x is the brother of y} = {<Tom,Lisa>}'' | |||
''sister-of-someone: {<x,y>| x is the sister of y} = {<Lisa,Tom>}'' | |||
''dog-of-someone: {<x,y>| x is the dog of y} = {<Walter,Alice>,<Walter,Paul>,<Walter,Tom>,<Walter,Lisa>}'' | |||
''married-to-eachother: {<x,y>| x is married to y} = {<Alice,Paul>,<Paul,Alice}'' | |||
''enjoy-watching-football-together: {<x,y>| x enjoys watching football with y} = {<Alice,Paul>,<Paul,Alice>,<Alice,Lisa>,<Lisa,Alice>,<Alice,Tom>,<Tom,Alice>,<Paul,Lisa>,<Lisa,Paul>,<Paul,Tom>, <Tom,Paul>,<Tom,Lisa>,<Lisa,Tom>}'' | |||
Line 10: | Line 33: | ||
*[[Creation_of_the_World|Link to the current exercise]] | *[[Creation_of_the_World|Link to the current exercise]] | ||
*[[NMTS-Group9|Link to the Wiki Page]] |
Latest revision as of 13:31, 29 January 2013
Relations
son-of-someone: {<x,y>|x is the son of y} = {<Tom,Paul>,<Tom,Alice>}
father-of-someone: {<x,y>|x is the father of y} ={<Paul,Tom>,<Paul,Lisa>}
daughter-of-someone: {<x,y>| x is the daughter of y} = {<Lisa,Paul>,<Lisa,Alice>}
mother-of-someone: {<x,y>| x is the mother of y} ={<Alice,Lisa>,<Alice,Paul>}
brother-of-someone: {<x,y>|x is the brother of y} = {<Tom,Lisa>}
sister-of-someone: {<x,y>| x is the sister of y} = {<Lisa,Tom>}
dog-of-someone: {<x,y>| x is the dog of y} = {<Walter,Alice>,<Walter,Paul>,<Walter,Tom>,<Walter,Lisa>}
married-to-eachother: {<x,y>| x is married to y} = {<Alice,Paul>,<Paul,Alice}
enjoy-watching-football-together: {<x,y>| x enjoys watching football with y} = {<Alice,Paul>,<Paul,Alice>,<Alice,Lisa>,<Lisa,Alice>,<Alice,Tom>,<Tom,Alice>,<Paul,Lisa>,<Lisa,Paul>,<Paul,Tom>, <Tom,Paul>,<Tom,Lisa>,<Lisa,Tom>}