org.openrdf.model.vocabulary
Class RDFS

java.lang.Object
  extended by org.openrdf.model.vocabulary.RDFS

public class RDFS
extends Object

Constants for RDF Schema primitives and for the RDF Schema namespace.


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


LITERAL

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


CLASS

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


SUBCLASSOF

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


SUBPROPERTYOF

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


DOMAIN

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


RANGE

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


COMMENT

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


LABEL

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


DATATYPE

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


CONTAINER

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


MEMBER

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


ISDEFINEDBY

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


SEEALSO

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


CONTAINERMEMBERSHIPPROPERTY

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

Constructor Detail

RDFS

public RDFS()


Copyright © 2001-2008 Aduna. All Rights Reserved.