org.openrdf.model.vocabulary
Class RSS

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

public final class RSS
extends Object

RSS vocabulary.

Author:
James Leigh

Field Summary
static URI CHANNEL
           
static URI DESCRIPTION
          http://purl.org/rss/1.0/description
static URI IMAGE
          http://purl.org/rss/1.0/image
static URI ITEM
          http://purl.org/rss/1.0/item
static URI ITEMS
          http://purl.org/rss/1.0/items
static URI LINK
          http://purl.org/rss/1.0/link
static String NAMESPACE
          http://purl.org/rss/1.0/channel
static URI TEXTINPUT
          http://purl.org/rss/1.0/textinput
static URI TITLE
          http://purl.org/rss/1.0/title
 
Constructor Summary
RSS()
           
 
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://purl.org/rss/1.0/channel

See Also:
Constant Field Values

CHANNEL

public static final URI CHANNEL

TITLE

public static final URI TITLE
http://purl.org/rss/1.0/title


DESCRIPTION

public static final URI DESCRIPTION
http://purl.org/rss/1.0/description


LINK

public static final URI LINK
http://purl.org/rss/1.0/link


IMAGE

public static final URI IMAGE
http://purl.org/rss/1.0/image


ITEM

public static final URI ITEM
http://purl.org/rss/1.0/item


ITEMS

public static final URI ITEMS
http://purl.org/rss/1.0/items


TEXTINPUT

public static final URI TEXTINPUT
http://purl.org/rss/1.0/textinput

Constructor Detail

RSS

public RSS()


Copyright © 2004-2008 Aduna. All Rights Reserved.