Ingest data from files, databases, APIs, or streams into Semantica knowledge graphs with schema mapping and entity linking.
60
70%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
High
Do not use without reviewing
Fix and improve this skill with Tessl
tessl review fix ./plugins/skills/ingest/SKILL.mdIngest new data into the knowledge graph. Usage: /semantica:ingest <source> [args]
$ARGUMENTS = source type + optional file path, connection string, or dataset identifier.
file <path> [--format json|csv|yaml|xml]Ingest structured data from a local file.
from semantica.ingest import ingest_file
data = ingest_file(file_path=path, method='file', file_format=file_format)Output: imported node/edge count and ingestion summary.
db <connection> [--query <sql>]Ingest data from a database source.
from semantica.ingest import ingest_database
result = ingest_database(connection_string=conn, query=query)Return: rows ingested, mapped entities, and warnings.
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.