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 25895-25898
(domain birthplace 1 Animal) Mid-level-ontology.kif 25900-25900 birthplace の数値 1 引数は 動物instance では
(domain birthplace 2 Object) Mid-level-ontology.kif 25901-25901 birthplace の数値 2 引数は オブジェクトinstance では
(instance birthplace BinaryPredicate) Mid-level-ontology.kif 25899-25899 birthplace2進述語instance では

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 11192-11192
(termFormat ChineseTraditionalLanguage birthplace "出生地") domainEnglishFormat.kif 11191-11191
(termFormat EnglishLanguage birthplace "birthplace") domainEnglishFormat.kif 11190-11190

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


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

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 256-270
(=>
    (instance ?P
        (DemonymFn ?N))
    (or
        (exists (?R)
            (and
                (located ?R ?N)
                (inhabits ?P ?R)))
        (birthplace ?P ?N)))
Mid-level-ontology.kif 32570-32577


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