Skip to content

Interface: AlignOntologyRequest

@kortexya/reasoninglayer


@kortexya/reasoninglayer / OntologyAlignment / AlignOntologyRequest

Interface: AlignOntologyRequest

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

Request to align a domain ontology against one or more upper ontologies.

Remarks

Sent to POST /api/v1/ontology/align. Wire format is snake_case (domain_owl).

Properties

domainOwl

domainOwl: string

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

Domain ontology to align, as OWL/RDF-XML.


targets?

optional targets: string[]

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

Upper ontologies to align against. Defaults to ["BFO"] when empty.