onto_drift
Detect ontology version drift by comparing two inline Turtle documents. Returns added and removed terms, likely renames with confidence scores, and drift velocity.
Instructions
Detect drift between two ontology versions. Returns added/removed terms, likely renames with confidence scores, and drift velocity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version_a | Yes | First version as inline Turtle | |
| version_b | Yes | Second version as inline Turtle |