uk.ac.soton.ecs.grimoires.server.impl
Class RDF

java.lang.Object
  extended byuk.ac.soton.ecs.grimoires.server.impl.RDF

public final class RDF
extends Object

A class containing the names of relationships and concepts serialised in the RDF triple store.


Field Summary
static String rdfNS
           
static com.hp.hpl.jena.rdf.model.Resource rdfProperty
           
static com.hp.hpl.jena.rdf.model.Property rdfType
           
static com.hp.hpl.jena.rdf.model.Property rdfValue
           
 
Constructor Summary
RDF()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rdfNS

public static final String rdfNS
See Also:
Constant Field Values

rdfType

public static final com.hp.hpl.jena.rdf.model.Property rdfType

rdfValue

public static final com.hp.hpl.jena.rdf.model.Property rdfValue

rdfProperty

public static final com.hp.hpl.jena.rdf.model.Resource rdfProperty
Constructor Detail

RDF

public RDF()