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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - ageOfMajorityForProcess
ageOfMajorityForProcess

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


(documentation ageOfMajorityForProcess EnglishLanguage "The age at which a Human is allowed under the Law to take responsibility for a particular Process. This could include SigningAnAgreement, Voting, or Buying and AlcoholicBeverage.") Law.kif 555-558
(domain ageOfMajorityForProcess 1 TimeDuration) Law.kif 549-549 The number 1 argument of age of majority for process is an instance of time duration
(domain ageOfMajorityForProcess 2 GeopoliticalArea) Law.kif 550-550 The number 2 argument of age of majority for process is an instance of geopolitical area
(domain ageOfMajorityForProcess 3 Process) Law.kif 551-551 The number 3 argument of age of majority for process is an instance of process
(instance ageOfMajorityForProcess TernaryPredicate) Law.kif 548-548 age of majority for process is an instance of ternary predicate

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


(format EnglishLanguage ageOfMajorityForProcess "%1 is the age of majority for %3 in %2") Law.kif 553-553
(termFormat EnglishLanguage ageOfMajorityForProcess "age of majority for process") Law.kif 552-552

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


(=>
    (and
        (partyToAgreement ?A1 ?AG)
        (instance ?PROC IntentionalProcess)
        (located ?PROC ?LOC)
        (instance ?LOC GeopoliticalArea)
        (ageOfMajorityForProcess
            (MeasureFn ?N YearDuration) ?LOC ?PROC)
        (result ?PROC ?DOC)
        (recordForAgreement ?DOC ?AG)
        (attribute ?AG Legal))
    (holdsDuring
        (WhenFn ?PROC)
        (and
            (age ?A1
                (MeasureFn ?N2 YearDuration))
            (greaterThan ?N2 ?N))))
Law.kif 579-594
(=>
    (and
        (partyToAgreement ?A1 ?AG)
        (instance ?PROC IntentionalProcess)
        (located ?PROC ?LOC)
        (instance ?LOC Nation)
        (located ?PROC ?LOC2)
        (instance ?LOC2 GeopoliticalArea)
        (ageOfMajorityForProcess
            (MeasureFn ?N2 YearDuration) ?LOC ?PROC)
        (result ?PROC ?DOC)
        (recordForAgreement ?DOC ?AG)
        (holdsDuring
            (WhenFn ?PROC)
            (and
                (age ?A1
                    (MeasureFn ?N3 YearDuration))
                (greaterThan ?N3 ?N2))))
    (attribute ?AG Legal))
Law.kif 560-577


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