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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Publication
Publication(publication)appear, carbon_process, carry, chromolithography, collotype, collotype_printing, come_out, cyclostyle, edit, gazette, gravure, impress, intaglio, intaglio_printing, issue, letterpress, letterset_printing, lithographic, lithography, microcopy, offset, offset_lithography, offset_printing, overprint, photo-offset, photo-offset_printing, photogelatin_process, photogravure, photolithography, photostat, planographic, planographic_printing, planography, print, print_over, printing, printing_process, process_printing, publication, publish, published, reissue, relief_printing, reprint, republish, rotogravure, run, split_run, unpublished, write...

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


(documentation Publication ChineseLanguage "这是 Manufacture Text 的过程。注:这并不意味着 发行 Text,当出现发行时,这会是 Dissemination 的实例。") chinese_format.kif 3222-3223
(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 12952-12954
(subclass Publication ContentDevelopment) Merge.kif 12951-12951 Publication is a subclass of content development
(subclass Publication Manufacture) Merge.kif 12950-12950 Publication is a subclass of manufacture

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


(termFormat ChineseLanguage Publication "出版") chinese_format.kif 1188-1188
(termFormat EnglishLanguage Publication "publication") english_format.kif 1593-1593
(termFormat FrenchLanguage Publication "publier") french_format.kif 866-866
(termFormat Hindi Publication "prakaashana") terms-hindi.txt 398-398
(termFormat ItalianLanguage Publication "Editoria") terms-it.txt 401-401
(termFormat JapaneseLanguage Publication "出版") japanese_format.kif 2550-2550
(termFormat PortugueseLanguage Publication "Publicacao") portuguese_format.kif 818-818
(termFormat cb Publication "pamantalaan") terms-cb.txt 403-403
(termFormat cz Publication "publication") terms-cz.txt 437-437
(termFormat de Publication "Publikation") terms-de.txt 696-696
(termFormat ro Publication "publicare") relations-ro.kif 887-887
(termFormat tg Publication "pagmantala") terms-tg.txt 402-402

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


(=>
    (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 15616-15633
(=>
    (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 16005-16019
(=>
    (instance ?PUB Publication)
    (exists (?TEXT)
        (and
            (instance ?TEXT Text)
            (patient ?PUB ?TEXT))))
Merge.kif 12959-12964

consequent
-------------------------


(=>
    (and
        (publishes ?ORG ?TEXTCLASS)
        (instance ?INST ?TEXTCLASS))
    (exists (?PUB)
        (and
            (instance ?PUB Publication)
            (agent ?PUB ?ORG)
            (patient ?PUB ?INST))))
Merge.kif 15597-15605
(=>
    (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 16170-16179
(=>
    (instance ?C PeriodicalPublisher)
    (exists (?PUBLISH ?PERIODICAL)
        (and
            (instance ?PUBLISH Publication)
            (agent ?PUBLISH ?C)
            (patient ?PUBLISH ?PERIODICAL)
            (instance ?PERIODICAL Periodical))))
Mid-level-ontology.kif 17211-17218
(=>
    (instance ?C Publisher)
    (exists (?S)
        (and
            (instance ?S CommercialService)
            (agent ?S ?C)
            (instance ?S Publication))))
Mid-level-ontology.kif 8444-8450


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