List Instances of Class
list_instances_of_classList real instances of a given class from the Italian government data catalog, with pagination to explore results and verify if the class is actually used.
Instructions
List instances of a given class in the catalog.
Args:
class_uri: URI of the class (e.g. 'https://w3id.org/italia/onto/COV/PublicOrganization')
limit: Items per page (default: 20, max: 200)
offset: Items to skip (default: 0)
Returns:
instances: list of URIs with labels
pagination: total count, offset, has_more
Use when: You found a class and want to know if it has real instances (i.e., whether it is used in the catalog, not just defined theoretically).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Items per page (max 200) | |
| offset | No | Items to skip | |
| class_uri | Yes | URI of the class to list instances of |