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

Formal Language: 


KB Term:  Term intersection
English Word: 

  ageOfMajorityForProcess

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 ageOfMajorityForProcess 的 1 数量 是 持续时间instance
(domain ageOfMajorityForProcess 2 GeopoliticalArea) Law.kif 550-550 ageOfMajorityForProcess 的 2 数量 是 地缘政治区域instance
(domain ageOfMajorityForProcess 3 Process) Law.kif 551-551 ageOfMajorityForProcess 的 3 数量 是 过程instance
(instance ageOfMajorityForProcess TernaryPredicate) Law.kif 548-548 ageOfMajorityForProcess三元谓语instance

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 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