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



KB Term:  Term intersection
English Word: 

  Newspaper

Sigma KEE - Newspaper
Newspaper(newspaper)
column, newspaper, paper, print_media, school_newspaper, school_paper

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


(subclass Newspaper Periodical) Mid-level-ontology.kif 16384-16384 Newspaper is a subclass of periodical
(documentation Newspaper EnglishLanguage "A Periodical that is published on a daily or weekly basis, that contains Reports, and whose issues are printed on newsprint paper.") Mid-level-ontology.kif 16385-16387 Newspaper is a subclass of periodical
(defaultMinimumHeight Newspaper
    (MeasureFn 0.25 Inch))
DimensioningAmenities.kif 369-369 The minimum expected height of newspaper is 0.25 inch(s)
(defaultMaximumHeight Newspaper
    (MeasureFn 1 Inch))
DimensioningAmenities.kif 370-370 The maximum expected height of newspaper is 1 inch(s)
(defaultMinimumWidth Newspaper
    (MeasureFn 5 Inch))
DimensioningAmenities.kif 371-371 The minimum expected width of newspaper is 5 inch(s)
(defaultMaximumWidth Newspaper
    (MeasureFn 11 Inch))
DimensioningAmenities.kif 372-372 The maximum expected width of newspaper is 11 inch(s)
(defaultMinimumLength Newspaper
    (MeasureFn 7 Inch))
DimensioningAmenities.kif 373-373 The minimum expected length of newspaper is 7 inch(s)
(defaultMaximumLength Newspaper
    (MeasureFn 9 Inch))
DimensioningAmenities.kif 374-374 The maximum expected length of newspaper is 9 inch(s)
(defaultMinimumMeasure Newspaper
    (MeasureFn 8 OunceMass))
DimensioningAmenities.kif 375-375 The minimum expected value of newspaper is 8 Ounce(s)
(defaultMaximumMeasure Newspaper
    (MeasureFn 2 PoundMass))
DimensioningAmenities.kif 376-376 The maximum expected value of newspaper is 2 pound mass(s)
(externalImage Newspaper "http://articulatesoftware.com/SUMOpictures/recreation/ entertainment/ newspaper.png") pictureList.kif 624-624 The maximum expected value of newspaper is 2 pound mass(s)

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


(termFormat EnglishLanguage Newspaper "newspaper") domainEnglishFormat.kif 40333-40333
(termFormat ChineseTraditionalLanguage Newspaper "報紙") domainEnglishFormat.kif 40334-40334
(termFormat ChineseLanguage Newspaper "报纸") domainEnglishFormat.kif 40335-40335

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


(=>
    (instance ?PAPER Newspaper)
    (exists (?REPORT)
        (and
            (instance ?REPORT Report)
            (subsumesContentInstance ?PAPER ?REPORT))))
Mid-level-ontology.kif 16389-16394 If X is an instance of newspaper, then there exists Y such that Y is an instance of report and X subsumes the content of Y
(=>
    (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
(=>
    (and
        (holdsDuring ?T1
            (publishes ?AGENT ?COMPCLASS))
        (subclass ?COMPCLASS Newspaper))
    (holdsDuring ?T1
        (attribute ?AGENT NewspaperPublishers)))
Media.kif 1859-1863 If X publishes Y holds during Z and Y is a subclass of newspaper, then newspaper publishers is an attribute of X holds during Z

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


(=>
    (attribute ?H NewsReporter)
    (hasPurpose ?H
        (exists (?EV ?T ?NEWS)
            (and
                (instance ?EV Process)
                (overlapsTemporally
                    (WhenFn ?EV)
                    (WhenFn ?H))
                (instance ?T ?NEWS)
                (or
                    (subclass ?NEWS Newspaper)
                    (subclass ?NEWS NewsProgram))
                (authors ?H ?NEWS)
                (refers ?T ?EV)))))
Mid-level-ontology.kif 23308-23322 If news reporter is an attribute of X, then All of the following hold: (1) X has the purpose there exist Y, Z (2) W such that Y is an instance of process (3) the time of existence of X overlaps the time of existence of Y (4) Z is an instance of W (5) W is a subclass of newspaper or W is a subclass of newsprogram (6) X is the author of W (7) Z includes a reference to Y
(=>
    (attribute ?X NewsDealersAndNewsstands)
    (hasPurpose ?X
        (exists (?SELL ?NEWS)
            (and
                (instance ?NEWS Newspaper)
                (instance ?SELL Selling)
                (patient ?SELL ?NEWS)
                (agent ?SELL ?X)))))
naics.kif 7675-7683 If news dealers and newsstands is an attribute of X, then X has the purpose there exist Y, Z such that Z is an instance of newspaper, Y is an instance of selling, Z is a patient of Y, and X is an agent of Y


Show simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners