@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://w3id.org/todo/tododfa#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://www.w3.org/2003/06/sw-vocab-status/ns#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . ns0:actionTag a owl:DatatypeProperty ; rdfs:comment "String that identifies the Action when invoked in a SystemRequest/Response (DomainONT)." ; rdfs:isDefinedBy "https://w3id.org/todo/tododfa" ; rdfs:label "actionTag" ; ns1:term_status "stable" ; skos:example """System request: \"Do you need me to {argumentTag}?\" Action: take_guideRobot actionTag: \"take you somewhere\" Resulting SysRequest: \"Do you need me to {take you somewhere}?\""""@en, """System request: \"Necesitas que {argumentTag}?\" Action: take_guideRobot actionTag: \"te lleve a algĂșn lugar\" Resulting SysRequest: \"Necesitas que {te lleve}?\""""@es .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/todo/tododfa#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

ns0:actionTag
    a owl:DatatypeProperty ;
    rdfs:comment "String that identifies the Action when invoked in a SystemRequest/Response (DomainONT)." ;
    rdfs:isDefinedBy "https://w3id.org/todo/tododfa" ;
    rdfs:label "actionTag" ;
    ns1:term_status "stable" ;
    skos:example """System request: \"Do you need me to {argumentTag}?\"

Action: take_guideRobot
actionTag: \"take you somewhere\"

Resulting SysRequest: \"Do you need me to {take you somewhere}?\""""@en, """System request: \"Necesitas que {argumentTag}?\"

Action: take_guideRobot
actionTag: \"te lleve a algĂșn lugar\"

Resulting SysRequest: \"Necesitas que {te lleve}?\""""@es .