gate.creole.ontology
Class OConstants.RDFS

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

public static class OConstants.RDFS
extends Object

All predefined URIs from the RDFS name space.


Field Summary
static String CLASS
          http://www.w3.org/2000/01/rdf-schema#Class
static String COMMENT
          http://www.w3.org/2000/01/rdf-schema#comment
static String CONTAINER
          http://www.w3.org/2000/01/rdf-schema#Container
static String CONTAINERMEMBERSHIPPROPERTY
          http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty
static String DATATYPE
          http://www.w3.org/2000/01/rdf-schema#Datatype
static String DOMAIN
          http://www.w3.org/2000/01/rdf-schema#domain
static String ISDEFINEDBY
          http://www.w3.org/2000/01/rdf-schema#isDefinedBy
static String LABEL
          http://www.w3.org/2000/01/rdf-schema#label
static String LITERAL
          http://www.w3.org/2000/01/rdf-schema#Literal
static String MEMBER
          http://www.w3.org/2000/01/rdf-schema#member
static String NAMESPACE
          http://www.w3.org/2000/01/rdf-schema#
static String RANGE
          http://www.w3.org/2000/01/rdf-schema#range
static String RESOURCE
          http://www.w3.org/2000/01/rdf-schema#Resource
static String SEEALSO
          http://www.w3.org/2000/01/rdf-schema#seeAlso
static String SUBCLASSOF
          http://www.w3.org/2000/01/rdf-schema#subClassOf
static String SUBPROPERTYOF
          http://www.w3.org/2000/01/rdf-schema#subPropertyOf
 
Constructor Summary
OConstants.RDFS()
           
 
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/2000/01/rdf-schema#

See Also:
Constant Field Values

RESOURCE

public static final String RESOURCE
http://www.w3.org/2000/01/rdf-schema#Resource

See Also:
Constant Field Values

LITERAL

public static final String LITERAL
http://www.w3.org/2000/01/rdf-schema#Literal

See Also:
Constant Field Values

CLASS

public static final String CLASS
http://www.w3.org/2000/01/rdf-schema#Class

See Also:
Constant Field Values

SUBCLASSOF

public static final String SUBCLASSOF
http://www.w3.org/2000/01/rdf-schema#subClassOf

See Also:
Constant Field Values

SUBPROPERTYOF

public static final String SUBPROPERTYOF
http://www.w3.org/2000/01/rdf-schema#subPropertyOf

See Also:
Constant Field Values

DOMAIN

public static final String DOMAIN
http://www.w3.org/2000/01/rdf-schema#domain

See Also:
Constant Field Values

RANGE

public static final String RANGE
http://www.w3.org/2000/01/rdf-schema#range

See Also:
Constant Field Values

COMMENT

public static final String COMMENT
http://www.w3.org/2000/01/rdf-schema#comment

See Also:
Constant Field Values

LABEL

public static final String LABEL
http://www.w3.org/2000/01/rdf-schema#label

See Also:
Constant Field Values

DATATYPE

public static final String DATATYPE
http://www.w3.org/2000/01/rdf-schema#Datatype

See Also:
Constant Field Values

CONTAINER

public static final String CONTAINER
http://www.w3.org/2000/01/rdf-schema#Container

See Also:
Constant Field Values

MEMBER

public static final String MEMBER
http://www.w3.org/2000/01/rdf-schema#member

See Also:
Constant Field Values

ISDEFINEDBY

public static final String ISDEFINEDBY
http://www.w3.org/2000/01/rdf-schema#isDefinedBy

See Also:
Constant Field Values

SEEALSO

public static final String SEEALSO
http://www.w3.org/2000/01/rdf-schema#seeAlso

See Also:
Constant Field Values

CONTAINERMEMBERSHIPPROPERTY

public static final String CONTAINERMEMBERSHIPPROPERTY
http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty

See Also:
Constant Field Values
Constructor Detail

OConstants.RDFS

public OConstants.RDFS()