@prefix :      <https://w3id.org/todo/tododial> .
@prefix ns:    <http://creativecommons.org/ns#> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix pmofn: <http://premon.fbk.eu/ontology/fn#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix skos:  <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix terms: <http://purl.org/dc/terms/> .
@prefix ontolex: <http://www.w3.org/ns/lemon/ontolex#> .
@prefix vann:  <http://purl.org/vocab/vann/> .
@prefix vs:    <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix prov:  <http://www.w3.org/ns/prov#> .

terms:description  a  owl:AnnotationProperty .

terms:creator  a  owl:AnnotationProperty .

<https://w3id.org/todo/tododial#hasDialogueProcessStep>
        a                 owl:ObjectProperty ;
        rdfs:comment      "Establishes the DialogueProcessStep corresponding to a DialogueTrace." ;
        rdfs:isDefinedBy  "https://w3id.org/todo/tododial#" ;
        rdfs:label        "hasDialogueProcessStep" ;
        vs:term_status    "stable" .

terms:modified  a  owl:AnnotationProperty .

terms:contributor  a  owl:AnnotationProperty .

xsd:time  a     rdfs:Datatype .

ns:license  a   owl:AnnotationProperty .

skos:example  a  owl:AnnotationProperty .

terms:issued  a  owl:AnnotationProperty .

<https://w3id.org/todo/tododial#isTraceOf>
        a                 owl:ObjectProperty ;
        rdfs:comment      "Establishes the relationship between a Trace and the element it refers to." ;
        rdfs:isDefinedBy  "https://w3id.org/todo/tododial#" ;
        rdfs:label        "isTraceOf" ;
        vs:term_status    "stable" .

terms:created  a  owl:AnnotationProperty .

vs:term_status  a  owl:AnnotationProperty .

owl:versionIRI  a  owl:AnnotationProperty .

<https://w3id.org/todo/tododial#hasTrace>
        a                 owl:ObjectProperty ;
        rdfs:comment      "Establishes the relationship between an element and its Trace." ;
        rdfs:isDefinedBy  "https://w3id.org/todo/tododial#" ;
        rdfs:label        "hasTrace" ;
        owl:inverseOf     <https://w3id.org/todo/tododial#isTraceOf> ;
        vs:term_status    "stable" .

terms:title  a  owl:AnnotationProperty .

:       a                              owl:Ontology ;
        ns:license                     "http://purl.org/NET/rdflicense/cc-by4.0" ;
        terms:contributor              "Izaskun Fernández (Tekniker) <mailto:izaskun.fernandez@tekniker.es>"^^xsd:string ;
        terms:created                  "2020-04-21T00:00:00" ;
        terms:creator                  "Cristina Aceta (Tekniker) <mailto:cristina.aceta@tekniker.es>"^^xsd:string ;
        terms:description              "Module for dialogue process and system output management."^^xsd:string ;
        terms:issued                   "" ;
        terms:modified                 "2021-09-23T10:00:00" ;
        terms:title                    "TODODial: Dialogue Module for Task-Oriented Dialogue management Ontology (TODO)"^^xsd:string ;
        vann:preferredNamespacePrefix  "tododial"^^xsd:string ;
        vann:preferredNamespaceUri     "https://w3id.org/todo/tododial" ;
        owl:imports                    <https://w3id.org/todo/tododm> , <https://w3id.org/todo/tododt> ;
        owl:priorVersion               "" ;
        owl:versionInfo                2.1 .

terms:bibliographicCitation
        a       owl:AnnotationProperty .

vann:preferredNamespaceUri
        a       owl:AnnotationProperty .

vann:preferredNamespacePrefix
        a       owl:AnnotationProperty .
