![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
Publication
|
|
|
| appearance as argument number 1 |
|
|
| (subclass Publication Manufacture) | Merge.kif 13135-13135 | Publication is a subclass of manufacture |
| (subclass Publication ContentDevelopment) | Merge.kif 13136-13136 | Publication is a subclass of content development |
| (documentation Publication EnglishLanguage "The Manufacture of Texts. Note that there is no implication that the Texts are distributed. Such distribution, when it occurs, is an instance of Dissemination.") | Merge.kif 13137-13139 | Publication is a subclass of content development |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage Publication "publication") | english_format.kif 1597-1597 |
| antecedent |
|
|
| (=> (instance ?PUB Publication) (exists (?TEXT) (and (instance ?TEXT Text) (patient ?PUB ?TEXT)))) |
Merge.kif 13144-13149 | If X is an instance of publication, then there exists Y such that Y is an instance of text and Y is a patient of X |
| (=> (and (equal (EditionFn ?TEXT ?INT1) ?EDITION1) (equal (EditionFn ?TEXT ?INT2) ?EDITION2) (greaterThan ?INT2 ?INT1) (instance ?PUB1 Publication) (instance ?PUB2 Publication) (instance ?CBO1 ?EDITION1) (instance ?CBO2 ?EDITION2) (patient ?PUB1 ?CBO1) (patient ?PUB2 ?CBO2) (date ?PUB1 ?DATE1) (date ?PUB2 ?DATE2)) (before (EndFn ?DATE1) (EndFn ?DATE2))) |
Merge.kif 15799-15816 | If All of the following hold: (1) equal edition X of Y and Z (2) equal edition W of Y and V (3) W is greater than X (4) U is an instance of publication (5) T is an instance of publication (6) S is an instance of Z (7) R is an instance of V (8) S is a patient of U (9) R is a patient of T (10) date of U is Q (11) date of T is P, then the end of Q happens before the end of P |
| (=> (and (subclass ?TEXT Periodical) (equal (SeriesVolumeFn ?TEXT ?INT1) ?VOLUME1) (equal (SeriesVolumeFn ?TEXT ?INT2) ?VOLUME2) (greaterThan ?INT2 ?INT1) (instance ?PUB1 Publication) (instance ?PUB2 Publication) (instance ?CBO1 ?VOLUME1) (instance ?CBO2 ?VOLUME2) (patient ?PUB1 ?CBO1) (patient ?PUB2 ?CBO2) (date ?PUB1 ?DATE1) (date ?PUB2 ?DATE2)) (before (EndFn ?DATE1) (EndFn ?DATE2))) |
Mid-level-ontology.kif 16229-16243 | If All of the following hold: (1) X is a subclass of periodical (2) equal volume Y in the series X and Z (3) equal volume W in the series X and V (4) W is greater than Y (5) U is an instance of publication (6) T is an instance of publication (7) S is an instance of Z (8) R is an instance of V (9) S is a patient of U (10) R is a patient of T (11) date of U is Q (12) date of T is P, then the end of Q happens before the end of P |
| consequent |
|
|
| (=> (and (publishes ?ORG ?TEXTCLASS) (instance ?INST ?TEXTCLASS)) (exists (?PUB) (and (instance ?PUB Publication) (agent ?PUB ?ORG) (patient ?PUB ?INST)))) |
Merge.kif 15780-15788 | If X publishes Y and Z is an instance of Y, then there exists W such that W is an instance of publication, X is an agent of W, and Z is a patient of W |
| (=> (instance ?C Publisher) (exists (?S) (and (instance ?S CommercialService) (agent ?S ?C) (instance ?S Publication)))) |
Mid-level-ontology.kif 8554-8560 | If X is an instance of publisher, then there exists Y such that Y is an instance of commercial service, X is an agent of Y, and Y is an instance of publication |
| (=> (and (subclass ?PAPER Newspaper) (instance ?WEEK Week)) (exists (?PUBLICATION ?ISSUE) (and (instance ?PUBLICATION Publication) (temporalPart (WhenFn ?PUBLICATION) ?WEEK) (result ?PUBLICATION ?ISSUE) (instance ?ISSUE ?PAPER)))) |
Mid-level-ontology.kif 16396-16405 | If X is a subclass of newspaper and Y is an instance of week, then there exist Z, W such that Z is an instance of publication, the time of existence of Z is a part of Y, W is a result of Z, and W is an instance of X |
| (=> (instance ?C PeriodicalPublisher) (exists (?PUBLISH ?PERIODICAL) (and (instance ?PUBLISH Publication) (agent ?PUBLISH ?C) (patient ?PUBLISH ?PERIODICAL) (instance ?PERIODICAL Periodical)))) |
Mid-level-ontology.kif 17429-17436 | If X is an instance of periodical publisher, then there exist Y, Z such that Y is an instance of publication, X is an agent of Y, Z is a patient of Y, and Z is an instance of periodical |