org.mulgara.mrg.vocab
Class RDF

java.lang.Object
  extended by org.mulgara.mrg.vocab.RDF

public class RDF
extends Object

The RDF vocabulary


Field Summary
static Uri ALT
          The class of containers of alternatives.
static Uri BAG
          The class of unordered containers.
static Uri BASE_URI
          The URI of the RDF name space.
static Uri FIRST
          The first item in the subject RDF list.
static Uri LI
          A property that appears in RDF/XML to be translated into Collection ordinals.
static Uri LIST
          The class of RDF Lists.
static Uri NIL
          The end of a list.
static Uri OBJECT
          The object of the subject RDF statement.
static Uri PREDICATE
          The predicate of the subject RDF statement.
static Uri PROPERTY
          The class of RDF properties.
static Uri REST
          The rest of the subject RDF list after the first item.
static Uri SEQ
          The class of ordered containers.
static Uri STATEMENT
          The class of RDF statements.
static Uri SUBJECT
          The subject of the subject RDF statement.
static Uri TYPE
          The subject is an instance of a class.
static Uri VALUE
          Idiomatic property used for structured values.
static Uri XML_LITERAL
          The class of XML literal values.
 
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

BASE_URI

public static final Uri BASE_URI
The URI of the RDF name space.


TYPE

public static final Uri TYPE
The subject is an instance of a class.


BAG

public static final Uri BAG
The class of unordered containers.


SEQ

public static final Uri SEQ
The class of ordered containers.


ALT

public static final Uri ALT
The class of containers of alternatives.


STATEMENT

public static final Uri STATEMENT
The class of RDF statements.


PROPERTY

public static final Uri PROPERTY
The class of RDF properties.


XML_LITERAL

public static final Uri XML_LITERAL
The class of XML literal values.


LIST

public static final Uri LIST
The class of RDF Lists.


LI

public static final Uri LI
A property that appears in RDF/XML to be translated into Collection ordinals.


SUBJECT

public static final Uri SUBJECT
The subject of the subject RDF statement.


PREDICATE

public static final Uri PREDICATE
The predicate of the subject RDF statement.


OBJECT

public static final Uri OBJECT
The object of the subject RDF statement.


VALUE

public static final Uri VALUE
Idiomatic property used for structured values.


FIRST

public static final Uri FIRST
The first item in the subject RDF list.


REST

public static final Uri REST
The rest of the subject RDF list after the first item.


NIL

public static final Uri NIL
The end of a list.

Constructor Detail

RDF

public RDF()


Copyright © 2011. All Rights Reserved.