Solved
How to get entity basetype?
Is it possible to determine what a entity is?
I will explain myself:
I would like to make a service which has both as input and output a string.
I insert the name of a entity and it returns
"This entity is a Thing"
"This entity is a Data shape"
"This entity is a username"
Is this possible?

