onto
Class Ontology

java.lang.Object
  extended by onto.Ontology

public class Ontology
extends java.lang.Object

Title: Ontology Description: Provides constants and utilities for manipulating OWL ontology needed for any components

Version:
0.3
Author:
Michal Laclavik

Field Summary
static java.lang.String OWL
          OWL holds OWL uri "http://www.w3.org/2002/07/owl#"
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 RDQL
          RDQL is used in inter communication to specify using of RDQL language
 
Constructor Summary
Ontology()
           
 
Method Summary
static java.lang.String createID(java.lang.String name)
          create valid asci string good for onto IDs where all special characters are replaced by _
static java.lang.String createUniqueID(java.lang.String name)
          create unique valid asci string good for onto IDs where all special characters are replaced by _
 
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#"


RDQL

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

Constructor Detail

Ontology

public Ontology()
Method Detail

createID

public static java.lang.String createID(java.lang.String name)
create valid asci string good for onto IDs where all special characters are replaced by _

Parameters:
name - input string

createUniqueID

public static java.lang.String createUniqueID(java.lang.String name)
create unique valid asci string good for onto IDs where all special characters are replaced by _

Parameters:
name - input string