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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - PlacingUnderArrest
PlacingUnderArrest(placing under arrest)apprehend, apprehension, arrest, catch, collar, cop, nab, nail, pick_up, pinch, taking_into_custody

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 23749-23752
(subclass PlacingUnderArrest Capturing) Mid-level-ontology.kif 23747-23747 Placing under arrest is a subclass of capture
(subclass PlacingUnderArrest LawEnforcement) Mid-level-ontology.kif 23748-23748 Placing under arrest is a subclass of law enforcement
(subclass PlacingUnderArrest LegalAction) Mid-level-ontology.kif 23754-23754 Placing under arrest is a subclass of legal action
(subclass PlacingUnderArrest SocialInteraction) Mid-level-ontology.kif 23753-23753 Placing under arrest is a subclass of social interaction

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


(termFormat ChineseLanguage PlacingUnderArrest "被捕") domainEnglishFormat.kif 46034-46034
(termFormat ChineseTraditionalLanguage PlacingUnderArrest "被捕") domainEnglishFormat.kif 46033-46033
(termFormat EnglishLanguage PlacingUnderArrest "placing under arrest") domainEnglishFormat.kif 46032-46032

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


(domain arrested 1 PlacingUnderArrest) Mid-level-ontology.kif 23761-23761 The number 1 argument of arrested is an instance of placing under arrest
(domain arrestingOfficer 1 PlacingUnderArrest) Law.kif 228-228 The number 1 argument of arresting officer is an instance of placing under arrest

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


(=>
    (and
        (instance ?ARREST PlacingUnderArrest)
        (agent ?ARREST ?AGENT))
    (instance ?AGENT CognitiveAgent))
Mid-level-ontology.kif 23765-23769
(=>
    (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 23777-23787

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 23777-23787
(=>
    (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 23796-23809
(=>
    (attribute ?P PoliceOfficer)
    (hasSkill PlacingUnderArrest ?P))
Mid-level-ontology.kif 21187-21189


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