Interface: ExternalMatchDto
@kortexya/reasoninglayer / OntologyAlignment / ExternalMatchDto
Interface: ExternalMatchDto
Defined in: src/types/ontology-alignment.ts:51
A SKOS external-ontology alignment attached to a sort.
Remarks
Populated by the upper-ontology aligner so each correspondence is a live, queryable property of the sort rather than a separate static export.
Properties
matchType
matchType:
string
Defined in: src/types/ontology-alignment.ts:53
SKOS mapping relation: exactMatch | closeMatch | broadMatch | narrowMatch.
ontologyId
ontologyId:
string
Defined in: src/types/ontology-alignment.ts:55
CURIE of the aligned external concept (e.g. obo:BFO_0000023).
source
source:
string
Defined in: src/types/ontology-alignment.ts:57
How the match was discovered: grounding | manual | import | inferred.