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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - birthplace
birthplace

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


(documentation birthplace EnglishLanguage "(birthplace ?INDIV ?PLACE) means that the Animal ?INDIV was born at the location ?PLACE. The location may be a geographic area or a building, such as a hospital.") Mid-level-ontology.kif 24536-24539
(domain birthplace 1 Animal) Mid-level-ontology.kif 24541-24541 The number 1 argument of birthplace is an instance of animal
(domain birthplace 2 Object) Mid-level-ontology.kif 24542-24542 The number 2 argument of birthplace is an instance of object
(instance birthplace BinaryPredicate) Mid-level-ontology.kif 24540-24540 birthplace is an instance of binary predicate

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


(format ChineseLanguage birthplace "%2 %n 是 %1 的 birthplace") domainEnglishFormat.kif 312-312
(format ChineseTraditionalLanguage birthplace "%2 %n 是 %1 的 birthplace ") domainEnglishFormat.kif 311-311
(format EnglishLanguage birthplace "%2 is %n a birthplace of %1") domainEnglishFormat.kif 310-310
(termFormat ChineseLanguage birthplace "出生地") domainEnglishFormat.kif 11199-11199
(termFormat ChineseTraditionalLanguage birthplace "出生地") domainEnglishFormat.kif 11198-11198
(termFormat EnglishLanguage birthplace "birthplace") domainEnglishFormat.kif 11197-11197

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


(=>
    (birthplace ?INDIV ?PLACE)
    (exists (?BIRTH)
        (and
            (instance ?BIRTH Birth)
            (experiencer ?BIRTH ?INDIV)
            (eventLocated ?BIRTH ?PLACE))))
Mid-level-ontology.kif 24544-24550

consequent
-------------------------


(=>
    (and
        (instance ?TEXT BirthCertificate)
        (instance ?B Birth)
        (instance ?A Human)
        (experiencer ?B ?A))
    (containsFormula ?TEXT
        (exists (?DAY ?P ?N)
            (and
                (birthdate ?A ?DAY)
                (instance ?DAY Day)
                (birthplace ?A ?P)
                (instance ?P GeographicArea)
                (represents ?N ?A)
                (instance ?N Name)))))
Biography.kif 250-264
(=>
    (instance ?P
        (DemonymFn ?N))
    (or
        (exists (?R)
            (and
                (located ?R ?N)
                (inhabits ?P ?R)))
        (birthplace ?P ?N)))
Mid-level-ontology.kif 30893-30900


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