Entity
EntityInterface
Bases: ABC
Abstract interface for entities in the Monarch KG
get_entity
abstractmethod
Retrieve a specific entity by exact ID match, with optional extras
Parameters:
Raises:
Type | Description |
---|---|
NotImplementedError
|
Use a specific implementation (see the documentation for a list of implementations) |
Returns:
Name | Type | Description |
---|---|---|
Entity |
Entity
|
Dataclass representing results of an entity search. |