Hi.
I’m on the way of begin an application where I need to identify several types of nodes. I was looking if there was something like node class or type, or that property must be added for each one.
I will need to be able to query objects with ‘name’ X and type ‘Y’ so I want to be sure I’m not doing something stupid by adding new properties if there is already a mechanism for it.
Sorry to sound that newbie.