Interface: ImportOwlRequest
@kortexya/reasoninglayer / OntologyBridge / ImportOwlRequest
Interface: ImportOwlRequest
Defined in: src/types/ontology-bridge.ts:146
Request to import an OWL/RDF ontology into the sort hierarchy.
Remarks
Sent to POST /api/v1/ontology/import. Wire format is snake_case (rdf_xml).
Properties
rdfXml
rdfXml:
string
Defined in: src/types/ontology-bridge.ts:148
OWL/RDF XML content to import.