Skip to content

Interface: TranslatedRdfTermDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Ingestion / TranslatedRdfTermDto

Interface: TranslatedRdfTermDto

Defined in: src/types/ingestion.ts:937

One term produced by an RDF translation, rendered as text.

Remarks

Nothing described by this type is persisted — it is what the RDF would become had it been ingested.

Properties

id

id: string

Defined in: src/types/ingestion.ts:939

Content-addressed id this RDF resource would intern to.


representation

representation: string

Defined in: src/types/ingestion.ts:941

Textual representation of the term — sort(feature => value, …).


sort

sort: string

Defined in: src/types/ingestion.ts:946

The sort (type) the term is classified under — the OWL class when known, else the thing top sort.