load_ontology
Load an OWL/TTL/RDF ontology file from a local path or IRI to enable querying, modifying, and reasoning over the ontology using natural language.
Instructions
加载一个 OWL/TTL/RDF 本体文件(本地路径或 IRI)。后续所有操作都在这个本体上进行。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | 本体文件的本地绝对路径(如 C:/work/my.ttl)或 IRI(如 http://...) |