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



KB Term:  Term intersection
English Word: 

Sigma KEE - BirthCertificate
BirthCertificate(birth certificate)

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


(subclass BirthCertificate Certificate) Biography.kif 242-242 Birth certificate is a subclass of certificate
(documentation BirthCertificate EnglishLanguage "A BirthCertificate is a Text which documents the Birth of a person.") Biography.kif 243-244 Birth certificate is a subclass of certificate

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


(termFormat EnglishLanguage BirthCertificate "birth certificate") domainEnglishFormat.kif 11171-11171
(termFormat ChineseTraditionalLanguage BirthCertificate "出生證明") domainEnglishFormat.kif 11172-11172
(termFormat ChineseLanguage BirthCertificate "出生证明") domainEnglishFormat.kif 11173-11173

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


(=>
    (instance ?TEXT BirthCertificate)
    (hasPurpose ?TEXT
        (exists (?B ?A)
            (and
                (instance ?B Birth)
                (instance ?A Human)
                (experiencer ?B ?A)
                (represents ?TEXT ?B)))))
Biography.kif 246-254 If X is an instance of birth certificate, then X has the purpose there exist Y, Z such that Y is an instance of birth, Z is an instance of human, Z experiences Y, and X expresses Y
(=>
    (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 If X is an instance of birth certificate, Y is an instance of birth, Z is an instance of human, and Z experiences Y, then All of the following hold: (1) X contains the formula there exist W, V (2) U such that W is a birthdate of Z (3) W is an instance of day (4) V is a birthplace of Z (5) V is an instance of geographic area (6) U expresses Z (7) U is an instance of name


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.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners