(=>
(and
(attribute ?P CollegeFreshman)
(occupiesPosition ?H ?P ?ORG))
(exists (?T)
(and
(holdsDuring
(MeasureFn ?T YearDuration)
(student ?H ?ORG))
(lessThan ?T 1)))) |
Mid-level-ontology.kif 19817-19826 |
|
(=>
(and
(attribute ?P CollegeJunior)
(occupiesPosition ?H ?P ?ORG))
(exists (?T)
(and
(holdsDuring
(MeasureFn ?T YearDuration)
(student ?H ?ORG))
(greaterThanOrEqualTo ?T 2)
(lessThan ?T 3)))) |
Mid-level-ontology.kif 19832-19842 |
|
(=>
(and
(attribute ?P CollegeSenior)
(occupiesPosition ?H ?P ?ORG))
(exists (?T)
(and
(holdsDuring
(MeasureFn ?T YearDuration)
(student ?H ?ORG))
(greaterThanOrEqualTo ?T 3)
(lessThan ?T 4)))) |
Mid-level-ontology.kif 19848-19858 |
|
(=>
(and
(attribute ?P CollegeSophomore)
(occupiesPosition ?H ?P ?ORG))
(exists (?T)
(and
(holdsDuring
(MeasureFn ?T YearDuration)
(student ?H ?ORG))
(greaterThanOrEqualTo ?T 1)
(lessThan ?T 2)))) |
Mid-level-ontology.kif 19864-19874 |
|
(=>
(instance ?DS DaySchool)
(not
(exists (?S)
(and
(student ?S ?DS)
(home ?S ?DS))))) |
Mid-level-ontology.kif 17711-17717 |
|
(=>
(instance ?VS VocationalSchool)
(hasPurpose ?VS
(exists (?P ?S ?T)
(and
(instance ?P EducationalProcess)
(eventLocated ?P ?VS)
(student ?S ?VS)
(experiencer ?P ?S)
(instance ?T OccupationalTrade)
(holdsDuring
(EndFn
(WhenFn ?P))
(attribute ?S ?T)))))) |
Mid-level-ontology.kif 17636-17648 |
|