EntityTypeName[entity]
gives the name of the entity type of entity.
EntityTypeName[{entity1,…,entityn}]
gives the name of the entity type for entity1 through entityn.
EntityTypeName
Listing of Entity Types »EntityTypeName[entity]
gives the name of the entity type of entity.
EntityTypeName[{entity1,…,entityn}]
gives the name of the entity type for entity1 through entityn.
Details
- For EntityTypeName[entity], entity can be an Entity, EntityClass, EntityProperty, or EntityPropertyClass expression.
- EntityTypeName[Entity[type,…]] returns type.
Examples
open all close allBasic Examples (1)
Scope (5)
Find the entity type of an entity:
EntityTypeName[Entity["Pokemon", "Pokedex0025:Pikachu"]]EntityTypeName[Entity["FictionalCharacter", "Pikachu"]]EntityTypeName[Entity["Movie", "GoneWithTheWind::55mm5"]]EntityTypeName[Entity["Book", "GoneWithTheWind"]]Find the entity types of a list of entities:
EntityTypeName[{Entity["Planet", "Mercury"], Entity["Element", "Mercury"], Entity["Mythology", "Mercury"]}]Find the entity type of an entity property:
EntityTypeName[EntityProperty["Graph", "VertexCount"]]EntityTypeName[EntityProperty["Country", "Population"]]Find the entity type of an entity class:
EntityTypeName[EntityClass["Planet", All]]EntityTypeName[EntityClass["Chemical", "Alkanes"]]Give the entity type of an implicitly defined entity class:
EntityTypeName[EntityClass["Country", {EntityProperty["Country", "BoundaryLength"] -> TakeLargest[10]}]]See Also
Related Guides
Related Workflows
- Set Up an Entity Store
History
Text
Wolfram Research (2014), EntityTypeName, Wolfram Language function, https://reference.wolfram.com/language/ref/EntityTypeName.html.
CMS
Wolfram Language. 2014. "EntityTypeName." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/EntityTypeName.html.
APA
Wolfram Language. (2014). EntityTypeName. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/EntityTypeName.html
BibTeX
@misc{reference.wolfram_2026_entitytypename, author="Wolfram Research", title="{EntityTypeName}", year="2014", howpublished="\url{https://reference.wolfram.com/language/ref/EntityTypeName.html}", note=[Accessed: 12-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_entitytypename, organization={Wolfram Research}, title={EntityTypeName}, year={2014}, url={https://reference.wolfram.com/language/ref/EntityTypeName.html}, note=[Accessed: 12-June-2026]}