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 549-552
(domain ageOfMajorityForProcess 1 TimeDuration) Law.kif 543-543 The number 1 argument of age of majority for process is an instance of time duration
(domain ageOfMajorityForProcess 2 GeopoliticalArea) Law.kif 544-544 The number 2 argument of age of majority for process is an instance of geopolitical area
(domain ageOfMajorityForProcess 3 Process) Law.kif 545-545 The number 3 argument of age of majority for process is an instance of process
(instance ageOfMajorityForProcess TernaryPredicate) Law.kif 542-542 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 547-547
(termFormat EnglishLanguage ageOfMajorityForProcess "age of majority for process") Law.kif 546-546

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 573-588
(=>
    (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 554-571


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