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


KB Term:  Term intersection
English Word: 

Sigma KEE - onboard
onboard

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


(documentation onboard EnglishLanguage "(onboard ?OBJ ?VEHICLE) means that the SelfConnectedObject ?OBJ is inside the Vehicle ?VEHICLE.") Mid-level-ontology.kif 19238-19239
(domain onboard 1 SelfConnectedObject) Mid-level-ontology.kif 19240-19240 The number 1 argument of onboard is an instance of self connected object
(domain onboard 2 Vehicle) Mid-level-ontology.kif 19241-19241 The number 2 argument of onboard is an instance of vehicle
(instance onboard BinaryPredicate) Mid-level-ontology.kif 19242-19242 onboard is an instance of binary predicate
(subrelation onboard located) Mid-level-ontology.kif 19243-19243 onboard is a subrelation of located

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


(format EnglishLanguage onboard "%1 is onboard %2") domainEnglishFormat.kif 4024-4024
(format ChineseTraditionalLanguage onboard "%1 是 onboard %2 ") domainEnglishFormat.kif 4025-4025
(format ChineseLanguage onboard "%1 是 onboard %2 ") domainEnglishFormat.kif 4026-4026
(termFormat EnglishLanguage onboard "onboard") domainEnglishFormat.kif 42119-42119
(termFormat ChineseTraditionalLanguage onboard "在船上") domainEnglishFormat.kif 42120-42120
(termFormat ChineseLanguage onboard "在船上") domainEnglishFormat.kif 42121-42121

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


(=>
    (onboard ?O ?V)
    (contains ?V ?O))
Mid-level-ontology.kif 19245-19247 If X is onboard Y, then Y contains X
(=>
    (and
        (onboard ?O ?V)
        (instrument ?T ?V)
        (instance ?T Transportation))
    (patient ?T ?O))
Mid-level-ontology.kif 19249-19254 If X is onboard Y, Y is an instrument for Z, and Z is an instance of transportation, then X is a patient of Z

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


(=>
    (and
        (instance ?B Boarding)
        (agent ?B ?A)
        (patient ?B ?V))
    (and
        (holdsDuring
            (BeginFn
                (WhenFn ?B))
            (not
                (onboard ?A ?V)))
        (holdsDuring
            (EndFn
                (WhenFn ?B))
            (onboard ?A ?V))))
Mid-level-ontology.kif 19225-19236 If X is an instance of boarding, Y is an agent of X, and Z is a patient of X, then Y is onboard Z holds during the beginning of the time of existence of X and Y is onboard Z holds during the end of the time of existence of X
(=>
    (and
        (instance ?B Deboarding)
        (agent ?B ?A)
        (patient ?B ?V))
    (and
        (holdsDuring
            (BeginFn
                (WhenFn ?B))
            (onboard ?A ?V))
        (holdsDuring
            (EndFn
                (WhenFn ?B))
            (not
                (onboard ?A ?V)))))
Mid-level-ontology.kif 19266-19278 If X is an instance of deboarding, Y is an agent of X, and Z is a patient of X, then Y is onboard Z holds during the beginning of the time of existence of X and Y is onboard Z holds during the end of the time of existence of 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