fedora.common.rdf
Class RDFXSDNamespace

java.lang.Object
  extended by fedora.common.rdf.RDFNamespace
      extended by fedora.common.rdf.RDFXSDNamespace
All Implemented Interfaces:
java.io.Serializable

public class RDFXSDNamespace
extends RDFNamespace

The XSD RDF namespace.

 Namespace URI    : http://www.w3.org/2001/XMLSchema#
 Preferred Prefix : xsd
 

NOTE: This is subtly different from the XML XSD namespace, in that its URI ends with a #. See http://www.w3.org/2001/tag/group/track/issues/6 for more information on why this is necessary.

Author:
cwilper@cs.cornell.edu
See Also:
Serialized Form

Field Summary
 RDFName DATE_TIME
           
 RDFName DOUBLE
           
 RDFName FLOAT
           
 RDFName INT
           
 RDFName LONG
           
 RDFName STRING
           
 
Fields inherited from class fedora.common.rdf.RDFNamespace
prefix, uri
 
Constructor Summary
RDFXSDNamespace()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DATE_TIME

public final RDFName DATE_TIME

INT

public final RDFName INT

LONG

public final RDFName LONG

FLOAT

public final RDFName FLOAT

DOUBLE

public final RDFName DOUBLE

STRING

public final RDFName STRING
Constructor Detail

RDFXSDNamespace

public RDFXSDNamespace()