Resolve Territorial URI
resolve_territorial_uriConvert Italian ISTAT or Belfiore territorial codes into canonical CLV URIs with official names and related geographical URIs for semantic data modeling.
Instructions
Resolve an Italian territorial code to its canonical CLV URI with labels and related URIs.
Args:
code_type: Type of code: "istat-comune", "istat-provincia", "istat-regione", or "belfiore"
code: The code value (e.g. "046030" for ISTAT comune, "F205" for Belfiore)
date: (optional) ISO date string (e.g. "2022-08-12") — noted in output, full temporal filtering not yet implemented
Returns:
uri: canonical CLV URI
name: official name
code_type and code
related: connected territorial URIs (province for cities, region for provinces)
date_note: reminder if date was provided
Use when: You have a raw territorial code (ISTAT or Belfiore) and need the official semantic URI to use in JSON-LD or RDF modeling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | The code value (e.g. '046030', 'F205', '001') | |
| date | No | Optional ISO date for temporal context (e.g. '2022-08-12') | |
| code_type | Yes | Type of territorial code |