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 2630-2630 | |
(format ChineseTraditionalLanguage yearOfFounding "%2 %n 是 %1 的 year 資金") | domainEnglishFormat.kif 2629-2629 | |
(format EnglishLanguage yearOfFounding "%2 is %n a year of founding of %1") | domainEnglishFormat.kif 2628-2628 | |
(termFormat ChineseLanguage yearOfFounding "建立年份") | domainEnglishFormat.kif 63811-63811 | |
(termFormat ChineseTraditionalLanguage yearOfFounding "建立年份") | domainEnglishFormat.kif 63810-63810 | |
(termFormat EnglishLanguage yearOfFounding "year of founding") | domainEnglishFormat.kif 63809-63809 |
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 |
|