Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - legalRelation
legalRelation

appearance as argument number 1
-------------------------


(documentation legalRelation ChineseLanguage "(legalRelation ?AGENT1 ?AGENT2)的意思是 ?AGENT1 和 ?AGENT2 因为法律上的关系而成为亲戚。例如:婚姻和领养等等。") chinese_format.kif 3705-3706
(documentation legalRelation EnglishLanguage "(legalRelation ?AGENT1 ?AGENT2) means that ?AGENT1 and ?AGENT2 are relatives by virtue of a legal relationship. Some examples include marriage, adoption, etc.") Merge.kif 16592-16594
(domain legalRelation 1 Human) Merge.kif 16590-16590 The number 1 argument of legal relation is an instance of human
(domain legalRelation 2 Human) Merge.kif 16591-16591 The number 2 argument of legal relation is an instance of human
(instance legalRelation BinaryPredicate) Merge.kif 16588-16588 legal relation is an instance of binary predicate
(instance legalRelation SymmetricRelation) Merge.kif 16589-16589 legal relation is an instance of symmetric relation

appearance as argument number 2
-------------------------


(format ChineseLanguage legalRelation "%1 和 %2 之间有 legalRelation") chinese_format.kif 808-808
(format EnglishLanguage legalRelation "there is %n a legal relation between %1 and %2") english_format.kif 820-820
(format FrenchLanguage legalRelation "il y a %n une relation l�gal entre %1 et %2") french_format.kif 485-485
(format JapaneseLanguage legalRelation "%1 と %2 間での legal relation は %n") english_format.kif 821-821
(format PortugueseLanguage legalRelation "existe %n uma relacao legal entre %1 e %2") portuguese_format.kif 437-437
(format ro legalRelation "%n{nu} existã o relation%t{relaþie} legal{legalã} între %1 ºi %2") relations-ro.kif 507-507
(subrelation spouse legalRelation) Merge.kif 16629-16629 spouse is a subrelation of legal relation
(subrelation stepfather legalRelation) Mid-level-ontology.kif 23432-23432 stepfather is a subrelation of legal relation
(subrelation stepmother legalRelation) Mid-level-ontology.kif 23449-23449 stepmother is a subrelation of legal relation
(termFormat ChineseLanguage legalRelation "法律关系") chinese_format.kif 809-809 stepmother is a subrelation of legal relation
(termFormat ChineseTraditionalLanguage legalRelation "法律關係") domainEnglishFormat.kif 33878-33878 stepmother is a subrelation of legal relation
(termFormat EnglishLanguage legalRelation "legal relation") domainEnglishFormat.kif 33877-33877 stepmother is a subrelation of legal relation

antecedent
-------------------------


(=>
    (and
        (holdsDuring ?T1
            (legalRelation ?A1 ?A2))
        (instance ?A1 Organism)
        (instance ?A2 Organism))
    (holdsDuring ?T1
        (relative ?A1 ?A2)))
Merge.kif 16395-16400
(=>
    (legalRelation ?AGENT1 ?AGENT2)
    (exists (?DECLARE ?OBLIGATION)
        (and
            (instance ?DECLARE Declaring)
            (confersObligation ?OBLIGATION ?DECLARE ?AGENT1)
            (confersObligation ?OBLIGATION ?DECLARE ?AGENT2))))
Merge.kif 16596-16602


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners