org.w3c.rdf.vocabulary.rdf_syntax_19990222
Class RDF

java.lang.Object
  |
  +--org.w3c.rdf.vocabulary.rdf_syntax_19990222.RDF

public class RDF
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 Alt
          A collection of alternatives
static Resource Bag
          An unordered collection
static Resource object
          Identifies the object of a statement when representing the statement in reified form
static Resource predicate
          Identifies the property used in a statement when representing the statement in reified form
static Resource Property
          A name of a property, defining specific meaning for the property
static Resource Seq
          An ordered collection
static Resource Statement
          A triple consisting of a predicate, a subject, and an object.
static Resource subject
          Identifies the resource that a statement is describing when representing the statement in reified form
static Resource type
          Identifies the Class of a resource
static Resource value
          Identifies the principal value (usually a string) of a property when the property value is a structured resource
 
Constructor Summary
RDF()
           
 
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

Statement

public static Resource Statement
A triple consisting of a predicate, a subject, and an object.

Alt

public static Resource Alt
A collection of alternatives

object

public static Resource object
Identifies the object of a statement when representing the statement in reified form

subject

public static Resource subject
Identifies the resource that a statement is describing when representing the statement in reified form

value

public static Resource value
Identifies the principal value (usually a string) of a property when the property value is a structured resource

predicate

public static Resource predicate
Identifies the property used in a statement when representing the statement in reified form

Property

public static Resource Property
A name of a property, defining specific meaning for the property

Seq

public static Resource Seq
An ordered collection

type

public static Resource type
Identifies the Class of a resource

Bag

public static Resource Bag
An unordered collection
Constructor Detail

RDF

public RDF()
Method Detail

setNodeFactory

public static void setNodeFactory(NodeFactory f)
                           throws ModelException