CommonName[entity]
gives the common name for the entity specified by entity.
CommonName[{entity1,…,entityn}]
gives the common name for entity1 through entityn.
CommonName
CommonName[entity]
gives the common name for the entity specified by entity.
CommonName[{entity1,…,entityn}]
gives the common name for entity1 through entityn.
Details
- For CommonName[entity], entity can be an Entity, EntityClass, EntityProperty, or EntityPropertyClass expression.
- CommonName[entity] will look up the common name from the online Wolfram Knowledgebase or from the system cache.
Examples
open all close allBasic Examples (1)
Scope (4)
Find the common name of an entity:
CommonName[Entity["Pokemon", "Pokedex0025:Pikachu"]]Some common names exist in more than one entity type:
CommonName[Entity["Movie", "GoneWithTheWind::55mm5"]]CommonName[Entity["Book", "GoneWithTheWind"]]Find the common names of a list of entities:
CommonName[{Entity["Surface", "BarthSextic"], Entity["Surface", "BoySurface"], Entity["Surface", "BuggleSurface"], Entity["Surface", "CitrusSurface"], Entity["Surface", "CornerCushionSurface"], Entity["Surface", "CrixxiSurface"], Entity["Surface", "DaisySurface"], Entity["Surface", "EveSurface"], Entity["Surface", "HeartSurface"], Entity["Surface", "HuntSurface"], Entity["Surface", "IceBagSurface"], Entity["Surface", "LeopoldSurface"], Entity["Surface", "LimaoSurface"], Entity["Surface", "MushroomSurface"], Entity["Surface", "NepaliSurface"], Entity["Surface", "PlopSurface"], Entity["Surface", "RoundedCubeSurface"], Entity["Surface", "SeahorseSurface"], Entity["Surface", "SineSurface"], Entity["Surface", "StarSurface"], Entity["Surface", "Steinmetz3Cylinders"], Entity["Surface", "SubwaySurface"], Entity["Surface", "ThistleSurface"], Entity["Surface", "TwilightSurface"]}]Find the common name of an entity property:
CommonName[EntityProperty["Graph", "VertexCount"]]CommonName[EntityProperty["Country", "Population"]]Find the common name of an entity class:
CommonName[EntityClass["Solid", "Convex"]]CommonName[EntityClass["Chemical", "Alkanes"]]Related Guides
History
Text
Wolfram Research (2014), CommonName, Wolfram Language function, https://reference.wolfram.com/language/ref/CommonName.html.
CMS
Wolfram Language. 2014. "CommonName." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/CommonName.html.
APA
Wolfram Language. (2014). CommonName. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/CommonName.html
BibTeX
@misc{reference.wolfram_2026_commonname, author="Wolfram Research", title="{CommonName}", year="2014", howpublished="\url{https://reference.wolfram.com/language/ref/CommonName.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_commonname, organization={Wolfram Research}, title={CommonName}, year={2014}, url={https://reference.wolfram.com/language/ref/CommonName.html}, note=[Accessed: 13-June-2026]}