protected void createMapping(String datatype) {
this.datatype = datatype;
Mapping mapping = generateMapping();
mapping.configuration().setServeVocabulary(false);
mapping.configuration().setUseAllOptimizations(true);
mapping.connect();
graph = getGraph(mapping);
inspector = mapping.databases().iterator().next().connectedDB().schemaInspector();
}
protected void assertMappedType(String rdfType) {