agent.core.onto
Class Ontology

java.lang.Object
  extended by agent.core.onto.Ontology

public class Ontology
extends java.lang.Object

Title: Agent Ontology
Description: Provides constants and utilities for manipulating OWL ontology needed for Agents

Version:
0.5
Author:
Michal Laclavik

Field Summary
static java.lang.String AGENT_OWNERSHIP
          Used for registering of agents into Directory Facilitator
static java.lang.String BASE
          BASE returns agent ontology uri
static java.lang.String OWL
          OWL holds OWL uri "http://www.w3.org/2002/07/owl#"
static java.lang.String OWL_FOOT
          OWL_FOOT is used to add RDF footer to Event messages comming through XML-RPC
static java.lang.String OWL_HEAD
          OWL_HEAD is used to add RDF, OWL and agent ontology headers to Event messages comming through XML-RPC
static java.lang.String RDF
          RDF holds RDF uri "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
static java.lang.String RDFS
          RDFS holds RDFS uri "http://www.w3.org/2000/01/rdf-schema#"
static java.lang.String SPARQL
          SPARQL is used in inter agent communication to specify using of SPARQL language
static java.lang.String SPARQL_PREFIX
          SPARQL_PREFIX is used in SPARQL queries where we can write <ont:something> or <rdf:something> instead of full agent ontology uri or RDF uri
 
Constructor Summary
Ontology()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RDF

public static java.lang.String RDF
RDF holds RDF uri "http://www.w3.org/1999/02/22-rdf-syntax-ns#"


RDFS

public static java.lang.String RDFS
RDFS holds RDFS uri "http://www.w3.org/2000/01/rdf-schema#"


OWL

public static java.lang.String OWL
OWL holds OWL uri "http://www.w3.org/2002/07/owl#"


SPARQL_PREFIX

public static java.lang.String SPARQL_PREFIX
SPARQL_PREFIX is used in SPARQL queries where we can write <ont:something> or <rdf:something> instead of full agent ontology uri or RDF uri


SPARQL

public static java.lang.String SPARQL
SPARQL is used in inter agent communication to specify using of SPARQL language


BASE

public static java.lang.String BASE
BASE returns agent ontology uri


AGENT_OWNERSHIP

public static java.lang.String AGENT_OWNERSHIP
Used for registering of agents into Directory Facilitator


OWL_HEAD

public static java.lang.String OWL_HEAD
OWL_HEAD is used to add RDF, OWL and agent ontology headers to Event messages comming through XML-RPC


OWL_FOOT

public static java.lang.String OWL_FOOT
OWL_FOOT is used to add RDF footer to Event messages comming through XML-RPC

Constructor Detail

Ontology

public Ontology()