TODODM: Dialogue Management Module for Task-Oriented Dialogue management Ontology (TODO)

IRI:
https://w3id.org/todo/tododm
Current version:
2.1
Previous version:
Authors:
Cristina Aceta (Tekniker) <mailto:cristina.aceta@tekniker.es>
Contributors:
Izaskun Fernández (Tekniker) <mailto:izaskun.fernandez@tekniker.es>
Other visualisation:
Ontology source

Table of Content

  1. Classes
  2. Object Properties
  3. Data Properties
  4. Annotation Properties
  5. Namespace Declarations

Classes

ActionDisambiguationRequestc back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#ActionDisambiguationRequest

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Request that makes the user choose from a set of Actions obtained through inference.
has super-classes
YesNoRequestc

ActionOptionsAvailablec back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#ActionOptionsAvailable

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Response in which the system tells the user that it has several options for an Action.
has super-classes
OptionsAvailableResponsec
impliesop some ActionDisambiguationRequestc

ActionOptionsResponsec back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#ActionOptionsResponse

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Response that the system gives when a command can be associated to more than one action.
has super-classes
SystemResponsec
impliesop some ActionDisambiguationRequestc

AlternativeArgumentSuggestionRequestc back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#AlternativeArgumentSuggestionRequest

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Request that arises when the system has not been able to obtain an argument through an item + complement. The system suggests an alternative that contains the complement in the request.
has super-classes
YesNoRequestc

ArgumentAssignationRequestc back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#ArgumentAssignationRequest

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Request made to reassure the assignation of a value from the KEE to an Argument.
has super-classes
YesNoRequestc

ArgumentCharacteristicRequestc back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#ArgumentCharacteristicRequest

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Request that demands a specific characteristic of the argument. This request is used when the argument provided is too broad and the system needs some characteristic that allows determining the specific element the user is refering to. For example, the user would require a "piece", and the system includes data for 300 types of pieces.
has super-classes
ContentRequestc

ArgumentClarificationRequestc back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#ArgumentClarificationRequest

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Request that asks the user for some clarification for the value of an argument when a previously saved value generates too many options.
has super-classes
ContentRequestc

ArgumentExplanationResponsec back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#ArgumentExplanationResponse

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Response that gives details about an Argument. For example, when the user does not understand what information conveys said Argument.
has super-classes
SystemResponsec

ArgumentNotCompatibleResponsec back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#ArgumentNotCompatibleResponse

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
The system informs the user the Argument value provided is not valid according to what has been modelled in the KB.
has super-classes
SystemResponsec
impliesop some VerifyInfoRequestc

ArgumentNotGuessedResponsec back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#ArgumentNotGuessedResponse

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Response given when the system has not been able to guess the value of the Argument through its characteristics.
has super-classes
SystemResponsec
impliesop some ArgumentRequestc

ArgumentOptionsAvailablec back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#ArgumentOptionsAvailable

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Response in which the system tells the user that it has several options for an Argument.
has super-classes
OptionsAvailableResponsec
impliesop some ArgumentSpecifyRequestc

ArgumentOptionsResponsec back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#ArgumentOptionsResponse

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Response that the system gives when an item can be associated to more than one argument.
has super-classes
SystemResponsec
impliesop some ArgumentSpecifyRequestc

ArgumentRequestc back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#ArgumentRequest

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Request that demands for the value of an Argument.
has super-classes
ContentRequestc

ArgumentSpecifyRequestc back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#ArgumentSpecifyRequest

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Request made when a value for an Argument can belong to different Arguments. The strategy is asking for each Argument option until the user confirms.
has super-classes
YesNoRequestc

ArgumentValueDisambiguationRequestc back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#ArgumentValueDisambiguationRequest

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Request that tries to obtain the value of the argument when it is ambiguous (e.g. "sala" may apply to "sala Ura", "sala Sua", etc.).
has super-classes
YesNoRequestc

ArgumentValueOptionsAvailablec back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#ArgumentValueOptionsAvailable

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Response in which the system tells the user that it has several options for an argument value.
has super-classes
OptionsAvailableResponsec
impliesop some ArgumentValueDisambiguationRequestc

CannotResolveActionResponsec back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#CannotResolveActionResponse

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Response that the system gives when it cannot associate an action/target to one or more actions.
has super-classes
SystemResponsec
impliesop some UserCommandRequestc

CannotResolveCommandResponsec back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#CannotResolveCommandResponse

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Response that informs the user that the command could not be resolved. [to be followed by an ArgRequest]
has super-classes
SystemResponsec
impliesop some ArgumentRequestc

ContentRequestc back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#ContentRequest

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Request that asks for specific information, other than "Yes" or "No" (and equivalents). Also known as "Non polar/Open question" in linguistics.
has super-classes
SystemRequestc
hasStepFunctionop some ContentRequestStepFunctionc
has sub-classes
ArgumentCharacteristicRequestc, ArgumentClarificationRequestc, ArgumentRequestc, RepeatArgumentRequestc, UserCommandRequestc, VerifyInfoRequestc
is disjoint with
YesNoRequestc

ContentRequestStepFunctionc back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#ContentRequestStepFunction

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Step Function associated to a ContentRequest.
has super-classes
StepFunctionc
userResponseNotUnderstoodImpliesop some NotUnderstoodResponsec
incorrectUserResponseTypeImpliesop some YesNoResponseNotExpectedc
isStepFunctionOfop some ContentRequestc

ContentResponseNotExpectedc back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#ContentResponseNotExpected

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
"You only need me to tell me yes or no, please"
has super-classes
ResponseTypeNotExpectedResponsec

Continuec back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#Continue

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Marker that conveys the idea of continuing with the dialogue process.
has super-classes
DialogueControlMarkersc

DialogueControlMarkersc back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#DialogueControlMarker

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Elements that correspond to predefined or generic actions in dialogue control.
has super-classes
IDvaldp some string
has sub-classes
Continuec, FinishDialc, Restartc, Returnc

DialogueFinishedc back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#DialogueFinished

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Response given by the system when the dialogue process has finished (i.e., when the user confirms the action and argument values)
has super-classes
SystemResponsec

DialogueStepc back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#DialogueStep

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Step in the dialogue process that requires a system interaction with the user (SystemStep).
has super-classes
orderdp some integer
IDvaldp some string
initiatedByop some SystemStepc
is disjoint with
ProcessStepc

FinishDialc back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#FinishDial

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Marker that establishes that the dialogue must be finished.
has super-classes
DialogueControlMarkersc

GreetingResponsec back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#GreetingResponse

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Welcome message.
has super-classes
SystemResponsec
impliesop some UserCommandRequestc

IncorrectArgumentRequestc back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#IncorrectArgumentRequest

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Request that checks which is the Argument/Action that has not been interpreter correctly, after a negative ReassureFeedbackRequest.
has super-classes
YesNoRequestc

IntentRequestc back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#IntentRequest

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Request made when a UserRequest can belong to different Intents. The strategy is asking for each Intent option until the user confirms.
has super-classes
YesNoRequestc

ItemNotCompatibleAnyArgResponsec back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#ItemNotCompatibleAnyArgResponse

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
The item {item} is not compatible with any argument for this action.
has super-classes
SystemResponsec
impliesop some VerifyInfoRequestc

MissingInformationResponsec back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#MissingInformationResponse

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Response that is given when, after checking if all the core Arguments have been provided by the user command, there are core Arguments that are missing.
has super-classes
SystemResponsec
impliesop some ArgumentRequestc

NewDialoguec back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#NewDialogue

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Request that asks the user whether they want to initiate a new dialogue process.
has super-classes
YesNoRequestc

NoMoreOptionsContinueResponsec back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#NoMoreOptionsContinueResponse

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Response that the system displays when it runs out of options. It is intended to continue with a full request of the element that the previous options corresponded to.
has super-classes
SystemResponsec

NoMoreOptionsRestartResponsec back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#NoMoreOptionsRestartResponse

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Response that the system displays when it runs out of options. It finishes the current Dialogue.
has super-classes
SystemResponsec
impliesop some UserCommandRequestc

NoResultsClarificationResponsec back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#NoResultsClarificationResponse

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Response that the system returns when the clarification step of the value of an Argument does not return any results.
has super-classes
SystemResponsec
impliesop some RepeatArgumentRequestc

NotUnderstoodResponsec back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#NotUnderstoodResponse

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Response that informs the user that the system has not understood the user command.
has super-classes
SystemResponsec

OptionsAvailableResponsec back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#OptionsAvailableResponse

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Response in which the system tells the user that it has several options for a specific element (e.g. WorldElement). Note the difference between OptionsAvailableResponse and TooManyAlternativesResponse: the first implies that there is a fair amount of options, whereas the latter implies that the options that are available are too many and it will require the user to be more specific.
has super-classes
SystemResponsec
has sub-classes
ActionOptionsAvailablec, ArgumentOptionsAvailablec, ArgumentValueOptionsAvailablec

ProcessStepc back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#ProcessStep

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Step in the dialogue process that does not require a system interaction with the user (SystemStep).
has super-classes
IDvaldp some string
hasStepFunctionop some ProcessStepStepFunctionc
is disjoint with
DialogueStepc

ProcessStepStepFunctionc back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#ProcessStepStepFunction

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Step Function associated to a ProcessStep.
has super-classes
StepFunctionc
orderdp some integer
isStepFunctionOfop some ProcessStepc

ReassureFeedbackRequestc back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#ReassureFeedbackRequest

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Request that is sent in order to obtain feedback whether the interpretation obtained is correct or not.
has super-classes
YesNoRequestc

RepeatArgumentRequestc back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#RepeatArgumentRequest

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Request that demands the user to repeat the value of an Argument.
has super-classes
ContentRequestc

ResponseTypeNotExpectedResponsec back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#ResponseTypeNotExpectedResponse

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Reponse given to the user when the UserResponse does not correspond with the expected response of the SystemRequest.
has super-classes
SystemResponsec
has sub-classes
ContentResponseNotExpectedc, YesNoResponseNotExpectedc

Restartc back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#Restart

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Marker that requires the dialogue to restart.
has super-classes
DialogueControlMarkersc

Returnc back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#Return

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Marker that returns to the last SystemResponse+Request/SystemRequest performed.
has super-classes
DialogueControlMarkersc

StepFunctionc back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#StepFunction

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Element that is linked to a function in the Dialogue Manager code. This element also determines the implications of the output of said function in the code.
has super-classes
IDvaldp some string
has sub-classes
ContentRequestStepFunctionc, ProcessStepStepFunctionc, YesNoRequestStepFunctionc

SystemRequestc back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#SystemRequest

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Act in which the system requires user input.
has super-classes
SystemStepc
has sub-classes
ContentRequestc, YesNoRequestc
is disjoint with
SystemResponsec

SystemResponsec back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#SystemResponse

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Information that the system provides in response to a UserRequest or as a piece of information directed to the user without a prior UserRequest.
has super-classes
SystemStepc
has sub-classes
ActionOptionsResponsec, ArgumentExplanationResponsec, ArgumentNotCompatibleResponsec, ArgumentNotGuessedResponsec, ArgumentOptionsResponsec, CannotResolveActionResponsec, CannotResolveCommandResponsec, DialogueFinishedc, GreetingResponsec, ItemNotCompatibleAnyArgResponsec, MissingInformationResponsec, NoMoreOptionsContinueResponsec, NoMoreOptionsRestartResponsec, NoResultsClarificationResponsec, NotUnderstoodResponsec, OptionsAvailableResponsec, ResponseTypeNotExpectedResponsec, TooManyActionOptionsResponsec, TooManyAlternativesResponsec, TooManyArgumentOptionsResponsec, TooManyWorldElementOptionsResponsec, UnderstoodResponsec, ValueNotCompatibleWithArgumentResponsec
is disjoint with
SystemRequestc

SystemStepc back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#SystemStep

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Step performed by the system in order to request information to the user or simply outputting information.
has super-classes
outputSentencedp some string
has sub-classes
SystemRequestc, SystemResponsec

TooManyActionOptionsResponsec back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#TooManyActionOptionsResponse

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Response given when the number of possible Actions is too big.
has super-classes
SystemResponsec
impliesop some UserCommandRequestc

TooManyAlternativesResponsec back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#TooManyAlternativesResponse

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Response given when the alternatives (in general) are too big.
has super-classes
SystemResponsec
impliesop some ArgumentClarificationRequestc

TooManyArgumentOptionsResponsec back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#TooManyArgumentOptionsResponse

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
has super-classes
SystemResponsec
impliesop some UserCommandRequestc

TooManyWorldElementOptionsResponsec back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#TooManyWorldElementOptionsResponse

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Response given when the number of possible World Elements is too big.
has super-classes
SystemResponsec
impliesop some ArgumentClarificationRequestc

UnderstoodResponsec back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#UnderstoodResponse

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Response given by the system to reassure the user that it has understood the request.
has super-classes
SystemResponsec

UserCommandRequestc back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#UserCommandRequest

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Request to the user to provide their (initial) command.
has super-classes
ContentRequestc

ValueNotCompatibleWithArgumentResponsec back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#ValueNotCompatibleWithArgumentResponse

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Response given when the ArgValue for an Argument provided by the user is not compatible with said Argument.
has super-classes
SystemResponsec
impliesop some VerifyInfoRequestc

VerifyInfoRequestc back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#VerifyInfoRequest

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Request that requires the user to repeat some information.
has super-classes
ContentRequestc

YesNoRequestc back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#YesNoRequest

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Request the response of which is expected to be limited to "Yes" or "No" (and equivalents). Also known as "Polar question" in linguistics.
has super-classes
SystemRequestc
hasStepFunctionop some YesNoRequestStepFunctionc
has sub-classes
ActionDisambiguationRequestc, AlternativeArgumentSuggestionRequestc, ArgumentAssignationRequestc, ArgumentSpecifyRequestc, ArgumentValueDisambiguationRequestc, IncorrectArgumentRequestc, IntentRequestc, NewDialoguec, ReassureFeedbackRequestc
is disjoint with
ContentRequestc

YesNoRequestStepFunctionc back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#YesNoRequestStepFunction

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Step Function associated to a YesNoRequest.
has super-classes
StepFunctionc
userResponseNotUnderstoodImpliesop some NotUnderstoodResponsec
incorrectUserResponseTypeImpliesop some ContentResponseNotExpectedc
isStepFunctionOfop some YesNoRequestc

YesNoResponseNotExpectedc back to ToC or Class ToC

IRI: https://w3id.org/todo/tododm#YesNoResponseNotExpected

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
"I think I haven't understood. Can you be more specific?
has super-classes
ResponseTypeNotExpectedResponsec

Object Properties

hasStepFunctionop back to ToC or Object Property ToC

IRI: https://w3id.org/todo/tododm#hasStepFunction

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Establishes the StepFunction corresponding to a SystemRequest or a ProcessStep.
is inverse of
isStepFunctionOfop

impliesop back to ToC or Object Property ToC

IRI: https://w3id.org/todo/tododm#implies

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Establishes the implications of the output of a StepFunction in the Dialogue Manager code.

incorrectUserResponseTypeImpliesop back to ToC or Object Property ToC

IRI: https://w3id.org/todo/tododm#incorrectUserResponseTypeImplies

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Establishes the implications of an incorrect UserResponseType (e.g. when the request requires Yes/No as response and the user provides a ContentResponse).
has super-properties
impliesop

initiatedByop back to ToC or Object Property ToC

IRI: https://w3id.org/todo/tododm#initiatedBy

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Establishes the SystemRequest/Response that initiates a DialogueStep.

isRequiredByop back to ToC or Object Property ToC

IRI: https://w3id.org/todo/tododm#isRequiredBy

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Establishes the SystemRequest that requires a given UserResponse type.
is inverse of
requiresop

isStepFunctionOfop back to ToC or Object Property ToC

IRI: https://w3id.org/todo/tododm#isStepFunctionOf

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Establishes the SystemRequest or a ProcessStep corresponding to a StepFunction.
is inverse of
hasStepFunctionop

lessMaxOptionsImpliesop back to ToC or Object Property ToC

IRI: https://w3id.org/todo/tododm#lessMaxOptionsImplies

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Establishes the implications when a StepFunction, in the Dialogue Manager code, returns more than one result as output and the length of the output is smaller than the number of maximum results previously defined.
has super-properties
multipleOptionsImpliesop

moreMaxOptionsImpliesop back to ToC or Object Property ToC

IRI: https://w3id.org/todo/tododm#moreMaxOptionsImplies

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Establishes the implications when a StepFunction, in the Dialogue Manager code, returns more than one result as output and the length of the output is higher than the number of maximum results previously defined.
has super-properties
multipleOptionsImpliesop

multipleOptionsImpliesop back to ToC or Object Property ToC

IRI: https://w3id.org/todo/tododm#multipleOptionsImplies

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Establishes the implications when a StepFunction, in the Dialogue Manager code, returns more than one result as output.
has super-properties
impliesop
has sub-properties
lessMaxOptionsImpliesop, moreMaxOptionsImpliesop

noOptionsImpliesop back to ToC or Object Property ToC

IRI: https://w3id.org/todo/tododm#noOptionsImplies

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Establishes the implications when a StepFunction, in the Dialogue Manager code, returns no results as output.
has super-properties
impliesop

noUserResponseTypeImpliesop back to ToC or Object Property ToC

IRI: https://w3id.org/todo/tododm#noUserResponseTypeImplies

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Establishes the implications of a negative UserResponse.
has super-properties
impliesop

requiresop back to ToC or Object Property ToC

IRI: https://w3id.org/todo/tododm#requires

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Establishes the type of UserResponse required by a SystemRequest.
is inverse of
isRequiredByop

singleOptionImpliesop back to ToC or Object Property ToC

IRI: https://w3id.org/todo/tododm#singleOptionImplies

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Establishes the implications when a StepFunction, in the Dialogue Manager code, returns one result as output.
has super-properties
impliesop

userResponseNotUnderstoodImpliesop back to ToC or Object Property ToC

IRI: https://w3id.org/todo/tododm#userResponseNotUnderstoodImplies

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Establishes the implications when the system does not understand a UserResponse.
has super-properties
impliesop

YesUserResponseImpliesop back to ToC or Object Property ToC

IRI: https://w3id.org/todo/tododm#yesUserResponseTypeImplies

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Establishes the implications of a positive UserResponse.
has super-properties
impliesop

Data Properties

IDvaldp back to ToC or Data Property ToC

IRI: https://w3id.org/todo/tododm#IDval

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Unique identification value for individuals.
has super-properties
top data property

orderdp back to ToC or Data Property ToC

IRI: https://w3id.org/todo/tododm#order

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
Sets the order for StepFunctions/DialogueSteps.

outputSentencedp back to ToC or Data Property ToC

IRI: https://w3id.org/todo/tododm#outputSentence

is defined by
https://cristinacm.github.io/todo/TODODM/ontology/ontology.owl
String to be output by the system in order to communicate a SystemRequest/Response to the user.

Annotation Properties

bibliographic citationap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/terms/bibliographicCitation

contributorap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/terms/contributor

createdap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/terms/created

creatorap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/terms/creator

descriptionap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/terms/description

exampleap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/2004/02/skos/core#example

issuedap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/terms/issued

licenseap back to ToC or Annotation Property ToC

IRI: http://creativecommons.org/ns#license

modifiedap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/terms/modified

preferred namespace prefixap back to ToC or Annotation Property ToC

IRI: http://purl.org/vocab/vann/preferredNamespacePrefix

preferred namespace uriap back to ToC or Annotation Property ToC

IRI: http://purl.org/vocab/vann/preferredNamespaceUri

term statusap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/2003/06/sw-vocab-status/ns#term_status

titleap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/terms/title

version i r iap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/2002/07/owl#versionIRI

Namespace Declarations back to ToC

default namespace
https://w3id.org/todo/tododm#
ns
http://creativecommons.org/ns#
ns2
http://www.w3.org/2003/06/sw-vocab-status/ns#
owl
http://www.w3.org/2002/07/owl#
rdf
http://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfs
http://www.w3.org/2000/01/rdf-schema#
skos
http://www.w3.org/2004/02/skos/core#
terms
http://purl.org/dc/terms/
todo
https://w3id.org/todo/
vann
http://purl.org/vocab/vann/
xsd
http://www.w3.org/2001/XMLSchema#

This HTML document was obtained by processing the OWL ontology source code through LODE, Live OWL Documentation Environment, developed by Silvio Peroni.