Query the Semantica knowledge graph using SPARQL, Cypher, keyword search, and structured graph query patterns.
69
83%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Run graph queries and search. Usage: /semantica:query <mode> [args]
$ARGUMENTS = query mode + query string or filter.
sparql <query>Execute a SPARQL query against the graph.
from semantica.query import QueryEngine
engine = QueryEngine()
results = engine.query_sparql(query)Return: query bindings as a Markdown table.
cypher <query>Execute a Cypher-like query.
results = engine.query_cypher(query)Output: node/relationship results and path summaries.
search <keywords> [--filter <type>]Search graph entities by keyword.
results = engine.search(keywords=keywords, filter_type=filter_type)Return: ranked matches with entity types and relevance scores.
8406297
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.