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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - ParkingLot
ParkingLot

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


(documentation ParkingLot EnglishLanguage "A ParkingLot is a GeographicArea that contains greaterThan one [1] ParkingRegion") TransportDetail.kif 78-79
(subclass ParkingLot GeographicArea) TransportDetail.kif 77-77 ParkingLot地理的地域subclass では %n

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


(termFormat ChineseLanguage ParkingLot "停车场") domainEnglishFormat.kif 44456-44456
(termFormat ChineseTraditionalLanguage ParkingLot "停車場") domainEnglishFormat.kif 44455-44455
(termFormat EnglishLanguage ParkingLot "Parking Lot") TransportDetail.kif 80-80
(termFormat EnglishLanguage ParkingLot "parking lot") domainEnglishFormat.kif 44454-44454

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


(=>
    (and
        (possesses ?BUS ?PARK)
        (instance ?BUS CommercialAgent)
        (instance ?PARK ParkingLot)
        (instance ?BLDG Building)
        (located ?BUS ?BLDG)
        (customer ?BUS ?CUST)
        (holdsDuring ?T
            (located ?CUST ?BLDG))
        (instance ?DRIVE Driving)
        (patient ?DRIVE ?VEHICLE)
        (agent ?DRIVE ?CUST)
        (destination ?DRIVE ?BLDG))
    (holdsDuring ?T
        (confersRight
            (and
                (instance ?PUT Keeping)
                (destination ?PUT ?PARK)
                (patient ?PUT ?VEHICLE)) ?BUS ?CUST)))
TransportDetail.kif 106-125
(=>
    (instance ?PARK ParkingLot)
    (exists (?C ?N)
        (and
            (located ?C ?PARK)
            (forall (?SLOT)
                (=>
                    (member ?SLOT ?C)
                    (instance ?SLOT ParkingRegion)))
            (memberCount ?C ?N)
            (greaterThan ?N 1))))
TransportDetail.kif 82-92

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


(=>
    (and
        (instance ?SM StripMall)
        (instance ?RS1 RetailStore)
        (part ?RS1 ?SM))
    (exists (?PL)
        (and
            (instance ?PL ParkingLot)
            (orientation ?RS1 ?PL Adjacent))))
Medicine.kif 5147-5155
(=>
    (instance ?PARK ParkingGarage)
    (exists (?LOT)
        (and
            (instance ?LOT ParkingLot)
            (located ?LOT ?PARK))))
TransportDetail.kif 97-102


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