Find Recommended Scheme for Property
find_recommended_scheme_for_propertyFinds the recommended controlled vocabulary or ConceptScheme for a property by analyzing its range class and checking existing schemes in the catalog.
Instructions
Given a property URI, find its range class and any associated SKOS ConceptSchemes in the catalog.
Args:
property_uri: URI of the property (e.g. 'https://w3id.org/italia/onto/COV/hasCategory')
Returns:
range: the rdfs:range of the property (if declared)
instance_count: number of instances of the range type in the catalog
schemes: SKOS ConceptSchemes whose members are typed as the range class
suggestion: actionable advice (use existing scheme, or create a local one)
Use when: You want to know what controlled vocabulary values to use for a property, or whether an official ConceptScheme exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| property_uri | Yes | URI of the property to analyze |