shared/interfaces/annotations
This page is auto-generated from TSDoc output. Edit the source file, not this Markdown.
shared/interfaces/annotations
Section titled “shared/interfaces/annotations”- Package:
@leipzigtreechat/shared - Source file:
packages/shared/src/interfaces/annotations.ts
Summary
Section titled “Summary”The qanary raw annotations received by querying the sparql endpoint
Interfaces
Section titled “Interfaces”IRawAnnotation
Section titled “IRawAnnotation”interface IRawAnnotationThe qanary raw annotations received by querying the sparql endpoint
Properties
annotation(NamedNode): the annotation nodeannotationType(NamedNode): the type of annotation, e.g AnnotationOfAnswertarget(BlankNode): the target node of the annotationbody(Literal): the body/value of the annotationscore(Literal): the score/confidence of the annotationannotatedBy(NamedNode): the component that created the annotationannotatedAt(Literal): the time when the annotation was created Defined at: line 6
IQanaryAnnotation
Section titled “IQanaryAnnotation”interface IQanaryAnnotationThe qanary annotation interface
Properties
annotationType(string): the type of annotation, e.g AnnotationAnswerhasTarget(string): the target of the annotationhasBody(string): the body/value of the annotationannotatedAt(string): the time when the annotation was createdannotatedBy(string): the component that created the annotationscore(number): the score/confidence of the annotation Defined at: line 24
IFilteredAnnotations
Section titled “IFilteredAnnotations”interface IFilteredAnnotationsThe filtered annotations by domain.
Properties
stationAnnotation(Array): annotations of the domain station measurandAnnotation(Array): annotations of the domain measurand representationAnnotation(Array): annotations of the domain representation calculationAnnotation(Array): annotations of the domain calculation timeAnnotation(Array): annotations of the domain time Defined at: line 42
ITimeObject
Section titled “ITimeObject”interface ITimeObjectThe time object consisting of start and optional end time of an AnnotationOfTime.
Properties
start(string): recognized start dateend(string): recognized end date Defined at: line 58
In shared
Section titled “In shared”shared/constants/qanaryshared/enums/annotationsshared/enums/calculationshared/enums/component-listshared/enums/domainsshared/enums/intentsshared/enums/rasa-response-typesshared/enums/representationshared/helpers/create-annotationshared/helpers/get-question-urishared/helpers/get-questionshared/helpers/message-operationsshared/helpers/query-sparqlshared/helpers/question-uri-queryshared/indexshared/interfaces/annotationsshared/interfaces/qanary-interfaces- [
shared/interfaces/question-sparql-response copy](/source-code/shared/interfaces/question-sparql-response copy) shared/interfaces/question-sparql-responseshared/interfaces/representationshared/maps/annotations