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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - Publication
Publication(出版)

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 13001-13003
(subclass Publication ContentDevelopment) Merge.kif 13000-13000 出版コンテンツ開発subclass では
(subclass Publication Manufacture) Merge.kif 12999-12999 出版製造subclass では

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 15665-15682
(=>
    (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 15995-16009
(=>
    (instance ?PUB Publication)
    (exists (?TEXT)
        (and
            (instance ?TEXT Text)
            (patient ?PUB ?TEXT))))
Merge.kif 13008-13013

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


(=>
    (and
        (publishes ?ORG ?TEXTCLASS)
        (instance ?INST ?TEXTCLASS))
    (exists (?PUB)
        (and
            (instance ?PUB Publication)
            (agent ?PUB ?ORG)
            (patient ?PUB ?INST))))
Merge.kif 15646-15654
(=>
    (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 16162-16171
(=>
    (instance ?C PeriodicalPublisher)
    (exists (?PUBLISH ?PERIODICAL)
        (and
            (instance ?PUBLISH Publication)
            (agent ?PUBLISH ?C)
            (patient ?PUBLISH ?PERIODICAL)
            (instance ?PERIODICAL Periodical))))
Mid-level-ontology.kif 17201-17208
(=>
    (instance ?C Publisher)
    (exists (?S)
        (and
            (instance ?S CommercialService)
            (agent ?S ?C)
            (instance ?S Publication))))
Mid-level-ontology.kif 8418-8424


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