org.w3c.rdf.vocabulary.rdf_schema_19990303
Class RDFS

java.lang.Object
  |
  +--org.w3c.rdf.vocabulary.rdf_schema_19990303.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
          The concept of Class
static Resource comment
          Use this for descriptions
static Resource ConstraintProperty
          Properties used to express RDF Schema constraints.
static Resource ConstraintResource
          Resources used to express RDF Schema constraints.
static Resource Container
          This represents the set Containers.
static Resource ContainerMembershipProperty
          This is the class that the properties _1,_2, ...
static Resource domain
          This is how we associate a class with properties that its instances can have
static Resource isDefinedBy
          Indicates a resource containing and defining the subject resource.
static Resource label
          Provides a human-readable version of a resource name
static Resource Literal
          This represents the set of atomic values, eg.
static Resource Property
          The concept of a property.
static Resource range
          Properties that can be used in a schema to provide constraints
static Resource Resource
          The most general class
static Resource seeAlso
          Indicates a resource that provides information about the subject resource
static Resource subClassOf
          Indicates membership of a class
static Resource subPropertyOf
          Indicates specialization of properties
 
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

Container

public static Resource Container
This represents the set Containers.

ConstraintResource

public static Resource ConstraintResource
Resources used to express RDF Schema constraints.

Literal

public static Resource Literal
This represents the set of atomic values, eg. textual strings.

domain

public static Resource domain
This is how we associate a class with properties that its instances can have

range

public static Resource range
Properties that can be used in a schema to provide constraints

seeAlso

public static Resource seeAlso
Indicates a resource that provides information about the subject resource

Property

public static Resource Property
The concept of a property.

isDefinedBy

public static Resource isDefinedBy
Indicates a resource containing and defining the subject resource.

label

public static Resource label
Provides a human-readable version of a resource name

subPropertyOf

public static Resource subPropertyOf
Indicates specialization of properties

ContainerMembershipProperty

public static Resource ContainerMembershipProperty
This is the class that the properties _1,_2, ... that are used to represent lists and are an instance of

subClassOf

public static Resource subClassOf
Indicates membership of a class

comment

public static Resource comment
Use this for descriptions

ConstraintProperty

public static Resource ConstraintProperty
Properties used to express RDF Schema constraints.

Class

public static Resource Class
The concept of Class

Resource

public static Resource Resource
The most general class
Constructor Detail

RDFS

public RDFS()
Method Detail

setNodeFactory

public static void setNodeFactory(NodeFactory f)
                           throws ModelException