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


KB Term:  Term intersection
English Word: 

Sigma KEE - MotionPictureShot
MotionPictureShot(motion picture shot)
scene, shot

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


(subclass MotionPictureShot MotionPicture) Mid-level-ontology.kif 16152-16152 Motion picture shot is a subclass of motion picture
(documentation MotionPictureShot EnglishLanguage "A unit of action in a MotionPicture, a MotionPictureShot is a sequence of images which are captured by a single camera without interruption.") Mid-level-ontology.kif 16153-16155 Motion picture shot is a subclass of motion picture
(externalImage MotionPictureShot "http://upload.wikimedia.org/wikipedia/ commons/ c/ c7/ Denise_Quinones_interview.JPG") pictureList.kif 2704-2704 Motion picture shot is a subclass of motion picture
(externalImage MotionPictureShot "http://upload.wikimedia.org/wikipedia/ commons/ 7/ 78/ Keira_Knightley.jpg") pictureList.kif 2858-2858 Motion picture shot is a subclass of motion picture

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


(termFormat EnglishLanguage MotionPictureShot "motion picture shot") domainEnglishFormat.kif 38765-38765
(termFormat ChineseTraditionalLanguage MotionPictureShot "電影拍攝") domainEnglishFormat.kif 38766-38766
(termFormat ChineseLanguage MotionPictureShot "电影拍摄") domainEnglishFormat.kif 38767-38767

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


(=>
    (instance ?SHOT MotionPictureShot)
    (exists (?MOVIE)
        (and
            (instance ?MOVIE MotionPicture)
            (subsumesContentInstance ?MOVIE ?SHOT))))
Mid-level-ontology.kif 16157-16162 If X is an instance of motion picture shot, then there exists Y such that Y is an instance of motion picture and Y subsumes the content of X
(=>
    (instance ?SHOT MotionPictureShot)
    (exists (?C)
        (and
            (instance ?C Camera)
            (instrument ?SHOT ?C)
            (not
                (exists (?C2)
                    (and
                        (instance ?C2 Camera)
                        (not
                            (equal ?C ?C2))
                        (instrument ?SHOT ?C2)))))))
Mid-level-ontology.kif 16164-16175 If X is an instance of motion picture shot, then there exists Y such that Y is an instance of camera, Y is an instrument for X, there doesn't exist Z such that Z is an instance of camera, equal Y, Z, and Z is an instrument for X


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