Skip to content

Interface: AlignmentConflictDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / OntologyAlignment / AlignmentConflictDto

Interface: AlignmentConflictDto

Defined in: src/types/ontology-alignment.ts:35

Two upper-ontology candidates a domain class cannot map to simultaneously (their lattice meet is ⊥ — e.g. disjoint BFO branches).

Properties

domainSort

domainSort: string

Defined in: src/types/ontology-alignment.ts:37

Domain sort name whose candidates conflict.


targetA

targetA: string

Defined in: src/types/ontology-alignment.ts:39

The kept (higher-scored) candidate CURIE.


targetB

targetB: string

Defined in: src/types/ontology-alignment.ts:41

The rejected, incompatible candidate CURIE.