describe_resource
Fetches triples where an IRI is subject or object, including incoming links, and reports each triple's source graph. Use it to inspect an entity without manual SPARQL.
Instructions
Everything the store knows about one IRI, in both directions.
Returns the triples where the IRI is the subject and, unless you turn it off, those where it is the object -- which is usually where the interesting part is, because it shows what points at the thing.
Faster to reach for than writing the query by hand, and it names the graph each triple came from.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| iri | Yes | The IRI to describe, without angle brackets. | |
| limit | No | Maximum triples per direction. Default 200. | |
| dataset | No | Dataset name. Defaults to the configured one. | |
| incoming | No | Include triples pointing at the IRI. Default true. |