get_properties
Retrieve property IDs for a Wikidata entity to access its structured data attributes and relationships.
Instructions
Get the properties associated with a given Wikidata entity ID.
Args:
entity_id (str): The entity ID to retrieve properties for. This should be a valid Wikidata entity ID.
Returns:
list: A list of property IDs associated with the given entity ID. If no properties are found, an empty list is returned.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_id | Yes |