]> Defines a simple ontology for configuring Nuin agents. Nuin agents can have a variety of knowledge sources and capabilities, which are defined dynamically by consulting a set of RDF statements. This ontology defines the permitted configuration elements and their intended meanings. CVS info: $Id: config.owl,v 1.11 2004/11/11 16:09:49 ian_dickinson Exp $ Nuin agent configuration ontology Ian Dickinson, mailto:ian.dickinson@hp.com $Date: 2004/11/11 16:09:49 $ Instances of this 'global' configuration class are processed before agent-specific configurations are processed Property that links resources having configuration descriptions to their configuration resource. Denotes the identity of a model in which configuration data for a service or other configurable component resides. Denotes the identity of a root resource to which configuration data for a service or other configurable component is attached. Together with conf:configModelID, provides a means to specify a configuration object for component as a value that can be shared. This class characterises a node that is the root of configuration statements about a given agent. This property maps from an agent configuration to a displayable label for the agent. This property maps from an agent configuration to a general comment or description of the agent. Used to represent the unique, immutable name for the agent. For agents that are persisted and restored, the name should persist with the agent's state. Otherwise, new agent names are assigned by the platform when new agents are created. The range of the property is the agent's UUID-based URN. Property that indicates that the agent should live on at the end of processing extant script actions (i.e. keeping alive, waiting for an incoming event or message) This class describes an instance of an agent control script that should be loaded for this agent. This property maps from an agent configuration to a script description. Property that maps from an agent script configuration node to a resource whose URL is the script to be loaded. Property that maps from an agent script configuration node to a node denoting the scripting language syntax used. This class describes an instance of a general agent capability The symbolic name of a capability component The symbolic type of a capability component This property maps from an agent configuration to a capability description. The property that denotes a service that an agent has in its initial configuration A class of descriptions that apply to agent services, including service type, name and other configuration parameters Denotes a service-type registration entry from the global config node A class that is used to add entries to the service type registry Denotes the service type that is to be registered. This is the primary service type, which is also used to detemine the service factory used to create the service instance and register it. Denotes the secondary service type, which allows additional service types to be registered for a given service instance in the registry. Denotes the Java class with a static factory() method that is the ServiceMaker for this service Denotes an ontology document manager policy to load into the global document manager Class that is used to create individuals that represent the name of a service. Denotes the individual that represents the name of the service Denotes an http port number, e.g. for an http interface to the agent platform. Denotes an http context path, which allows the gateway service to route incoming http requests to the right servlet.