|
|||||||||
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_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 |
---|
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 |