learning (Learning)
The Class of Processes which relate to the
acquisition of information.
Ontology
SUMO / PROCESSESSuperclass(es)
Coordinate term(s)
calculating
classifying
comparing
planning
predicting
reasoning
selecting
Related WordNet synsets
- learning, acquisition
- the cognitive process of acquiring skill or knowledge; "the child's acquisition of language"
See more related synsets on a separate page.
Axioms (3)
If education is an instance of educational process and person is a patient of education, then education has purpose "there exists learning learn so that person is a patient of learn".
(=>
(and
(instance ?EDUCATION EducationalProcess)
(patient ?EDUCATION ?PERSON))
(hasPurpose
?EDUCATION
(exists
(?LEARN)
(and
(instance ?LEARN Learning)
(patient ?LEARN ?PERSON)))))
If learn is an instance of learning and learn is an agent of agent, then agent is an instance of cognitive agent.
(=>
(and
(instance ?LEARN Learning)
(agent ?LEARN ?AGENT))
(instance ?AGENT CognitiveAgent))
If there exists learning learn so that learn is an agent of agent and prop is a patient of learn during time, then agent believes prop immediately after time.
(=>
(holdsDuring
?TIME
(exists
(?LEARN)
(and
(instance ?LEARN Learning)
(agent ?LEARN ?AGENT)
(patient ?LEARN ?PROP))))
(holdsDuring
(ImmediateFutureFn ?TIME)
(believes ?AGENT ?PROP)))