| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectagent.core.onto.Ontology
public class Ontology
Title: Agent Ontology
 Description: Provides constants and utilities for manipulating OWL ontology needed for Agents
| Field Summary | |
|---|---|
| static java.lang.String | AGENT_OWNERSHIPUsed for registering of agents into Directory Facilitator | 
| static java.lang.String | BASEBASE returns agent ontology uri | 
| static java.lang.String | OWLOWL holds OWL uri "http://www.w3.org/2002/07/owl#" | 
| static java.lang.String | OWL_FOOTOWL_FOOT is used to add RDF footer to Event messages comming through XML-RPC | 
| static java.lang.String | OWL_HEADOWL_HEAD is used to add RDF, OWL and agent ontology headers to Event messages comming through XML-RPC | 
| static java.lang.String | RDFRDF holds RDF uri "http://www.w3.org/1999/02/22-rdf-syntax-ns#" | 
| static java.lang.String | RDFSRDFS holds RDFS uri "http://www.w3.org/2000/01/rdf-schema#" | 
| static java.lang.String | SPARQLSPARQL is used in inter agent communication to specify using of SPARQL language | 
| static java.lang.String | SPARQL_PREFIXSPARQL_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 | 
|---|
public static java.lang.String RDF
public static java.lang.String RDFS
public static java.lang.String OWL
public static java.lang.String SPARQL_PREFIX
public static java.lang.String SPARQL
public static java.lang.String BASE
public static java.lang.String AGENT_OWNERSHIP
public static java.lang.String OWL_HEAD
public static java.lang.String OWL_FOOT
| Constructor Detail | 
|---|
public Ontology()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||