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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - yearOfFounding
yearOfFounding

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


(documentation yearOfFounding EnglishLanguage "(yearOfFounding ?ORG ?NUMBER) means that the Organization ?ORG was founded in the year expressed in ?NUMBER.") Mid-level-ontology.kif 947-948
(domain yearOfFounding 1 Organization) Mid-level-ontology.kif 950-950 The number 1 argument of year of founding is an instance of organization
(domain yearOfFounding 2 Integer) Mid-level-ontology.kif 951-951 The number 2 argument of year of founding is an instance of integer
(instance yearOfFounding BinaryPredicate) Mid-level-ontology.kif 949-949 year of founding is an instance of binary predicate

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


(format ChineseLanguage yearOfFounding "%2 %n 是 %1 的 year 资金") domainEnglishFormat.kif 2638-2638
(format ChineseTraditionalLanguage yearOfFounding "%2 %n 是 %1 的 year 資金") domainEnglishFormat.kif 2637-2637
(format EnglishLanguage yearOfFounding "%2 is %n a year of founding of %1") domainEnglishFormat.kif 2636-2636
(termFormat ChineseLanguage yearOfFounding "建立年份") domainEnglishFormat.kif 63765-63765
(termFormat ChineseTraditionalLanguage yearOfFounding "建立年份") domainEnglishFormat.kif 63764-63764
(termFormat EnglishLanguage yearOfFounding "year of founding") domainEnglishFormat.kif 63763-63763

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


(<=>
    (yearOfFounding ?O ?Y)
    (exists (?F ?YEAR)
        (and
            (overlapsTemporally
                (WhenFn ?F) ?YEAR)
            (instance ?YEAR
                (YearFn ?Y))
            (instance ?F Founding)
            (result ?F ?O))))
Mid-level-ontology.kif 961-968 An integer is a year of founding of an organization if and only if there exist a process and the integerEAR such that the integerEAR overlaps the time of existence of the process and the integerEAR is an instance of the year the integer and the process is an instance of founding and the organization is a result of the process
(=>
    (yearOfFounding ?O ?Y)
    (dateEstablished ?O
        (YearFn ?Y)))
Mid-level-ontology.kif 953-956


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