NodeData

constructor(id: String? = null, concept: String? = null, role: String? = null, children: List<NodeData> = emptyList(), properties: Map<String, String> = emptyMap(), references: Map<String, String> = emptyMap())