What problem does it solve? Querying local knowledge graphs, ontologies, and vocabularies requires knowing the right file paths, graph structure, and SPARQL syntax upfront. This Skill removes that guesswork by enforcing a discover-first workflow that locates RDF files, inspects their schema, and runs semantically correct SPARQL queries. ## Core Features & Use Cases - Guided Query Workflow: Discovers existing SPARQL queries and RDF files (.ttl, .rdf, .n3, .jsonld, .nt, .nq, .trig) before writing anything, then inspects types and predicates via a schema overview. - Full SPARQL 1.1 Support: Executes SELECT, ASK, CONSTRUCT, and DESCRIBE queries against local files using the Comunica engine. - Ready-Made Patterns: Ships a reference of standard prefixes and common query patterns for SKOS concepts, class hierarchies, and label searches. - Use Case: Given a folder of Turtle files describing a SKOS taxonomy, ask the agent to list all top-level concepts with their labels — it will discover the files, inspect the graph, and run the correct query. ## Quick Start Ask the agent to list all SKOS concepts and their labels from the Turtle files in this workspace.