The CoreDbEntity is a specific representation of the Entities used in the CORE module. It is used exclusively with the methods specific for the CoreDbAPI of the KIM server – getEntities and getEntitiesCount. There are five properties:
EntityId | this property represents the internal identifier of the given entity, valid in the document repository. |
EntityUri | this is the URI of the entitiy, which is the universal unique identifier both in the document and the semantic repositories of the KIM server. The URI is represented as string and must follow the W3C specification. |
ClassUri | this is the entity class URI of the given entity. This identifier is valid both in the document and the semantic repositories of the KIM server. The URI is represented as a string and must follow the W3C specification. |
Aliases (string) | an array of all known textual representations of the given entity. |
MainAlias (string) | the main textual representation of the given entity. |
Labels:
None