constructed language (ConstructedLanguage)
The subclass of HumanLanguages
that did not originate diachronically, but were designed by a Human.
This Class includes languages like Esperanto that were created to
facilitate international communication.
Ontology
SUMO / BASE-ONTOLOGYSuperclass(es)
Coordinate term(s)
computer language
natural language
Related WordNet synsets
- artificial language
- a language that is deliberately created for a specific purpose
See more related synsets on a separate page.
Axioms (2)
If lang is an instance of constructed language, then there exists planning plan so that lang is a result of plan.
(=>
(instance ?LANG ConstructedLanguage)
(exists
(?PLAN)
(and
(instance ?PLAN Planning)
(result ?PLAN ?LANG))))
natural language is disjoint from constructed language.
(disjoint NaturalLanguage ConstructedLanguage)