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

Formal Language: 



KB Term:  Term intersection
English Word: 

  birthplace

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 24248-24251
(domain birthplace 1 Animal) Mid-level-ontology.kif 24253-24253 The number 1 argument of birthplace is an instance of animal
(domain birthplace 2 Object) Mid-level-ontology.kif 24254-24254 The number 2 argument of birthplace is an instance of object
(instance birthplace BinaryPredicate) Mid-level-ontology.kif 24252-24252 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 11183-11183
(termFormat ChineseTraditionalLanguage birthplace "出生地") domainEnglishFormat.kif 11182-11182
(termFormat EnglishLanguage birthplace "birthplace") domainEnglishFormat.kif 11181-11181

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


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

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 30636-30643


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

Show without tree


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