onto_align
Aligns two ontologies by detecting equivalent classes and relationships using semantic similarity, then automatically applies high-confidence matches to integrate knowledge graphs.
Instructions
Detect alignment candidates (owl:equivalentClass, skos:exactMatch, rdfs:subClassOf) between two ontologies using label similarity, property overlap, parent overlap, instance overlap, restriction patterns, and graph neighborhood. Auto-applies high-confidence matches above threshold.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | If true, return candidates only without inserting triples (default false) | |
| min_confidence | No | Minimum confidence threshold for auto-apply (default 0.85) | |
| source | Yes | Source ontology: inline Turtle content or file path | |
| target | No | Target ontology: inline Turtle content or file path. If omitted, aligns against loaded store |