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



KB Term:  Term intersection
English Word: 

  Roadway

Sigma KEE - issuedBy
issuedBy

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


(instance issuedBy BinaryPredicate) Mid-level-ontology.kif 18110-18110 issued by is an instance of binary predicate
(domain issuedBy 1 Certificate) Mid-level-ontology.kif 18111-18111 The number 1 argument of issued by is an instance of certificate
(domain issuedBy 2 CognitiveAgent) Mid-level-ontology.kif 18112-18112 The number 2 argument of issued by is an instance of cognitive agent
(documentation issuedBy EnglishLanguage "(issuedBy ?Certificate ?Agent) means that a Certificate ?Certificate is produced and offered by ?Agent.") Mid-level-ontology.kif 18113-18114 The number 2 argument of issued by is an instance of cognitive agent

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


(format EnglishLanguage issuedBy "%2 is %n an issued by of %1") domainEnglishFormat.kif 1399-1399
(format ChineseTraditionalLanguage issuedBy "%2 %n 是由 %1 的 issued ") domainEnglishFormat.kif 1400-1400
(format ChineseLanguage issuedBy "%2 %n 是由 %1 的 issued ") domainEnglishFormat.kif 1401-1401
(termFormat EnglishLanguage issuedBy "issued by") domainEnglishFormat.kif 31203-31203
(termFormat ChineseTraditionalLanguage issuedBy "發行由") domainEnglishFormat.kif 31204-31204
(termFormat ChineseLanguage issuedBy "发行由") domainEnglishFormat.kif 31205-31205

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


(=>
    (issuedBy ?CERT ?AGENT)
    (exists (?P)
        (and
            (instance ?P IntentionalProcess)
            (agent ?P ?AGENT)
            (result ?P ?CERT))))
Mid-level-ontology.kif 18116-18122 If X is an issued by of Y, then there exists Z such that Z is an instance of intentional process, X is an agent of Z, and Y is a result of Z
(=>
    (and
        (issuedBy ?TICKET ?AGENT)
        (instance ?TICKET Ticket)
        (possesses ?CUST ?TICKET))
    (confersNorm ?AGENT Permission
        (exists (?T)
            (holdsDuring ?T
                (exists (?P)
                    (and
                        (instance ?P Process)
                        (agent ?P ?AGENT)
                        (experiencer ?P ?CUST)))))))
Mid-level-ontology.kif 18156-18168 If X is an issued by of Y, Y is an instance of ticket, and Z possesses Y, then X confers norm permission for there exists W such that there exists V such that V is an instance of process, X is an agent of V, and Z experiences V holds during W
(=>
    (and
        (instance ?Check PayCheck)
        (issuedBy ?Check ?Organization)
        (instance ?Give Giving)
        (destination ?Give ?Agent))
    (employs ?Agent ?Organization))
FinancialOntology.kif 173-179 If X is an instance of pay check, Y is an issued by of X, Z is an instance of giving, and Z ends up at W, then W employs Y
(=>
    (and
        (instance ?Card BankCard)
        (issuedBy ?Card ?Bank))
    (exists (?Account)
        (and
            (instance ?Account FinancialAccount)
            (cardAccount ?Card ?Account)
            (accountAt ?Account ?Bank))))
FinancialOntology.kif 190-198 If X is an instance of bank card and Y is an issued by of X, then there exists Z such that Z is an instance of financial account, Z is a card account of X, and Z is held by Y
(=>
    (and
        (instance ?Bond CallableBond)
        (issuedBy ?Bond ?Agent))
    (capability Call agent ?Agent))
FinancialOntology.kif 2518-2522 If X is an instance of callable bond and Y is an issued by of X, then Y is capable of doing call as a agent
(=>
    (and
        (instance ?T Ticket)
        (possesses ?T ?CUST)
        (issuedBy ?T ?ORG)
        (attribute ?ORG AmusementGamblingAndRecreationIndustries)
        (located ?ORG ?LOC))
    (confersNorm ?ORG Permission
        (exists (?REC)
            (and
                (instance ?REC RecreationOrExercise)
                (experiencer ?REC ?CUST)
                (eventLocated ?REC ?LOC)))))
naics.kif 11453-11465 If X is an instance of ticket, X possesses Y, Z is an issued by of X, amusement gambling and recreation industries is an attribute of Z, and Z is located at W, then Z confers norm permission for there exists V such that V is an instance of recreation or exercise, Y experiences V, and V is located at W

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


(=>
    (instance ?L License)
    (exists (?ORG)
        (and
            (instance ?ORG GovernmentOrganization)
            (issuedBy ?L ?ORG))))
Mid-level-ontology.kif 18144-18149 If X is an instance of license, then there exists Y such that Y is an instance of government organization and Y is an issued by of X
(=>
    (instance ?Card BankCard)
    (exists (?Organization)
        (issuedBy ?Card ?Organization)))
FinancialOntology.kif 185-188 If X is an instance of bank card, then there exists Y such that Y is an issued by of X
(=>
    (instance ?Bond MunicipalBond)
    (exists (?Agent)
        (and
            (instance ?Agent Government)
            (issuedBy ?Bond ?Agent))))
FinancialOntology.kif 2408-2413 If X is an instance of municipal bond, then there exists Y such that Y is an instance of government and Y is an issued by of X
(=>
    (instance ?Bond CorporateBond)
    (exists (?Agent)
        (and
            (instance ?Agent Corporation)
            (issuedBy ?Bond ?Agent))))
FinancialOntology.kif 2421-2426 If X is an instance of corporate bond, then there exists Y such that Y is an instance of corporation and Y is an issued by of X
(=>
    (instance ?Bond GovernmentBond)
    (exists (?Agent)
        (and
            (issuedBy ?Bond ?Agent)
            (instance ?Agent Government))))
FinancialOntology.kif 2474-2479 If X is an instance of government bond, then there exists Y such that Y is an issued by of X and Y is an instance of government
(=>
    (instance ?Bond TreasuryBond)
    (exists (?Agent)
        (and
            (issuedBy ?Bond ?Agent)
            (instance ?Agent Government))))
FinancialOntology.kif 2507-2512 If X is an instance of treasury bond, then there exists Y such that Y is an issued by of X and Y is an instance of government
(=>
    (instance ?T WaterParkTicket)
    (exists (?ORG)
        (and
            (attribute ?ORG WaterThemePark)
            (issuedBy ?T ?ORG))))
naics.kif 11446-11451 If X is an instance of water park ticket, then there exists Y such that water theme park is an attribute of Y and Y is an issued by of X


Show simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners