TODODFA: Frame-Action Module for Task-Oriented Dialogue management Ontology (TODO)

IRI:
https://w3id.org/todo/tododfa
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. General Axioms
  6. Namespace Declarations

Classes

Actionc back to ToC or Class ToC

IRI: https://w3id.org/todo/tododfa#Action

is defined by
https://cristinacm.github.io/todo/TODODFA/ontology/ontology.owl
Element that makes reference to the functionalities of the target system.
has super-classes
actionTagdp some string
belongsToIntentop some Intentc
hasArgumentop some Argumentc
hasArgumentSetop some ArgumentSetc
is disjoint with
Argumentc, ArgumentSetc, FomaGrammarc, Framec, FrameHeadc, Intentc, Skillc

Argumentc back to ToC or Class ToC

IRI: https://w3id.org/todo/tododfa#Argument

is defined by
https://cristinacm.github.io/todo/TODODFA/ontology/ontology.owl
Participant that is involved in the event described by the Frame. It can be Core (its presence is compulsory to convey the event) or Optional (its presence is not compulsory, but it adds additional information).
has super-classes
argumentTagdp some string
isArgumentOfop some Actionc
is disjoint with
Actionc, ArgumentSetc, FomaGrammarc, Framec, FrameHeadc, Intentc, Skillc

ArgumentSetc back to ToC or Class ToC

IRI: https://w3id.org/todo/tododfa#ArgumentSet

is defined by
https://cristinacm.github.io/todo/TODODFA/ontology/ontology.owl
The group of Arguments that belong to a Frame.
has super-classes
isArgumentSetOfop some Actionc
is disjoint with
Actionc, Argumentc, FomaGrammarc, Framec, FrameHeadc, Intentc, Skillc

FomaGrammarc back to ToC or Class ToC

IRI: https://w3id.org/todo/tododfa#FomaGrammar

is defined by
https://cristinacm.github.io/todo/TODODFA/ontology/ontology.owl
Grammar to be used by Foma to perform Key Element Extraction.
has super-classes
isFomaGrammarOfop some Skillc
is disjoint with
Actionc, Argumentc, ArgumentSetc, Framec, FrameHeadc, Intentc, Skillc

Framec back to ToC or Class ToC

IRI: https://w3id.org/todo/tododfa#Frame

is defined by
https://cristinacm.github.io/todo/TODODFA/ontology/ontology.owl
A specific event or situation evoked by a specific word (FrameHead), along with its participants (Arguments).
has super-classes
isFrameOfop some Intentc
hasFrameHeadop some FrameHeadc
is disjoint with
Actionc, Argumentc, ArgumentSetc, FomaGrammarc, FrameHeadc, Intentc, Skillc

FrameHeadc back to ToC or Class ToC

IRI: https://w3id.org/todo/tododfa#FrameHead

is defined by
https://cristinacm.github.io/todo/TODODFA/ontology/ontology.owl
Word (or more than one) that evokes a specific situation or event, with its specific participants; that is, a frame. It is represented by one or more LexicalUnits.
has super-classes
isFrameHeadOfop some Framec
is disjoint with
Actionc, Argumentc, ArgumentSetc, FomaGrammarc, Framec, Intentc, Skillc

Intentc back to ToC or Class ToC

IRI: https://w3id.org/todo/tododfa#Intent

is defined by
https://cristinacm.github.io/todo/TODODFA/ontology/ontology.owl
User intention when formulating a request.
has super-classes
hasFrameop some Framec
isIntentOfop some Skillc
belongsToActionop some Actionc
is disjoint with
Actionc, Argumentc, ArgumentSetc, FomaGrammarc, Framec, FrameHeadc, Skillc

Skillc back to ToC or Class ToC

IRI: https://w3id.org/todo/tododfa#Skill

is defined by
https://cristinacm.github.io/todo/TODODFA/ontology/ontology.owl
Element that makes reference to the capabilities of the target system.
has super-classes
hasFomaGrammarop exactly 1 FomaGrammarc
hasIntentop some Intentc
is disjoint with
Actionc, Argumentc, ArgumentSetc, FomaGrammarc, Framec, FrameHeadc, Intentc

Object Properties

belongsToActionop back to ToC or Object Property ToC

IRI: https://w3id.org/todo/tododfa#belongsToAction

is defined by
https://cristinacm.github.io/todo/TODODFA/ontology/ontology.owl
Establishes the relation between an Intent and the Action it belongs to.
is inverse of
belongsToIntentop

belongsToIntentop back to ToC or Object Property ToC

IRI: https://w3id.org/todo/tododfa#belongsToIntent

is defined by
https://cristinacm.github.io/todo/TODODFA/ontology/ontology.owl
Establishes the relation between an Action and the Intent it belongs to.
is inverse of
belongsToActionop

hasArgumentop back to ToC or Object Property ToC

IRI: https://w3id.org/todo/tododfa#hasArgument

is defined by
https://cristinacm.github.io/todo/TODODFA/ontology/ontology.owl
Establishes a relation between an Action and its Argument(s).
has sub-properties
hasCoreArgumentop, hasOptionalArgumentop
is inverse of
isArgumentOfop

hasArgumentSetop back to ToC or Object Property ToC

IRI: https://w3id.org/todo/tododfa#hasArgumentSet

is defined by
https://cristinacm.github.io/todo/TODODFA/ontology/ontology.owl
Establishes a relation between an Action and the set composed of its Argument(s).

has characteristics: functional

is inverse of
isArgumentSetOfop

hasCoreArgumentop back to ToC or Object Property ToC

IRI: https://w3id.org/todo/tododfa#hasCoreArgument

is defined by
https://cristinacm.github.io/todo/TODODFA/ontology/ontology.owl
Establishes a relation between an Action and its CoreArguments (i.e. the arguments that are compulsory in order to perform the Action).
has super-properties
hasArgumentop
is inverse of
isCoreArgumentOfop

hasFomaGrammarop back to ToC or Object Property ToC

IRI: https://w3id.org/todo/tododfa#hasFomaGrammar

is defined by
https://cristinacm.github.io/todo/TODODFA/ontology/ontology.owl
Establishes a relation between a Skill and the FomaGrammar to use to perform Key Element Extraction.

has characteristics: functional

is inverse of
isFomaGrammarOfop

hasFrameop back to ToC or Object Property ToC

IRI: https://w3id.org/todo/tododfa#hasFrame

is defined by
https://cristinacm.github.io/todo/TODODFA/ontology/ontology.owl
Establishes a relation between an Intent and its corresponding Frame.
is inverse of
isFrameOfop

hasFrameHeadop back to ToC or Object Property ToC

IRI: https://w3id.org/todo/tododfa#hasFrameHead

is defined by
https://cristinacm.github.io/todo/TODODFA/ontology/ontology.owl
Establishes a relation between a Frame and its FrameHead.

has characteristics: inverse functional

is inverse of
isFrameHeadOfop

hasIntentop back to ToC or Object Property ToC

IRI: https://w3id.org/todo/tododfa#hasIntent

is defined by
https://cristinacm.github.io/todo/TODODFA/ontology/ontology.owl
Establishes a relation between a Skill and its corresponding Intent(s).
is inverse of
isIntentOfop

hasOptionalArgumentop back to ToC or Object Property ToC

IRI: https://w3id.org/todo/tododfa#hasOptionalArgument

is defined by
https://cristinacm.github.io/todo/TODODFA/ontology/ontology.owl
Establishes a relation between an Action and its OptionalArguments (i.e. the arguments that are not compulsory in order to perform the Action).
has super-properties
hasArgumentop
is inverse of
isOptionalArgumentOfop

isArgumentOfop back to ToC or Object Property ToC

IRI: https://w3id.org/todo/tododfa#isArgumentOf

is defined by
https://cristinacm.github.io/todo/TODODFA/ontology/ontology.owl
Establishes a relation between an Argument and its corresponding Action.
has sub-properties
isCoreArgumentOfop, isOptionalArgumentOfop
is inverse of
hasArgumentop

isArgumentSetOfop back to ToC or Object Property ToC

IRI: https://w3id.org/todo/tododfa#isArgumentSetOf

is defined by
https://cristinacm.github.io/todo/TODODFA/ontology/ontology.owl
Establishes a relation between an ArgumentSet and the Action it corresponds to.

has characteristics: inverse functional

is inverse of
hasArgumentSetop

isCoreArgumentOfop back to ToC or Object Property ToC

IRI: https://w3id.org/todo/tododfa#isCoreArgumentOf

Establishes a relation between a CoreArgument (i.e. the arguments that are compulsory in order to perform the Action) and its corresponding Action.
has super-properties
isArgumentOfop
is inverse of
hasCoreArgumentop

isFomaGrammarOfop back to ToC or Object Property ToC

IRI: https://w3id.org/todo/tododfa#isFomaGrammarOf

Establishes a relation between the FomaGrammar to use to perform Key Element Extraction and a Skill.

has characteristics: inverse functional

is inverse of
hasFomaGrammarop

isFrameHeadOfop back to ToC or Object Property ToC

IRI: https://w3id.org/todo/tododfa#isFrameHeadOf

https://w3id.org/todo/tododfa#

has characteristics: functional

is inverse of
hasFrameHeadop

isFrameOfop back to ToC or Object Property ToC

IRI: https://w3id.org/todo/tododfa#isFrameOf

https://w3id.org/todo/tododfa#
is inverse of
hasFrameop

isIntentOfop back to ToC or Object Property ToC

IRI: https://w3id.org/todo/tododfa#isIntentOf

is defined by
https://cristinacm.github.io/todo/TODODFA/ontology/ontology.owl
Establishes a relation between an Intent and its corresponding Skill.
is inverse of
hasIntentop

isOptionalArgumentOfop back to ToC or Object Property ToC

IRI: https://w3id.org/todo/tododfa#isOptionalArgumentOf

is defined by
https://cristinacm.github.io/todo/TODODFA/ontology/ontology.owl
Establishes a relation between an Optional Argument (i.e. the arguments that are not compulsory in order to perform the Action) and its corresponding Action.
has super-properties
isArgumentOfop
is inverse of
hasOptionalArgumentop

Data Properties

actionTagdp back to ToC or Data Property ToC

IRI: https://w3id.org/todo/tododfa#actionTag

is defined by
https://cristinacm.github.io/todo/TODODFA/ontology/ontology.owl
String that identifies the Action when invoked in a SystemRequest/Response (DomainONT).

argumentConnectordp back to ToC or Data Property ToC

IRI: https://w3id.org/todo/tododfa#argumentConnector

is defined by
https://cristinacm.github.io/todo/TODODFA/ontology/ontology.owl
String that defines the word that acts as a connector between the Argument and the rest of elements in a SystemRequest/Response.

argumentTagdp back to ToC or Data Property ToC

IRI: https://w3id.org/todo/tododfa#argumentTag

is defined by
https://cristinacm.github.io/todo/TODODFA/ontology/ontology.owl
String that identifies the Argument when invoked in a SystemRequest/Response (DomainONT)

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

General Axioms

All Disjoint Classes back to ToC

Actionc, Argumentc, ArgumentSetc, FomaGrammarc, Framec, FrameHeadc, Intentc, Skillc

Namespace Declarations back to ToC

default namespace
https://w3id.org/todo/tododfa#
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.