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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - ParkingLot
ParkingLot(parking lot)car_park, park, parking_area, parking_lot

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


(documentation ParkingLot EnglishLanguage "A ParkingLot is a GeographicArea that contains greaterThan one [1] ParkingRegion") TransportDetail.kif 74-75
(subclass ParkingLot GeographicArea) TransportDetail.kif 73-73 Parking lot is a subclass of geographic area

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


(termFormat ChineseLanguage ParkingLot "停车场") domainEnglishFormat.kif 44454-44454
(termFormat ChineseTraditionalLanguage ParkingLot "停車場") domainEnglishFormat.kif 44453-44453
(termFormat EnglishLanguage ParkingLot "Parking Lot") TransportDetail.kif 76-76
(termFormat EnglishLanguage ParkingLot "parking lot") domainEnglishFormat.kif 44452-44452

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 102-121
(=>
    (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 78-88

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 93-98


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