org.w3c.rdf.vocabulary.rdf_schema_200001
Class RDFS

java.lang.Object
  |
  +--org.w3c.rdf.vocabulary.rdf_schema_200001.RDFS

public class RDFS
extends java.lang.Object

This class provides convenient access to schema information. DO NOT MODIFY THIS FILE. It was generated automatically by edu.stanford.db.rdf.vocabulary.Generator


Field Summary
static java.lang.String _Namespace
          Namespace URI of this schema
static Resource Class
           
static Resource comment
           
static Resource ConstraintProperty
           
static Resource ConstraintResource
           
static Resource Container
           
static Resource ContainerMembershipProperty
           
static Resource domain
           
static Resource isDefinedBy
           
static Resource label
           
static Resource Literal
           
static Resource range
           
static Resource Resource
           
static Resource seeAlso
           
static Resource subClassOf
           
static Resource subPropertyOf
           
 
Constructor Summary
RDFS()
           
 
Method Summary
static void setNodeFactory(NodeFactory f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_Namespace

public static final java.lang.String _Namespace
Namespace URI of this schema

subPropertyOf

public static Resource subPropertyOf

label

public static Resource label

ConstraintResource

public static Resource ConstraintResource

Container

public static Resource Container

seeAlso

public static Resource seeAlso

range

public static Resource range

Resource

public static Resource Resource

domain

public static Resource domain

comment

public static Resource comment

Literal

public static Resource Literal

ContainerMembershipProperty

public static Resource ContainerMembershipProperty

Class

public static Resource Class

subClassOf

public static Resource subClassOf

ConstraintProperty

public static Resource ConstraintProperty

isDefinedBy

public static Resource isDefinedBy
Constructor Detail

RDFS

public RDFS()
Method Detail

setNodeFactory

public static void setNodeFactory(NodeFactory f)
                           throws ModelException