<?xml version="1.0"?>

<!DOCTYPE owl [
  <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
  <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
  <!ENTITY owl "http://www.w3.org/2002/07/owl#">
  <!ENTITY cc "http://web.resource.org/cc/#">
  <!ENTITY project "http://ebiquity.umbc.edu/ontology/project.owl#">
  <!ENTITY person "http://ebiquity.umbc.edu/ontology/person.owl#">
  <!ENTITY pub "http://ebiquity.umbc.edu/ontology/publication.owl#">
  <!ENTITY assert "http://ebiquity.umbc.edu/ontology/assertion.owl#">]>

<!--
  This ontology document is licensed under the Creative Commons
  Attribution License. To view a copy of this license, visit
  http://creativecommons.org/licenses/by/2.0/ or send a letter to
  Creative Commons, 559 Nathan Abbott Way, Stanford, California
  94305, USA.
-->

<rdf:RDF 
  xmlns:rdf = "&rdf;"
  xmlns:rdfs = "&rdfs;"
  xmlns:xsd = "&xsd;"
  xmlns:owl = "&owl;"
  xmlns:cc = "&cc;"
  xmlns:project = "&project;"
  xmlns:person = "&person;"
  xmlns:pub = "&pub;"
  xmlns:assert = "&assert;">
  <pub:PhdThesis rdf:about="http://ebiquity.umbc.edu/paper/html/id/200/Semantics-for-an-Agent-Communication-Language">
    <rdfs:label><![CDATA[Semantics for an Agent Communication Language]]></rdfs:label>
    <pub:title><![CDATA[Semantics for an Agent Communication Language]]></pub:title>
    <pub:publishedOn rdf:datatype="&xsd;dateTime">1996-08-01T00:00:00-05:00</pub:publishedOn>
    <pub:abstract><![CDATA[We address the issue of semantics for an agent communication language. In particular, the specification and semantics of Knowledge Query Manipulation Language (KQML), and the logical architecture of KQML--speaking agents are investigated. KQML is a language and protocol to support communication between (intelligent) software agents. First, we present a new specification for the KQML language that corrects a number of outstanding problems. Then, based on ideas from speech act theory, we propose a semantic description for KQML that associates ``cognitive'' states of the agent with the use of the language's primitives (performatives). We use this approach to describe the semantics for the whole set of reserved KQML performatives. Building on the semantics, we devise the conversation policies, i.e., a formal description of how KQML performatives may be combined into KQML exchanges (conversations), using a Definite Clause Grammar. Finally, we present the code for a Prolog program that shows how the conversation policies can be incorporated in a software agent that speaks KQML.
<p>
The research presented here finalizes the specification of KQML and provides semantics for the language. The accompanying code shows how this research can be used to build KQML agents that make use of all of the powerful features of KQML. Thus, we offer the research community a completely defined communication language that can be used for knowledge exchange between software agents. Also, our research offers methods for: (1) a speech act theory--based semantic description of a language of communication acts, and (2) the specification of the protocols associated with these acts. Languages of communication acts address the issue of communication between software applications at a level of abstraction that could prove particularly useful to the emerging software agents paradigm of software design and developement. ]]></pub:abstract>
    <pub:googleKey>sL0YFX0a04QJ</pub:googleKey>
    <pub:googleCitations>198</pub:googleCitations>
    <pub:tag><![CDATA[agent]]></pub:tag>
    <pub:tag><![CDATA[agent communication]]></pub:tag>
    <pub:tag><![CDATA[kqml]]></pub:tag>
    <pub:tag><![CDATA[multiagent system]]></pub:tag>
    <pub:school><![CDATA[UMBC]]></pub:school>
    <pub:author>
       <rdf:List>
         <rdf:first><person:Alumnus rdf:about="http://ebiquity.umbc.edu/person/html/Yannis/K/Labrou/"><person:name><![CDATA[Yannis K Labrou]]></person:name><rdfs:label><![CDATA[Yannis K Labrou]]></rdfs:label></person:Alumnus></rdf:first>
         <rdf:rest rdf:resource="&rdf;nil" />
       </rdf:List>
    </pub:author>
    <pub:firstAuthor><person:Alumnus rdf:about="http://ebiquity.umbc.edu/person/html/Yannis/K/Labrou/"><person:name><![CDATA[Yannis K Labrou]]></person:name><rdfs:label><![CDATA[Yannis K Labrou]]></rdfs:label></person:Alumnus></pub:firstAuthor>
  </pub:PhdThesis>

  <rdf:Description rdf:about="">
    <cc:License rdf:resource="http://creativecommons.org/licenses/by/2.0/" />
  </rdf:Description>

</rdf:RDF>
