List Properties
list_propertiesList object and datatype properties from ontologies, filtered by ontology URI and property type, returning domain, range, and label information.
Instructions
List ObjectProperty and DatatypeProperty defined in an ontology or globally.
Args:
ontologyUri: (optional) URI of the ontology to filter by
propertyType: (optional) "object", "datatype", or "both" (default: "both")
limit: Maximum results (default: 50)
Returns:
List of properties with domain, range, and label
Examples:
No args: All properties (top 50)
ontologyUri="https://w3id.org/italia/onto/CPV": Properties from CPV ontology
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| ontologyUri | No | URI of ontology to filter by | |
| propertyType | No | both |