AnswerEX1-c: Difference between revisions

From Lexical Resource Semantics
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
'''relations'''<br/><br/>
'''Relations'''<br/><br/>
 


'''son of someone: {<x,y>|x is the son of y} = {<Tom,Paul>,<Tom,Alice>}'''
'''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}'''
'''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>}'''
 


'''mother of someone: {<x,y>| x is the mother of y} ={Alice, Lisa}, {Alice,Paul}'''
'''enjoy watching football games together: {<x,y>| x enjoys watching football with y and y enjoys
watching football with x} = {<Alice,Paul>,<Paul,Alice>,<Lisa,Alice>,<Alice,Lisa>,<Alice,Tom>,


'''enjoy watching football games together: {<x,y>| x enjoys watching football with y and y enjoys watching football with x} = {<Alice, Paul>, <Paul, Alice>, <Lisa, Alice>, <Alice, Lisa>,<Alice, Tom>, <Tom, Alice>, <Paul, Lisa>, <Lisa, Paul>, <Paul, Tom>, <Tom, Paul>, <Tom, Lisa>, <Lisa, Tom>}'''
<Tom,Alice>,<Paul,Lisa>,<Lisa,Paul>,<Paul,Tom>,<Tom,Paul>,<Tom,Lisa>,<Lisa,Tom>}'''





Revision as of 20:22, 25 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>}


enjoy watching football games together: {<x,y>| x enjoys watching football with y and y enjoys

watching football with x} = {<Alice,Paul>,<Paul,Alice>,<Lisa,Alice>,<Alice,Lisa>,<Alice,Tom>,

<Tom,Alice>,<Paul,Lisa>,<Lisa,Paul>,<Paul,Tom>,<Tom,Paul>,<Tom,Lisa>,<Lisa,Tom>}


Navigation