(<=>
(and
(instance ?Y
(YearFn ?YEAR))
(equal
(MaleLifeExpectancyAtBirthFn ?AREA ?Y) ?REALNUMBER))
(exists (?LIST ?COUNT ?LIFEEXPECTANCYAGE ?BIRTH ?INDIVIDUAL ?DEATH)
(and
(instance ?LIST List)
(instance
(ListLengthFn ?LIST) ?COUNT)
(forall (?LISTITEM)
(=>
(inList ?LISTITEM ?LIST)
(and
(instance ?LISTITEM ?LIFEEXPECTANCYAGE)
(not
(exists (?NUMBER)
(and
(instance ?NUMBER ?LIFEEXPECTANCYAGE)
(not
(inList ?NUMBER ?LIST)))))
(equal ?COUNT
(CardinalityFn
(KappaFn ?LIFEEXPECTANCYAGE
(and
(instance ?BIRTH Birth)
(experiencer ?BIRTH ?INDIVIDUAL)
(instance ?INDIVIDUAL Human)
(attribute ?INDIVIDUAL Male)
(during
(WhenFn ?BIRTH) ?Y)
(equal
(WhereFn ?BIRTH
(WhenFn ?BIRTH)) ?AREA)
(instance ?DEATH Death)
(experiencer ?DEATH ?INDIVIDUAL)
(holdsDuring
(WhenFn ?DEATH)
(age ?INDIVIDUAL
(MeasureFn ?LIFEEXPECTANCYAGE YearDuration))))))))))
(average ?LIST ?REALNUMBER)))) |
People.kif 383-416 |
A year is an instance of the year the yearEAR and the male life expectancy at birth of a geopolitical area and the year is equal to a real number if and only if there exist a list, another integer,, , a symbolic string,, , an entity,, , another entity and a third entity such that the list is an instance of list and length of the list is an instance of the other integer and for all the listITEM and the real number is an average of the list |
(<=>
(and
(instance ?YEAR
(YearFn ?Y))
(equal
(BirthsPerThousandFn ?AREA ?YEAR) ?REALNUMBER))
(and
(equal
(DivisionFn
(PopulationFn ?AREA) 1000) ?THOUSANDS)
(equal ?BIRTHCOUNT
(CardinalityFn
(KappaFn ?BIRTH
(and
(instance ?BIRTH Birth)
(experiencer ?BIRTH ?INFANT)
(instance ?INFANT Human)
(during
(WhenFn ?BIRTH) ?YEAR)
(equal
(WhereFn ?BIRTH
(WhenFn ?BIRTH)) ?AREA)))))
(equal
(DivisionFn ?BIRTHCOUNT ?THOUSANDS) ?REALNUMBER))) |
People.kif 108-123 |
A year is an instance of the year an integer and the births per thousand of a geopolitical area and the year is equal to a real number if and only if the population of the geopolitical area and 1000 is equal to another real number and another integer is equal to the number of instances in the class described by a symbolic string and the other integer and the other real number is equal to the real number |
(<=>
(and
(instance ?YEAR
(YearFn ?Y))
(equal
(DeathsPerThousandFn ?AREA ?YEAR) ?REALNUMBER))
(and
(equal
(DivisionFn
(PopulationFn ?AREA) 1000) ?THOUSANDS)
(equal ?DEATHCOUNT
(CardinalityFn
(KappaFn ?DEATH
(and
(instance ?DEATH Death)
(experiencer ?DEATH ?PERSON)
(instance ?PERSON Human)
(during
(WhenFn ?DEATH) ?YEAR)
(equal
(WhereFn ?DEATH
(WhenFn ?DEATH)) ?AREA)))))
(equal
(DivisionFn ?DEATHCOUNT ?THOUSANDS) ?REALNUMBER))) |
People.kif 144-159 |
A year is an instance of the year an integer and the deaths per thousand of a geopolitical area and the year is equal to a real number if and only if the population of the geopolitical area and 1000 is equal to another real number and another integer is equal to the number of instances in the class described by a symbolic string and the other integer and the other real number is equal to the real number |
(<=>
(and
(instance ?YEAR
(YearFn ?Y))
(equal
(DeathsPerThousandLiveBirthsFn ?AREA ?YEAR) ?REALNUMBER))
(and
(equal ?BIRTHCOUNT
(CardinalityFn
(KappaFn ?BIRTH
(and
(instance ?BIRTH Birth)
(experiencer ?BIRTH ?INFANT)
(instance ?INFANT Human)
(during
(WhenFn ?BIRTH) ?YEAR)
(equal
(WhereFn ?BIRTH
(WhenFn ?BIRTH)) ?AREA)))))
(equal
(DivisionFn ?BIRTHCOUNT 1000) ?THOUSANDSOFBIRTHS)
(equal ?INFANTDEATHCOUNT
(CardinalityFn
(KappaFn ?DEATH
(and
(instance ?DEATH Death)
(experiencer ?DEATH ?INFANT)
(instance ?INFANT Human)
(age ?INFANT
(MeasureFn ?AGE YearDuration))
(lessThan ?AGE 1)
(during
(WhenFn ?DEATH) ?YEAR)
(equal
(WhereFn ?DEATH
(WhenFn ?DEATH)) ?AREA)))))
(equal
(DivisionFn ?INFANTDEATHCOUNT ?THOUSANDSOFBIRTHS) ?REALNUMBER))) |
People.kif 264-290 |
A year is an instance of the year an integer and the deaths per thousand live births of a geopolitical area and the year is equal to a real number if and only if another integer is equal to the number of instances in the class described by a symbolic string and the other integer and 1000 is equal to another real number and a third integer is equal to the number of instances in the class described by another symbolic string and the third integer and the other real number is equal to the real number |
(<=>
(and
(instance ?YEAR
(YearFn ?Y))
(equal
(FemaleLifeExpectancyAtBirthFn ?AREA ?YEAR) ?REALNUMBER))
(exists (?LIST ?COUNT ?LIFEEXPECTANCYAGE ?BIRTH ?INDIVIDUAL ?DEATH)
(and
(instance ?LIST List)
(instance
(ListLengthFn ?LIST) ?COUNT)
(forall (?LISTITEM)
(=>
(inList ?LISTITEM ?LIST)
(and
(instance ?LISTITEM ?LIFEEXPECTANCYAGE)
(not
(exists (?NUMBER)
(and
(instance ?NUMBER ?LIFEEXPECTANCYAGE)
(not
(inList ?NUMBER ?LIST)))))
(equal ?COUNT
(CardinalityFn
(KappaFn ?LIFEEXPECTANCYAGE
(and
(instance ?BIRTH Birth)
(experiencer ?BIRTH ?INDIVIDUAL)
(instance ?INDIVIDUAL Human)
(attribute ?INDIVIDUAL Female)
(during
(WhenFn ?BIRTH) ?YEAR)
(equal
(WhereFn ?BIRTH
(WhenFn ?BIRTH)) ?AREA)
(instance ?DEATH Death)
(experiencer ?DEATH ?INDIVIDUAL)
(holdsDuring
(WhenFn ?DEATH)
(age ?INDIVIDUAL
(MeasureFn ?LIFEEXPECTANCYAGE YearDuration))))))))))
(average ?LIST ?REALNUMBER)))) |
People.kif 429-462 |
A year is an instance of the year an integer and the female life expectancy at birth of a geopolitical area and the year is equal to a real number if and only if there exist a list, another integer,, , a symbolic string,, , an entity,, , another entity and a third entity such that the list is an instance of list and length of the list is an instance of the other integer and for all the listITEM and the real number is an average of the list |
(<=>
(and
(instance ?YEAR
(YearFn ?Y))
(equal
(LifeExpectancyAtBirthFn ?AREA ?YEAR) ?REALNUMBER))
(exists (?LIST ?COUNT ?LIFEEXPECTANCYAGE ?BIRTH ?INDIVIDUAL ?DEATH)
(and
(instance ?LIST List)
(instance
(ListLengthFn ?LIST) ?COUNT)
(forall (?LISTITEM)
(=>
(inList ?LISTITEM ?LIST)
(and
(instance ?LISTITEM ?LIFEEXPECTANCYAGE)
(not
(exists (?NUMBER)
(and
(instance ?NUMBER ?LIFEEXPECTANCYAGE)
(not
(inList ?NUMBER ?LIST)))))
(equal ?COUNT
(CardinalityFn
(KappaFn ?LIFEEXPECTANCYAGE
(and
(instance ?BIRTH Birth)
(experiencer ?BIRTH ?INDIVIDUAL)
(instance ?INDIVIDUAL Human)
(during
(WhenFn ?BIRTH) ?YEAR)
(equal
(WhereFn ?BIRTH
(WhenFn ?BIRTH)) ?AREA)
(instance ?DEATH Death)
(experiencer ?DEATH ?INDIVIDUAL)
(holdsDuring
(WhenFn ?DEATH)
(age ?INDIVIDUAL
(MeasureFn ?LIFEEXPECTANCYAGE YearDuration))))))))))
(average ?LIST ?REALNUMBER)))) |
People.kif 336-368 |
A year is an instance of the year an integer and the life expectancy at birth of a geopolitical area and the year is equal to a real number if and only if there exist a list, another integer,, , a symbolic string,, , an entity,, , another entity and a third entity such that the list is an instance of list and length of the list is an instance of the other integer and for all the listITEM and the real number is an average of the list |
(=>
(and
(allergic ?H ?S)
(instance ?SUB ?S)
(holdsDuring ?T
(meetsSpatially ?SUB ?H)))
(modalAttribute
(exists (?AR)
(and
(instance ?AR AllergicReaction)
(experiencer ?AR ?H)
(overlapsTemporally ?T
(WhenFn ?AR))
(before
(BeginFn ?T)
(BeginFn
(WhenFn ?AR))))) Likely)) |
Mid-level-ontology.kif 6203-6216 |
|
(=>
(and
(customer ?CUST ?AGENT)
(propertyAmenity ?AGENT ?PHYS)
(subclass ?PHYS Object)
(instance ?X ?PHYS))
(confersRight
(exists (?PROC)
(and
(instance ?PROC Process)
(or
(resource ?PROC ?X)
(instrument ?PROC ?X)
(patient ?PROC ?X))
(or
(agent ?PROC ?CUST)
(experiencer ?PROC ?CUST)))) ?AGENT ?CUST)) |
Hotel.kif 504-520 |
|
(=>
(and
(functionRoomAmenity ?FR ?PHY)
(instance ?RM ?FR)
(element ?RM
(PropertyFn ?HOTEL))
(instance ?RENT Renting)
(patient ?RENT ?RM)
(agent ?RENT ?HOTEL)
(destination ?RENT ?CUST)
(subclass ?PHY Object))
(modalAttribute
(exists (?O ?P)
(and
(instance ?O ?PHY)
(instance ?P Process)
(or
(resource ?P ?O)
(instrument ?P ?O)
(patient ?P ?O))
(or
(agent ?P ?CUST)
(experiencer ?P ?CUST)))) Possibility)) |
Hotel.kif 811-832 |
|
(=>
(and
(holdsDuring ?T
(attribute ?A ?ES))
(actionTendency ?ES ?PI))
(modalAttribute
(exists (?P)
(and
(instance ?P ?PI)
(during
(WhenFn ?P) ?T)
(experiencer ?P ?A))) Likely)) |
emotion.kif 161-172 |
|
(=>
(and
(holdsDuring ?T1
(attribute ?F Menopausal))
(equal ?BEFORE
(SubtractionFn
(MeasureFn 1 YearDuration)
(BeginFn ?T1)))
(equal ?YBEFORE
(TimeIntervalFn ?YBEFORE
(BeginFn ?T1))))
(not
(exists (?M)
(and
(instance ?M Menstruation)
(experiencer ?M ?F))))) |
Mid-level-ontology.kif 23838-23852 |
|
(=>
(and
(holdsDuring ?T1
(attribute ?P Evacuee))
(instance ?T1 TimeInterval))
(exists (?EV ?MIL)
(and
(instance ?EV Evacuation)
(agent ?EV ?MIL)
(instance ?MIL MilitaryOrganization)
(experiencer ?EV ?P)
(earlier
(WhenFn ?EV) ?T1)))) |
MilitaryPersons.kif 120-131 |
|
(=>
(and
(instance ?A Accelerating)
(equal ?T
(WhenFn ?A))
(experiencer ?A ?E))
(not
(exists (?D)
(and
(instance ?D Decelerating)
(experiencer ?D ?E)
(equal ?T
(WhenFn ?D)))))) |
Mid-level-ontology.kif 17165-17175 |
|
(=>
(and
(instance ?A Anaphylaxis)
(experiencer ?A ?H))
(modalAttribute
(exists (?D)
(and
(instance ?D Death)
(experiencer ?D ?H)
(causes ?A ?D))) Possibility)) |
Medicine.kif 1545-1555 |
|
(=>
(and
(instance ?A Armor)
(or
(part ?A ?OBJ)
(meetsSpatially ?A ?OBJ)))
(hasPurpose ?A
(exists (?MAINTAINING)
(and
(instance ?MAINTAINING Maintaining)
(instrument ?MAINTAINING ?A)
(experiencer ?MAINTAINING ?OBJ))))) |
MilitaryDevices.kif 1619-1630 |
|
(=>
(and
(instance ?A Armor)
(or
(part ?A ?OBJ)
(meetsSpatially ?A ?OBJ)))
(hasPurpose ?A
(not
(exists (?DAMAGING)
(and
(instance ?DAMAGING Damaging)
(instrument ?DAMAGING ?A)
(experiencer ?DAMAGING ?OBJ)))))) |
MilitaryDevices.kif 1632-1644 |
|
(=>
(and
(instance ?AVU AngryVoiceUtterance)
(agent ?AVU ?A))
(modalAttribute
(causesProposition
(exists (?ANG)
(and
(instance ?ANG Anger)
(experiencer ?ANG ?A)))
(and
(instance ?AVU AngryVoiceUtterance)
(agent ?AVU ?A))) Likely)) |
emotion.kif 1945-1958 |
|
(=>
(and
(instance ?AWARD LegalAward)
(refers ?AWARD ?ACTION)
(instance ?ACTION LegalAction)
(agent ?ACTION ?PLAINTIFF))
(confersRight
(exists (?GET ?OBJ ?VALUE)
(and
(instance ?GET Getting)
(experiencer ?GET ?PLAINTIFF)
(patient ?GET ?OBJ)
(monetaryValue ?OBJ ?VALUE))) ?AWARD ?PLAINTIFF)) |
Mid-level-ontology.kif 16172-16184 |
|
(=>
(and
(instance ?B Bequeathing)
(agent ?B ?P)
(destination ?B ?H)
(objectTransferred ?B ?PROP))
(exists (?D)
(and
(instance ?D Death)
(experiencer ?D ?P)
(earlier
(WhenFn ?D)
(WhenFn ?B))
(holdsDuring
(ImmediatePastFn
(WhenFn ?D))
(possesses ?P ?PROP))
(confersNorm ?P
(possesses ?H ?PROP) Permission)))) |
Mid-level-ontology.kif 18628-18644 |
|
(=>
(and
(instance ?BI BreakthroughInfection)
(objectTransferred ?BI ?V)
(instance ?V ?VC)
(experiencer ?BI ?H))
(exists (?VAX)
(and
(instance ?VAX Vaccination)
(experiencer ?VAX ?H)
(vaccine ?VACCINECLASS ?VC)
(instance ?VACCINE ?VACCINECLASS)
(objectTransferred ?VAX ?VACCINE)
(earlier
(WhenFn ?VAX)
(WhenFn ?BI))))) |
Medicine.kif 3179-3194 |
|
(=>
(and
(instance ?BIRTH Birth)
(experiencer ?BIRTH ?AGENT))
(exists (?DEATH)
(and
(instance ?DEATH Death)
(experiencer ?DEATH ?AGENT)))) |
Merge.kif 10197-10204 |
|
(=>
(and
(instance ?C Choking)
(experiencer ?C ?H))
(exists (?CO)
(and
(instance ?CO Coughing)
(subProcess ?CO ?C)
(experiencer ?CO ?H)))) |
Mid-level-ontology.kif 11743-11751 |
|
(=>
(and
(instance ?C Coughing)
(experiencer ?C ?H))
(exists (?I ?E)
(and
(instance ?I Inhaling)
(instance ?E Exhaling)
(subProcess ?I ?C)
(subProcess ?E ?C)
(experiencer ?I ?H)
(experiencer ?E ?H)))) |
Mid-level-ontology.kif 6015-6026 |
|
(=>
(and
(instance ?DEATH Death)
(instance ?REM OrganismRemains)
(instance ?ORG Organism)
(holdsDuring ?T2
(part ?OBJ ?REM))
(holdsDuring ?T1
(part ?OBJ ?ORG))
(earlier ?T1 ?T2)
(result ?DEATH ?REM))
(experiencer ?DEATH ?ORG)) |
Mid-level-ontology.kif 74-83 |
|
(=>
(and
(instance ?DEGREE AcademicDegree)
(possesses ?AGENT ?DEGREE))
(exists (?PROGRAM ?STUDY)
(and
(instance ?PROGRAM EducationalProgram)
(realization ?STUDY ?PROGRAM)
(experiencer ?STUDY ?AGENT)))) |
Mid-level-ontology.kif 16486-16494 |
|
|
Display limited to 25 items. Show next 25 |
|
Display limited to 25 items. Show next 25 |