![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| producedOn |
| appearance as argument number 1 |
|
|
| (instance producedOn BinaryPredicate) | Music.kif 88-88 | produced on is an instance of binary predicate |
| (documentation producedOn EnglishLanguage "(producedOn ?R ?TP) refers to the date that a Recording was finalized into a final copy that is ready for release.") | Music.kif 89-90 | produced on is an instance of binary predicate |
| (domain producedOn 1 Recording) | Music.kif 93-93 | The number 1 argument of produced on is an instance of recording |
| (domain producedOn 2 TimePoint) | Music.kif 94-94 | The number 2 argument of produced on is an instance of time point |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage producedOn "produced on") | Music.kif 91-91 | |
| (format EnglishLanguage producedOn "%1 was produced on %2") | domainEnglishFormat.kif 4232-4232 | |
| (format ChineseTraditionalLanguage producedOn "%1 是 produced 在 %2 ") | domainEnglishFormat.kif 4233-4233 | |
| (format ChineseLanguage producedOn "%1 是 produced 在 %2 ") | domainEnglishFormat.kif 4234-4234 |
| antecedent |
|
|
| (=> (producedOn ?R ?D) (exists (?P) (and (instance ?P Process) (result ?P ?R) (equal ?D (WhenFn (EndFn ?P)))))) |
Music.kif 96-104 | If X was produced on Y, then there exists Z such that Z is an instance of process, X is a result of Z, equal Y, and the time of existence of the end of Z |