Interface: AlignOntologyResponse
@kortexya/reasoninglayer / OntologyAlignment / AlignOntologyResponse
Interface: AlignOntologyResponse
Defined in: src/types/ontology-alignment.ts:63
Response from an ontology-alignment run.
Properties
conflicts
conflicts:
AlignmentConflictDto[]
Defined in: src/types/ontology-alignment.ts:65
Surfaced ⊥-conflicts among proposed candidates.
domainSorts
domainSorts:
number
Defined in: src/types/ontology-alignment.ts:67
Number of domain sorts considered.
mappingTtl
mappingTtl:
string
Defined in: src/types/ontology-alignment.ts:69
The MAPPING artifact as Turtle (skos:* + kortexya:confidence).
matches
matches:
AlignmentMatchDto[]
Defined in: src/types/ontology-alignment.ts:71
Confirmed SKOS correspondences.
targetSorts
targetSorts:
number
Defined in: src/types/ontology-alignment.ts:73
Number of upper-ontology target sorts indexed.