Entity Definition
data class EntityDefinition(val description: String, val labels: Set<String>, val properties: List<PropertyDefinition>, val creationPermitted: Boolean = true)
Simple entity definition for a knowledge graph schema.
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