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


KB Term:  Term intersection
English Word: 

Sigma KEE - locatedAtTime
locatedAtTime

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


(documentation locatedAtTime EnglishLanguage "(locatedAtTime ?OBJ ?TIME ?PLACE) means that during the time specified by ?TIME, ?OBJ was in the location specified by ?PLACE.") Mid-level-ontology.kif 24935-24938
(domain locatedAtTime 1 Object) Mid-level-ontology.kif 24931-24931 The number 1 argument of located at time is an instance of object
(domain locatedAtTime 2 TimePosition) Mid-level-ontology.kif 24932-24932 The number 2 argument of located at time is an instance of time position
(domain locatedAtTime 3 Object) Mid-level-ontology.kif 24933-24933 The number 3 argument of located at time is an instance of object
(instance locatedAtTime TernaryPredicate) Mid-level-ontology.kif 24930-24930 located at time is an instance of ternary predicate

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


(format ChineseLanguage locatedAtTime "%1 %n{不} 对于 %3 在时间 %2 located ") domainEnglishFormat.kif 1567-1567
(format ChineseTraditionalLanguage locatedAtTime "%1 %n{不} 對於 %3 在時間 %2 located ") domainEnglishFormat.kif 1566-1566
(format EnglishLanguage locatedAtTime "%1 %n{doesn't} located at time %2 for %3") domainEnglishFormat.kif 1565-1565
(termFormat ChineseLanguage locatedAtTime "位于时间") domainEnglishFormat.kif 34875-34875
(termFormat ChineseTraditionalLanguage locatedAtTime "位於時間") domainEnglishFormat.kif 34874-34874
(termFormat EnglishLanguage locatedAtTime "located at time") domainEnglishFormat.kif 34873-34873

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


(<=>
    (locatedAtTime ?OBJ ?TIME ?PLACE)
    (holdsDuring ?TIME
        (located ?OBJ ?PLACE)))
Mid-level-ontology.kif 24940-24942 An object located at time a time position for another object if and only if the object is located at the other object holds during the time position
(=>
    (and
        (instance ?FOG Fogging)
        (eventLocated ?FOG ?AREA)
        (instance ?AREA GeographicArea)
        (instance ?AIR AtmosphericRegion)
        (orientation ?AIR ?AREA Above)
        (instance ?A Aerosal)
        (locatedAtTime ?A
            (WhenFn ?FOG) ?AIR)
        (visibilityInMeteorology ?AREA
            (WhenFn ?FOG)
            (MeasureFn ?VISIBILITY Meter)))
    (lessThan ?VISIBILITY 1000.0))
Weather.kif 3861-3874
(=>
    (and
        (instance ?HAZE AtmosphericHazing)
        (eventLocated ?HAZE ?AREA)
        (instance ?AREA GeographicArea)
        (instance ?AIR AtmosphericRegion)
        (orientation ?AIR ?AREA Above)
        (locatedAtTime ?PARTICULATE
            (WhenFn ?HAZE) ?AIR)
        (visibilityInMeteorology ?AREA
            (WhenFn ?HAZE)
            (MeasureFn ?VISIBILITY Kilometer)))
    (and
        (greaterThan ?VISIBILITY 2.0)
        (lessThan ?VISIBILITY 5.0)))
Weather.kif 3890-3904
(=>
    (and
        (locatedAtTime ?COLLECTION ?TIME ?PLACE)
        (memberAtTime ?OBJ ?COLLECTION ?TIME))
    (locatedAtTime ?OBJ ?TIME ?PLACE))
Mid-level-ontology.kif 24339-24343
(=>
    (and
        (locatedAtTime ?OBJ ?TIME ?PLACE)
        (geographicSubregion ?PLACE ?REGION))
    (locatedAtTime ?OBJ ?TIME ?REGION))
Mid-level-ontology.kif 25019-25023

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


(=>
    (and
        (locatedAtTime ?COLLECTION ?TIME ?PLACE)
        (memberAtTime ?OBJ ?COLLECTION ?TIME))
    (locatedAtTime ?OBJ ?TIME ?PLACE))
Mid-level-ontology.kif 24339-24343
(=>
    (and
        (locatedAtTime ?OBJ ?TIME ?PLACE)
        (geographicSubregion ?PLACE ?REGION))
    (locatedAtTime ?OBJ ?TIME ?REGION))
Mid-level-ontology.kif 25019-25023
(=>
    (and
        (playsRoleInEvent ?OBJ ?ROLE ?EVENT)
        (time ?EVENT ?TIME)
        (eventLocated ?EVENT ?PLACE))
    (locatedAtTime ?OBJ ?TIME ?PLACE))
Mid-level-ontology.kif 24944-24949
(=>
    (dressCode ?CODE ?AGENT)
    (modalAttribute
        (exists (?OUTFIT ?T)
            (and
                (instance ?OUTFIT Outfit)
                (subjectiveAttribute ?OUTFIT ?CODE ?AGENT)
                (holdsDuring ?T
                    (forall (?CUST ?ITEM)
                        (and
                            (customer ?CUST ?AGENT)
                            (locatedAtTime ?CUST ?T ?AGENT)
                            (member ?ITEM ?OUTFIT)
                            (wears ?CUST ?ITEM)))))) Obligation))
Dining.kif 492-505
(=>
    (instance ?MINE LandMine)
    (hasPurpose ?MINE
        (exists (?L ?E ?M ?O)
            (and
                (instance ?L LandArea)
                (located ?MINE ?L)
                (instance ?E Explosion)
                (instrument ?E ?MINE)
                (locatedAtTime ?MINE
                    (WhenFn ?E) ?L)
                (causes ?M ?E)
                (instance ?M Motion)
                (eventLocated ?M ?L)
                (origin ?M ?O)
                (orientation ?O ?MINE On)
                (or
                    (instance ?O Human)
                    (instance ?O LandVehicle))))))
Mid-level-ontology.kif 19399-19417
(=>
    (instance ?S AirportStagingArea)
    (hasPurpose ?S
        (exists (?B ?C ?D ?T)
            (and
                (instance ?B Boarding)
                (instance ?C Collection)
                (instrument ?B ?C)
                (member ?D ?C)
                (instance ?D Device)
                (locatedAtTime ?C ?T ?S)
                (during ?T
                    (WhenFn ?B))))))
Transportation.kif 1318-1329
(=>
    (instance ?S AirportStagingArea)
    (hasPurpose ?S
        (exists (?DB ?C ?D ?T)
            (and
                (instance ?DB Deboarding)
                (instance ?C Collection)
                (instrument ?DB ?C)
                (member ?D ?C)
                (instance ?D Device)
                (locatedAtTime ?C ?T ?S)
                (during ?T
                    (WhenFn ?DB))))))
Transportation.kif 1331-1342
(=>
    (instance ?TERM TransitTerminal)
    (hasPurpose ?TERM
        (exists (?T ?P ?TIME)
            (and
                (instance ?T Translocation)
                (locatedAtTime ?P ?TIME ?TERM)
                (or
                    (passenger ?T ?P)
                    (conveyance ?T ?P))
                (or
                    (equal ?TIME
                        (BeginFn
                            (WhenFn ?T)))
                    (equal ?TIME
                        (EndFn
                            (WhenFn ?T))))))))
Transportation.kif 3652-3664
(=>
    (observedAtTimeInPlace ?OBJ ?AGENT ?TIME ?PLACE)
    (locatedAtTime ?OBJ ?TIME ?PLACE))
Justice.kif 47-49


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 is open source software produced by Articulate Software and its partners