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


KB Term:  Term intersection
English Word: 

Sigma KEE - Paper
Paper(paper)
Post-It, chad, dimple, dimpled_chad, greaseproof_paper, hanging_chad, manifold, manifold_paper, paper, paper_tape, piece_of_paper, pregnant_chad, sheet, sheet_of_paper, style_sheet, swinging_chad, tissue, tissue_paper, tri-chad, waste_paper, wrapping_paper, writing_paper

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


(documentation Paper EnglishLanguage "Paper is a flat sheet of fibers, usually produced by spreading a wet solution of wood particles on a flat surface and drying through heat and pressure. The fibers can also be cotton or a synthetic, although typically the bulk of the substance is wood fibers. This includes all manner of paper products that may have varying thicknesses, colors or texture. This is distinguished from flat wood products such as plywood and particle board which have a structural function in building construction. Sheathing materials such as the paper affixed to sheetrock however, is paper.") Mid-level-ontology.kif 4195-4205
(subclass Paper Artifact) Mid-level-ontology.kif 4206-4206 Paper is a subclass of artifact
(externalImage Paper "http://articulatesoftware.com/SUMOpictures/education/ supplies/ supplies_2/ paper_01.png") pictureList.kif 653-653 Paper is a subclass of artifact

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


(termFormat EnglishLanguage Paper "paper") domainEnglishFormat.kif 44279-44279
(termFormat ChineseTraditionalLanguage Paper "紙") domainEnglishFormat.kif 44280-44280
(termFormat ChineseLanguage Paper "纸") domainEnglishFormat.kif 44281-44281

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


(=>
    (instance ?X Paper)
    (exists (?MAKE ?CELL ?PRESS)
        (and
            (instance ?MAKE Making)
            (instance ?CELL Cellulose)
            (instance ?PRESS Compressing)
            (resource ?MAKE ?CELL)
            (result ?MAKE ?X)
            (subProcess ?MAKE ?PRESS)
            (patient ?PRESS ?CELL))))
Mid-level-ontology.kif 4208-4218 If X is an instance of paper, then All of the following hold: (1) there exist Y, Z (2) W such that Y is an instance of making (3) Z is an instance of cellulose (4) W is an instance of compressing (5) Z is a resource for Y (6) X is a result of Y (7) Y is a subprocess of W (8) Z is a patient of W
(=>
    (instance ?PAPER Paper)
    (modalAttribute
        (hasPurpose ?PAPER
            (exists (?TEXT)
                (and
                    (instance ?TEXT Text)
                    (part ?TEXT ?PAPER)))) Likely))
Mid-level-ontology.kif 4220-4228 If X is an instance of paper, then the statement X has the purpose there exists Y such that Y is an instance of text and Y is a part of X has the modal force of likely
(=>
    (and
        (instance ?X PaperShredder)
        (instance ?CUT Cutting)
        (instance ?CBO VisualContentBearingObject)
        (containsInformation ?CBO ?INFO)
        (instrument ?CUT ?X)
        (instance ?PAPER Paper)
        (patient ?CUT ?PAPER)
        (located ?CBO ?PAPER))
    (modalAttribute
        (exists (?READ)
            (and
                (instance ?READ Interpreting)
                (patient ?READ ?INFO)
                (earlier
                    (WhenFn ?CUT)
                    (WhenFn ?READ)))) Unlikely))
Mid-level-ontology.kif 20134-20151 If All of the following hold: (1) X is an instance of paper shredder (2) Y is an instance of cutting (3) Z is an instance of visual content bearing object (4) Z contains information W (5) X is an instrument for Y (6) V is an instance of paper (7) V is a patient of Y (8) Z is located at V, then the statement there exists U such that U is an instance of interpreting, W is a patient of U, and the time of existence of Y happens earlier than the time of existence of U has the modal force of unlikely

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


(=>
    (and
        (instance ?W Wallpaper)
        (part ?P ?W))
    (instance ?P Paper))
Mid-level-ontology.kif 3732-3736 If X is an instance of wallpaper and Y is a part of X, then Y is an instance of paper
(=>
    (instance ?BILL CurrencyBill)
    (exists (?PAPER)
        (and
            (instance ?PAPER Paper)
            (part ?PAPER ?BILL))))
Mid-level-ontology.kif 4235-4240 If X is an instance of currency bill, then there exists Y such that Y is an instance of paper and Y is a part of X
(=>
    (instance ?TAPE Tape)
    (exists (?PART)
        (and
            (part ?PART ?TAPE)
            (or
                (instance ?PART Paper)
                (instance ?PART Fabric)))))
Mid-level-ontology.kif 4876-4883 If X is an instance of tape, then there exists Y such that Y is a part of X and Y is an instance of paper or Y is an instance of fabric
(=>
    (instance ?C HolidayCard)
    (material Paper ?C))
Mid-level-ontology.kif 16478-16480 If X is an instance of holiday card, then X is made of paper
(=>
    (instance ?C PlayingCard)
    (material Paper ?C))
Mid-level-ontology.kif 18747-18749 If X is an instance of playing card, then X is made of paper
(=>
    (instance ?X PaperShredder)
    (hasPurpose ?X
        (exists (?CUT ?PAPER)
            (and
                (instance ?CUT Cutting)
                (instrument ?CUT ?X)
                (instance ?PAPER Paper)
                (patient ?CUT ?PAPER)))))
Mid-level-ontology.kif 20124-20132 If X is an instance of paper shredder, then X has the purpose there exist Y, Z such that Y is an instance of cutting, X is an instrument for Y, Z is an instance of paper, and Z is a patient of Y
(=>
    (and
        (instance ?ORG Organization)
        (attribute ?ORG PaperManufacturing))
    (exists (?MEM ?EV ?THING)
        (and
            (instance ?MEM Industry)
            (member ?MEM ?ORG)
            (instance ?EV Manufacture)
            (agent ?EV ?MEM)
            (patient ?EV ?THING)
            (material Paper ?THING))))
naics.kif 2711-2722 If X is an instance of organization and paper manufacturing is an attribute of X, then All of the following hold: (1) there exist Y, Z (2) W such that Y is an instance of industry (3) Y is a member of X (4) Z is an instance of manufacture (5) Y is an agent of Z (6) W is a patient of Z (7) W is made of paper


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.0-ac69cf7a (2026-05-13) is open source software produced by Articulate Software and its partners