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

Formal Language: 



KB Term:  Term intersection
English Word: 

  PlacingUnderArrest

Sigma KEE - PlacingUnderArrest
PlacingUnderArrest

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


(documentation PlacingUnderArrest EnglishLanguage "PlacingUnderArrest is the class of events in which a CognitiveAgent, typically a law enforcement professional, legally takes into custody a human or group of humans.") Mid-level-ontology.kif 23518-23521
(subclass PlacingUnderArrest Capturing) Mid-level-ontology.kif 23516-23516 PlacingUnderArrest ist eine teilkategorie von Capturing
(subclass PlacingUnderArrest LawEnforcement) Mid-level-ontology.kif 23517-23517 PlacingUnderArrest ist eine teilkategorie von LawEnforcement
(subclass PlacingUnderArrest LegalAction) Mid-level-ontology.kif 23523-23523 PlacingUnderArrest ist eine teilkategorie von LegalAction
(subclass PlacingUnderArrest SocialInteraction) Mid-level-ontology.kif 23522-23522 PlacingUnderArrest ist eine teilkategorie von SocialInteraction

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


(termFormat ChineseLanguage PlacingUnderArrest "被捕") domainEnglishFormat.kif 45998-45998
(termFormat ChineseTraditionalLanguage PlacingUnderArrest "被捕") domainEnglishFormat.kif 45997-45997
(termFormat EnglishLanguage PlacingUnderArrest "placing under arrest") domainEnglishFormat.kif 45996-45996

appearance as argument number 3
-------------------------


(domain arrested 1 PlacingUnderArrest) Mid-level-ontology.kif 23530-23530 Die Zahl 1 Argument von arrested ist ein fall von PlacingUnderArrest %n{nicht}
(domain arrestingOfficer 1 PlacingUnderArrest) Law.kif 228-228 Die Zahl 1 Argument von arrestingOfficer ist ein fall von PlacingUnderArrest %n{nicht}

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


(=>
    (and
        (instance ?ARREST PlacingUnderArrest)
        (agent ?ARREST ?AGENT))
    (instance ?AGENT CognitiveAgent))
Mid-level-ontology.kif 23534-23538
(=>
    (and
        (instance ?ARREST PlacingUnderArrest)
        (arrested ?ARREST ?AGENT)
        (instance ?AGENT GroupOfPeople)
        (member ?MEMBER ?AGENT))
    (exists (?ARREST1)
        (and
            (instance ?ARREST1 PlacingUnderArrest)
            (arrested ?ARREST1 ?MEMBER)
            (subProcess ?ARREST1 ?ARREST))))
Mid-level-ontology.kif 23546-23556

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


(=>
    (and
        (instance ?ARREST PlacingUnderArrest)
        (arrested ?ARREST ?AGENT)
        (instance ?AGENT GroupOfPeople)
        (member ?MEMBER ?AGENT))
    (exists (?ARREST1)
        (and
            (instance ?ARREST1 PlacingUnderArrest)
            (arrested ?ARREST1 ?MEMBER)
            (subProcess ?ARREST1 ?ARREST))))
Mid-level-ontology.kif 23546-23556
(=>
    (and
        (instance ?IMPRISON Imprisoning)
        (detainee ?IMPRISON ?AGENT)
        (instance ?AGENT Human)
        (time ?IMPRISON ?INTERVAL)
        (instance ?INTERVAL TimeInterval))
    (exists (?ARREST ?TIME)
        (and
            (instance ?TIME TimeInterval)
            (time ?ARREST ?TIME)
            (earlier ?TIME ?INTERVAL)
            (instance ?ARREST PlacingUnderArrest)
            (arrested ?ARREST ?AGENT))))
Mid-level-ontology.kif 23565-23578
(=>
    (attribute ?P PoliceOfficer)
    (hasSkill PlacingUnderArrest ?P))
Mid-level-ontology.kif 20956-20958


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