com.ldodds.amazon
Class Amazon

java.lang.Object
  |
  +--com.ldodds.amazon.Amazon

public class Amazon
extends java.lang.Object

Vocabulary definitions for the Amazon properties returned by MB. This class is a hand-crafted equivalent of vocabulary definitions generated automatically by using the Jena schemagen tool.

Author:
ldodds

Field Summary
static Property Asin
           
static Resource NAMESPACE
          The namespace of the vocabalary as a resource
static java.lang.String NS
          The namespace of the vocabalary as a string ("http://www.amazon.com/gp/aws/landing.html#")
 
Constructor Summary
Amazon()
           
 
Method Summary
static java.lang.String getURI()
          The namespace of the vocabalary as a string
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NS

public static final java.lang.String NS

The namespace of the vocabalary as a string ("http://www.amazon.com/gp/aws/landing.html#")

See Also:
Constant Field Values

NAMESPACE

public static final Resource NAMESPACE

The namespace of the vocabalary as a resource


Asin

public static final Property Asin
Constructor Detail

Amazon

public Amazon()
Method Detail

getURI

public static java.lang.String getURI()

The namespace of the vocabalary as a string

See Also:
NS