Describe Resource
describe_resourceRetrieve the full RDF description of any schema.gov.it resource, including direct properties (depth 1) or linked resources (depth 2).
Instructions
Get all triples for a resource (Concise Bounded Description).
Args:
uri: URI of the resource
depth: 1 for direct properties only, 2 to include linked resources (default: 1)
Returns:
All properties and values of the resource
When to use this vs X:
vs
inspect_concept: use this when you need the raw RDF description of a resource; useinspect_conceptwhen you want a semantic profile with hierarchy, usage, and inherited propertiesvs
query_sparql: use this for the standard CBD dump of one resource; usequery_sparqlonly for custom graph patterns not covered here
Use when: You need the complete RDF description of a specific resource.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes | URI of the resource | |
| depth | No | 1 for direct, 2 for linked resources |