org.ontoware.rdf2go.vocabulary
Class RDF

java.lang.Object
  extended by org.ontoware.rdf2go.vocabulary.RDF

public class RDF
extends java.lang.Object

The RDF vocabulary as URIs

Author:
mvo

Field Summary
static URI Alt
           
static URI Bag
          http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag
static URI first
           
static URI List
           
static URI nil
           
static URI object
           
static URI predicate
           
static URI Property
           
static java.lang.String RDF_NS
          The RDF Namespace
static URI rest
           
static URI Seq
           
static URI Statement
           
static URI subject
           
static URI type
           
static URI value
           
static URI XMLLiteral
           
 
Constructor Summary
RDF()
           
 
Method Summary
static URI li(int i)
           
protected static URI toURI(java.lang.String local)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RDF_NS

public static final java.lang.String RDF_NS
The RDF Namespace

See Also:
Constant Field Values

Alt

public static final URI Alt

Bag

public static final URI Bag
http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag


Property

public static final URI Property

Seq

public static final URI Seq

Statement

public static final URI Statement

List

public static final URI List

nil

public static final URI nil

first

public static final URI first

rest

public static final URI rest

subject

public static final URI subject

predicate

public static final URI predicate

object

public static final URI object

type

public static final URI type

value

public static final URI value

XMLLiteral

public static final URI XMLLiteral
Constructor Detail

RDF

public RDF()
Method Detail

toURI

protected static final URI toURI(java.lang.String local)

li

public static URI li(int i)


Copyright © 2005-2008 FZI - Forschungszentrum Informatik | Karlsruhe | Germany. All Rights Reserved.