com.hp.hpl.mesa.rdf.jena.vocabulary
Class RDF

java.lang.Object
  |
  +--com.hp.hpl.mesa.rdf.jena.vocabulary.RDF

public class RDF
extends java.lang.Object

Version:
Release='$Name: $' Revision='$Revision: 1.2 $' Date='$Date: 2001/07/04 17:54:07 $'
Author:
bwm

Field Summary
static Resource Alt
           
static Resource Bag
           
static Property object
           
static Property predicate
           
static Resource Property
           
static Resource Seq
           
static Resource Statement
           
static Property subject
           
static Property type
           
static Property value
           
 
Constructor Summary
RDF()
           
 
Method Summary
static java.lang.String getURI()
          returns the URI for this schema
static Property li(int i)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Alt

public static Resource Alt

Bag

public static Resource Bag

Property

public static Resource Property

Seq

public static Resource Seq

Statement

public static Resource Statement

subject

public static Property subject

predicate

public static Property predicate

object

public static Property object

type

public static Property type

value

public static Property value
Constructor Detail

RDF

public RDF()
Method Detail

getURI

public static java.lang.String getURI()
returns the URI for this schema
Returns:
the URI for this schema

li

public static Property li(int i)
                   throws RDFException


Copyright © 2001 Hewlett-Packard. All Rights Reserved.