org.topbraid.sparql.mapping
Class SPARQLMapping

java.lang.Object
  extended by org.topbraid.sparql.mapping.SPARQLMapping

public class SPARQLMapping
extends java.lang.Object


Constructor Summary
SPARQLMapping()
           
 
Method Summary
static void postProcessBNodes(com.hp.hpl.jena.rdf.model.Model model, java.lang.String namespace)
          Replaces all BNodes that have an rdfs:label with a URI node, derived from the label.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SPARQLMapping

public SPARQLMapping()
Method Detail

postProcessBNodes

public static void postProcessBNodes(com.hp.hpl.jena.rdf.model.Model model,
                                     java.lang.String namespace)
Replaces all BNodes that have an rdfs:label with a URI node, derived from the label.

Parameters:
model - the model (result of a CONSTRUCT)