Entity Definition
constructor(description: String, labels: Set<String>, properties: List<PropertyDefinition>, creationPermitted: Boolean = true)
Parameters
description
a human-readable description of the entity type
labels
a set of labels or types that this entity belongs to
properties
a list of properties that this entity has
creation Permitted
if false new entities of this type cannot be created