photospace.meta.rdf
Class RdfTools

java.lang.Object
  extended byphotospace.meta.rdf.RdfTools
All Implemented Interfaces:
java.io.Serializable

public class RdfTools
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static java.lang.String RDF_END
           
static java.lang.String RDF_START
           
 
Constructor Summary
RdfTools()
           
 
Method Summary
static java.lang.String getRdfString(java.lang.String str)
           
static java.lang.String toString(com.hp.hpl.jena.rdf.model.Model model)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RDF_START

public static final java.lang.String RDF_START
See Also:
Constant Field Values

RDF_END

public static final java.lang.String RDF_END
See Also:
Constant Field Values
Constructor Detail

RdfTools

public RdfTools()
Method Detail

getRdfString

public static java.lang.String getRdfString(java.lang.String str)

toString

public static java.lang.String toString(com.hp.hpl.jena.rdf.model.Model model)