org.openrdf.model.vocabulary
Class RDF

java.lang.Object
  extended by org.openrdf.model.vocabulary.RDF

public class RDF
extends Object

Constants for RDF primitives and for the RDF namespace.


Field Summary
static URI ALT
          http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt
static URI BAG
          http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag
static URI FIRST
          http://www.w3.org/1999/02/22-rdf-syntax-ns#first
static URI LI
          http://www.w3.org/1999/02/22-rdf-syntax-ns#li
static URI LIST
          http://www.w3.org/1999/02/22-rdf-syntax-ns#List
static String NAMESPACE
          http://www.w3.org/1999/02/22-rdf-syntax-ns#
static URI NIL
          http://www.w3.org/1999/02/22-rdf-syntax-ns#nil
static URI OBJECT
          http://www.w3.org/1999/02/22-rdf-syntax-ns#object
static URI PREDICATE
          http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate
static URI PROPERTY
          http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
static URI REST
          http://www.w3.org/1999/02/22-rdf-syntax-ns#rest
static URI SEQ
          http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq
static URI STATEMENT
          http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement
static URI SUBJECT
          http://www.w3.org/1999/02/22-rdf-syntax-ns#subject
static URI TYPE
          http://www.w3.org/1999/02/22-rdf-syntax-ns#type
static URI VALUE
          http://www.w3.org/1999/02/22-rdf-syntax-ns#value
static URI XMLLITERAL
          http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral
 
Constructor Summary
RDF()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAMESPACE

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

See Also:
Constant Field Values

TYPE

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


PROPERTY

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


XMLLITERAL

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


SUBJECT

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


PREDICATE

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


OBJECT

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


STATEMENT

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


BAG

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


ALT

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


SEQ

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


VALUE

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


LI

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


LIST

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


FIRST

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


REST

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


NIL

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

Constructor Detail

RDF

public RDF()


Copyright © 2001-2008 Aduna. All Rights Reserved.