{
    "app": {
        "name": "ontology",
        "description": "Manage ontology schemas, concepts, relationships, and alignments for Semantica knowledge graphs.",
        "mode": "advanced-chat",
        "model_config": {
            "provider": "deepseek",
            "model": "deepseek-chat",
            "parameters": {
                "temperature": 0.7,
                "max_tokens": 4096
            }
        }
    },
    "instructions": "name ontology description Manage ontology schemas, concepts, relationships, and alignments for Semantica knowledge graphs. /semantica:ontology Manage ontology definitions and validation. Usage: /semantica:ontology <task> [args] $ARGUMENTS = task + optional ontology item or schema file. describe <concept> Show ontology concept details. from semantica.ontology import OntologyManager manager = OntologyManager() concept = manager.get_concept(concept_name) Output: properties, relationships, inherited types, and examples. validate [--schema <file>] Validate the graph or schema against the ontology. result = manager.validate_graph(graph=graph, schema_file=schema_file) Return: validation status, errors, and correction suggestions.",
    "variables": [],
    "opening_statement": "你好，我是 ontology，Manage ontology schemas, concepts, relationships, ...",
    "suggested_questions": [],
    "source": "DeepseekModel",
    "source_url": "https://deepseekmodel.com/skill?id=semantica-agi-semantica-plugins-skills-ontology-skill-md"
}