What problem does it solve? Resolving Linked Data URIs manually with curl requires handling content negotiation, RDF parsing, and graph storage yourself. This Skill directs the agent to use ld_fetch, which handles all of that automatically and tells you how to query the resulting graph. ## Core Features & Use Cases - URI Dereferencing: Fetches vocabulary terms, FOAF profiles, schema.org types, and Wikidata entities via ld_fetch with automatic content negotiation and parsing. - Hash URI Handling: Correctly resolves fragment URIs (e.g. skos/core#Concept) by fetching the document URI and storing the graph under it. - Link Following: Expands the graph by following owl:sameAs and rdfs:seeAlso links discovered in fetched data. - Use Case: A user asks to look up the FOAF Person term; the agent fetches the vocabulary, queries its graph with SPARQL, and follows seeAlso links to related resources. ## Quick Start Look up the URI http://xmlns.com/foaf/0.1/Person and follow any related links to expand the graph.