gate.creole.ontology
Class OConstants.RDF

java.lang.Object
  extended by gate.creole.ontology.OConstants.RDF
Enclosing interface:
OConstants

public static class OConstants.RDF
extends Object

All predefined URIs from the RDF name space.


Field Summary
static String ALT
          http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt
static String BAG
          http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag
static String FIRST
          http://www.w3.org/1999/02/22-rdf-syntax-ns#first
static String LI
          http://www.w3.org/1999/02/22-rdf-syntax-ns#li
static String LIST
          http://www.w3.org/1999/02/22-rdf-syntax-ns#List
static String NAMESPACE
          http://www.w3.org/1999/02/22-rdf-syntax-ns#
static String NIL
          http://www.w3.org/1999/02/22-rdf-syntax-ns#nil
static String OBJECT
          http://www.w3.org/1999/02/22-rdf-syntax-ns#object
static String PREDICATE
          http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate
static String PROPERTY
          http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
static String REST
          http://www.w3.org/1999/02/22-rdf-syntax-ns#rest
static String SEQ
          http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq
static String STATEMENT
          http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement
static String SUBJECT
          http://www.w3.org/1999/02/22-rdf-syntax-ns#subject
static String TYPE
          http://www.w3.org/1999/02/22-rdf-syntax-ns#type
static String VALUE
          http://www.w3.org/1999/02/22-rdf-syntax-ns#value
static String XMLLITERAL
          http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral
 
Constructor Summary
OConstants.RDF()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAMESPACE

public static final String NAMESPACE
http://www.w3.org/1999/02/22-rdf-syntax-ns#

See Also:
Constant Field Values

TYPE

public static final String TYPE
http://www.w3.org/1999/02/22-rdf-syntax-ns#type

See Also:
Constant Field Values

PROPERTY

public static final String PROPERTY
http://www.w3.org/1999/02/22-rdf-syntax-ns#Property

See Also:
Constant Field Values

XMLLITERAL

public static final String XMLLITERAL
http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral

See Also:
Constant Field Values

SUBJECT

public static final String SUBJECT
http://www.w3.org/1999/02/22-rdf-syntax-ns#subject

See Also:
Constant Field Values

PREDICATE

public static final String PREDICATE
http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate

See Also:
Constant Field Values

OBJECT

public static final String OBJECT
http://www.w3.org/1999/02/22-rdf-syntax-ns#object

See Also:
Constant Field Values

STATEMENT

public static final String STATEMENT
http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement

See Also:
Constant Field Values

BAG

public static final String BAG
http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag

See Also:
Constant Field Values

ALT

public static final String ALT
http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt

See Also:
Constant Field Values

SEQ

public static final String SEQ
http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq

See Also:
Constant Field Values

VALUE

public static final String VALUE
http://www.w3.org/1999/02/22-rdf-syntax-ns#value

See Also:
Constant Field Values

LI

public static final String LI
http://www.w3.org/1999/02/22-rdf-syntax-ns#li

See Also:
Constant Field Values

LIST

public static final String LIST
http://www.w3.org/1999/02/22-rdf-syntax-ns#List

See Also:
Constant Field Values

FIRST

public static final String FIRST
http://www.w3.org/1999/02/22-rdf-syntax-ns#first

See Also:
Constant Field Values

REST

public static final String REST
http://www.w3.org/1999/02/22-rdf-syntax-ns#rest

See Also:
Constant Field Values

NIL

public static final String NIL
http://www.w3.org/1999/02/22-rdf-syntax-ns#nil

See Also:
Constant Field Values
Constructor Detail

OConstants.RDF

public OConstants.RDF()