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


KB Term:  Term intersection
English Word: 

Sigma KEE - Artifact
Artifact(artifact)Aladdin's_lamp, Americana, Ark, Ark_of_the_Covenant, BB, BB_shot, Boston_rocker, Calvary_cross, Chinese_puzzle, Composite_order, Corinthian_order, Cuban_heel, Davis_Cup, Dixie_cup, Dorian_order, Doric_order, Dutch_door, Erlenmeyer_flask, Formica, French_door, French_heel, French_roof, French_window, Gladstone, Gladstone_bag, Gothic_arch, Holy_Grail, Ionian_order, Ionic_order, Jerusalem_cross, Jolly_Roger, Juggernaut, Kleenex, Klein_bottle, Latin_cross, Lilo, Mason_jar, Masonite, Menorah, Mobius_strip, Moorish_arch, Morris_chair, Nissen_hut, POB, PO_Box, Pandora's_box, Post-Office_box, Quaker_gun, Quonset_hut, Roman_arch...

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


(subclass Artifact Object) Merge.kif 15966-15966 Artifact is a subclass of object
(documentation Artifact EnglishLanguage "An Object that is the product of a Making.") Merge.kif 15967-15968 Artifact is a subclass of object

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


(disjoint Organism Artifact) Merge.kif 14669-14669 Organism is disjoint from artifact
(subclass Text Artifact) Merge.kif 15653-15653 Text is a subclass of artifact
(subclass Product Artifact) Merge.kif 15977-15977 Product is a subclass of artifact
(subclass StationaryArtifact Artifact) Merge.kif 16006-16006 Stationary artifact is a subclass of artifact
(subclass ArtWork Artifact) Merge.kif 16155-16155 Art work is a subclass of artifact
(subclass Fabric Artifact) Merge.kif 16196-16196 Fabric is a subclass of artifact
(subclass WearableItem Artifact) Merge.kif 16205-16205 Wearable item is a subclass of artifact
(subclass Device Artifact) Merge.kif 16283-16283 Device is a subclass of artifact
(subclass GunChamber Artifact) Mid-level-ontology.kif 1341-1341 Gun chamber is a subclass of artifact
(subclass GunMuzzle Artifact) Mid-level-ontology.kif 1380-1380 Gun muzzle is a subclass of artifact
(subclass Buttstock Artifact) Mid-level-ontology.kif 1450-1450 Butt stock is a subclass of artifact
(subclass Forestock Artifact) Mid-level-ontology.kif 1483-1483 Fore stock is a subclass of artifact
(subclass Shield Artifact) Mid-level-ontology.kif 1726-1726 Shield is a subclass of artifact
(subclass Mast Artifact) Mid-level-ontology.kif 1759-1759 Mast is a subclass of artifact
(subclass Tube Artifact) Mid-level-ontology.kif 1781-1781 Tube is a subclass of artifact
(subclass PhotographicFilm Artifact) Mid-level-ontology.kif 1795-1795 Photographic film is a subclass of artifact
(subclass PictureFrame Artifact) Mid-level-ontology.kif 1799-1799 Picture frame is a subclass of artifact
(subclass Shelf Artifact) Mid-level-ontology.kif 1813-1813 Shelf is a subclass of artifact
(subclass GunCylinder Artifact) Mid-level-ontology.kif 2115-2115 Gun cylinder is a subclass of artifact
(subclass DisplayArtifact Artifact) Mid-level-ontology.kif 3937-3937 Display artifact is a subclass of artifact
(subclass Wheel Artifact) Mid-level-ontology.kif 3957-3957 Wheel is a subclass of artifact
(subclass VehicleTire Artifact) Mid-level-ontology.kif 4031-4031 Vehicle tire is a subclass of artifact
(subclass Paper Artifact) Mid-level-ontology.kif 4178-4178 Paper is a subclass of artifact
(subclass Wire Artifact) Mid-level-ontology.kif 4225-4225 Wire is a subclass of artifact
(subclass String Artifact) Mid-level-ontology.kif 4268-4268 String is a subclass of artifact

Display limited to 25 items. Show next 25

Display limited to 25 items. Show next 25

appearance as argument number 3
-------------------------


(domainSubclass version 1 Artifact) Merge.kif 15990-15990 The number 1 argument of version is a subclass of artifact
(domainSubclass version 2 Artifact) Merge.kif 15991-15991 The number 2 argument of version is a subclass of artifact
(domain powerComponent 2 Artifact) Mid-level-ontology.kif 2282-2282 The number 2 argument of power component is an instance of artifact
(domain equipmentType 1 Artifact) Mid-level-ontology.kif 26577-26577 The number 1 argument of equipment type is an instance of artifact
(domain thirdPartyProduct 1 Artifact) ComputingBrands.kif 3831-3831 The number 1 argument of third party product is an instance of artifact
(domain engineers 2 Artifact) engineering.kif 1630-1630 The number 2 argument of engineers is an instance of artifact

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


(=>
    (instance ?ARTIFACT Artifact)
    (exists (?MAKING)
        (and
            (instance ?MAKING Making)
            (result ?MAKING ?ARTIFACT))))
Merge.kif 15970-15975 If X is an instance of artifact, then there exists Y such that Y is an instance of making and X is a result of Y
(=>
    (and
        (instance ?A Artifact)
        (attribute ?A Repairable))
    (exists (?R)
        (and
            (instance ?R Repairing)
            (patient ?R ?A))))
Mid-level-ontology.kif 8018-8025 If X is an instance of artifact and repairable is an attribute of X, then there exists Y such that Y is an instance of repairing and X is a patient of Y
(=>
    (and
        (instance ?A Artifact)
        (attribute ?A NonRepairable))
    (not
        (exists (?R)
            (and
                (instance ?R Repairing)
                (patient ?R ?A)))))
Mid-level-ontology.kif 8031-8039 If X is an instance of artifact and non repairable is an attribute of X, then there doesn't exist Y such that Y is an instance of repairing and X is a patient of Y
(=>
    (and
        (instance ?A Artifact)
        (instance ?S Salvaging)
        (patient ?S ?A))
    (exists (?P ?V)
        (and
            (result ?S ?P)
            (part ?P ?A)
            (monetaryValue ?P ?V))))
Mid-level-ontology.kif 19053-19062 If X is an instance of artifact, Y is an instance of salvaging, and X is a patient of Y, then there exist Z, W such that Z is a result of Y, Z is a part of X, and value of Z is W
(=>
    (and
        (capability ?PROCESS ?R ?O)
        (instance ?O Artifact)
        (not
            (attribute ?O ArtifactNotFitForPurpose)))
    (modalAttribute
        (exists (?P)
            (and
                (instance ?P ?PROCESS)
                (?R ?P ?O))) Possiblity))
Mid-level-ontology.kif 19078-19088 If X is capable of doing Y as a Z, X is an instance of artifact, and artifact not fit for purpose is not an attribute of X, then the statement there exists W such that W is an instance of Y, Z W, and X has the modal force of Possiblity

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


(=>
    (instance ?MAKING Making)
    (exists (?ARTIFACT)
        (and
            (instance ?ARTIFACT Artifact)
            (result ?MAKING ?ARTIFACT))))
Merge.kif 13107-13112 If X is an instance of making, then there exists Y such that Y is an instance of artifact and Y is a result of X
(=>
    (instance ?W Wickering)
    (hasPurpose ?W
        (exists (?WICK ?OBJ ?WARP ?WEFT)
            (and
                (instance ?WICK Wicker)
                (patient ?W ?WICK)
                (part ?WARP ?WICK)
                (part ?WEFT ?WICK)
                (traverses ?WARP ?WEFT)
                (not
                    (equal ?WARP ?WEFT))
                (result ?W ?OBJ)
                (instance ?OBJ Artifact)))))
Mid-level-ontology.kif 5190-5203 If X is an instance of wickering, then All of the following hold: (1) X has the purpose there exist Y, Z,, , W (2) V such that Y is an instance of wicker (3) Y is a patient of X (4) W is a part of Y (5) V is a part of Y (6) W traverses V (7) equal W (8) V (9) Z is a result of X (10) Z is an instance of artifact
(=>
    (instance ?WEAVE Weaving)
    (hasPurpose ?WEAVE
        (exists (?SUB ?WARP ?WEFT ?OBJ)
            (and
                (instance ?SUB Substance)
                (attribute ?SUB Pliable)
                (patient ?WEAVE ?SUB)
                (part ?WARP ?SUB)
                (part ?WEFT ?SUB)
                (not
                    (equal ?WARP ?WEFT))
                (orientation ?WARP ?WEFT RightAngle)
                (result ?WEAVE ?OBJ)
                (instance ?OBJ Artifact)))))
Mid-level-ontology.kif 5209-5223 If X is an instance of weaving, then All of the following hold: (1) X has the purpose there exist Y, Z,, , W (2) V such that Y is an instance of substance (3) pliable is an attribute of Y (4) Y is a patient of X (5) Z is a part of Y (6) W is a part of Y (7) equal Z (8) W (9) Z is at a right angle to to W (10) V is a result of X (11) V is an instance of artifact
(=>
    (instance ?S Workshop)
    (hasPurpose ?S
        (exists (?M ?W)
            (and
                (instance ?M Making)
                (result ?M ?W)
                (instance ?W Artifact)))))
Mid-level-ontology.kif 8136-8143 If X is an instance of workshop, then X has the purpose there exist Y, Z such that Y is an instance of making, Z is a result of Y, and Z is an instance of artifact
(=>
    (instance ?PLAN Blueprint)
    (hasPurpose ?PLAN
        (exists (?ARTIFACT)
            (and
                (instance ?ARTIFACT Artifact)
                (represents ?PLAN ?ARTIFACT)))))
Mid-level-ontology.kif 14751-14757 If X is an instance of blueprint, then X has the purpose there exists Y such that Y is an instance of artifact and X expresses Y
(=>
    (instance ?X MultimediaProjector)
    (hasPurpose ?X
        (exists (?RS ?SCREEN ?VIDEO)
            (and
                (instance ?RS RadiatingLight)
                (instrument ?RS ?X)
                (patient ?RS ?VIDEO)
                (or
                    (instance ?VIDEO VideoRecording)
                    (instance ?VIDEO Image))
                (destination ?RS ?SCREEN)
                (instance ?SCREEN Artifact)
                (attribute ?SCREEN Flat)
                (not
                    (connected ?X ?SCREEN))))))
Mid-level-ontology.kif 28740-28754 If X is an instance of multimedia projector, then All of the following hold: (1) X has the purpose there exist Y, Z (2) W such that Y is an instance of radiating light (3) X is an instrument for Y (4) W is a patient of Y (5) W is an instance of video recording or W is an instance of image (6) Y ends up at Z (7) Z is an instance of artifact (8) flat is an attribute of Z (9) X is not connected to Z
(=>
    (instance ?X Tripod)
    (hasPurpose ?X
        (exists (?OBJ ?PUT ?PROC)
            (and
                (instance ?OBJ Artifact)
                (instance ?PUT Putting)
                (patient ?PUT ?OBJ)
                (destination ?PUT ?X)
                (instance ?PROC Process)
                (instrument ?PROC ?OBJ)
                (before
                    (EndFn
                        (WhenFn ?PUT))
                    (BeginFn
                        (WhenFn ?PROC)))))))
Mid-level-ontology.kif 29267-29280 If X is an instance of tripod, then All of the following hold: (1) X has the purpose there exist Y, Z (2) W such that Y is an instance of artifact (3) Z is an instance of putting (4) Y is a patient of Z (5) Z ends up at X (6) W is an instance of process (7) Y is an instrument for W (8) the end of the time of existence of Z happens before the beginning of the time of existence of W
(=>
    (instance ?X Easel)
    (hasPurpose ?X
        (exists (?OBJ ?PUT)
            (and
                (instance ?OBJ Artifact)
                (attribute ?OBJ Flat)
                (instance ?PUT Putting)
                (patient ?PUT ?OBJ)
                (destination ?PUT ?X)))))
Mid-level-ontology.kif 29287-29296 If X is an instance of easel, then X has the purpose there exist Y, Z such that Y is an instance of artifact, flat is an attribute of Y, Z is an instance of putting, Y is a patient of Z, and Z ends up at X
(=>
    (instance ?X ArtifactMediatedCommunication)
    (exists (?OBJ)
        (and
            (instance ?OBJ Artifact)
            (instrument ?X ?OBJ))))
Mid-level-ontology.kif 29563-29568 If X is an instance of artifact mediated communication, then there exists Y such that Y is an instance of artifact and Y is an instrument for X
(=>
    (and
        (memberMeasure ?S ?M ?Q)
        (instance ?S Class)
        (instance ?O ?S))
    (instance ?O Artifact))
Mid-level-ontology.kif 33582-33587 If members of X have the measure Y in terms of Z, X is an instance of class, and W is an instance of X, then W is an instance of artifact
(=>
    (and
        (instance ?X PartInspection)
        (patient ?X ?P)
        (instance ?P SelfConnectedObject))
    (exists (?A ?M)
        (and
            (part ?P ?A)
            (instance ?A Artifact)
            (instance ?M Manufacture)
            (result ?M ?A)
            (subProcess ?X ?M))))
Economy.kif 2054-2065 If X is an instance of part inspection, Y is a patient of X, and Y is an instance of self connected object, then there exist Z, W such that Y is a part of Z, Z is an instance of artifact, W is an instance of manufacture, Z is a result of W, and X is a subprocess of W
(=>
    (and
        (instance ?X OrderingParts)
        (patient ?X ?P))
    (exists (?A ?M)
        (and
            (part ?P ?A)
            (instance ?A Artifact)
            (instance ?M Manufacture)
            (result ?M ?A)
            (subProcess ?X ?M))))
Economy.kif 2085-2095 If X is an instance of Ordering parts and Y is a patient of X, then there exist Z, W such that Y is a part of Z, Z is an instance of artifact, W is an instance of manufacture, Z is a result of W, and X is a subprocess of W
(=>
    (instance ?P ProductAssembly)
    (exists (?O ?Q ?W)
        (and
            (patient ?P ?O)
            (patient ?P ?Q)
            (not
                (equal ?O ?Q))
            (instance ?O SelfConnectedObject)
            (instance ?Q SelfConnectedObject)
            (part ?O ?W)
            (part ?Q ?W)
            (instance ?W Artifact)
            (result ?P ?W))))
Economy.kif 2144-2157 If X is an instance of Product assembly, then All of the following hold: (1) there exist Y, Z (2) W such that Y is a patient of X (3) Z is a patient of X (4) equal Y (5) Z (6) Y is an instance of self connected object (7) Z is an instance of self connected object (8) Y is a part of W (9) Z is a part of W (10) W is an instance of artifact (11) W is a result of X
(=>
    (attribute ?X MeanOfProduction)
    (hasPurpose ?X
        (or
            (exists (?MAKE ?PRODUCT)
                (and
                    (instance ?MAKE Making)
                    (involvedInEvent ?MAKE ?X)
                    (not
                        (result ?MAKE ?X))
                    (instance ?PRODUCT Artifact)
                    (result ?MAKE ?PRODUCT)
                    (hasPurpose ?PRODUCT
                        (exists (?SELL)
                            (and
                                (instance ?SELL Selling)
                                (patient ?SELL ?PRODUCT))))))
            (exists (?SERVICE)
                (and
                    (instance ?SERVICE CommercialService)
                    (involvedInEvent ?SERVICE ?X))))))
Economy.kif 6108-6128 If mean of production is an attribute of X, then All of the following hold: (1) X has the purpose there exist Y (2) Z such that Y is an instance of making (3) X is an involved in event of Y (4) X is not a result of Y (5) Z is an instance of artifact (6) Z is a result of Y (7) Z has the purpose there exists W such that W is an instance of selling (8) Z is a patient of W or there exists V such that V is an instance of commercial service (9) X is an involved in event of V
(=>
    (and
        (instance ?CG CapitalMeanOfProduction)
        (attribute ?CGO ?CG))
    (exists (?A ?MONEY ?AGENT ?PROPERTYITEM)
        (or
            (and
                (instance ?MONEY Currency)
                (equal ?CGO ?MONEY))
            (and
                (element ?PROPERTYITEM
                    (PropertyFn ?AGENT))
                (equal ?PROPERTYITEM ?CGO))
            (and
                (instance ?A Artifact)
                (equal ?CGO ?A)))))
Economy.kif 6135-6149 If X is an instance of capital goods and X is an attribute of Y, then All of the following hold: (1) there exist Z, W,, , V (2) U such that W is an instance of currency (3) equal Y (4) W, U is an element of belongings of V (5) equal U (6) Y, or Z is an instance of artifact (7) equal Y (8) Z


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-18d41916 (2026-05-02) is open source software produced by Articulate Software and its partners