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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - AOCnumber
AOCnumber

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


(documentation AOCnumber EnglishLanguage "The certification number that signifies an Airline has recieved an Air Operator Certification, allowing the airline to use aircraft for commercial purposes.") Transportation.kif 3170-3172
(subclass AOCnumber SymbolicString) Transportation.kif 3169-3169 AOCnumber est une sous-classe de cha�ne sympbolique

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


(termFormat EnglishLanguage AOCnumber "AOC number") Transportation.kif 3173-3173

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


(=>
    (and
        (instance ?AOC AOCnumber)
        (instance ?AIRLINE Airline)
        (possesses ?AIRLINE ?AOC))
    (confersRight
        (exists (?AIR)
            (and
                (instance ?AIR AirTransportationService)
                (serviceProvider ?AIR ?AIRLINE))) FederalAviationAdministration ?AIRLINE))
Transportation.kif 3188-3198
(=>
    (instance ?AOC AOCnumber)
    (equal 8
        (StringLengthFn ?AOC)))
Transportation.kif 3175-3177
(=>
    (instance ?AOC AOCnumber)
    (exists (?G ?AIRLINE)
        (and
            (instance ?G Giving)
            (agent ?G FederalAviationAdministration)
            (destination ?G ?AIRLINE)
            (patient ?G ?AOC))))
Transportation.kif 3179-3186


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