AnswerEX1-c: Difference between revisions

From Lexical Resource Semantics
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:




'''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>}'''
''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>}'''
''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>}''




'''brother of someone: {<x,y>|x is the brother of y} = {<Tom,Lisa>}'''
''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>}'''
''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>}'''
''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 and y is married to x} = {<Alice,Paul>}
''married to eachother: {<x,y>| x is married to y and y is married to x} = {<Alice,Paul>}
'''
''




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





Revision as of 09:25, 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 and y is married to x} = {<Alice,Paul>}


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


Navigation