infoBitResource.addProperty(DISCOBITS.mediaType, formFile
.getMimeType().toString());
infoBitResource.addProperty(DISCOBITS.bytes, editableModel
.createTypedLiteral(formFile.getContent()));
infoBitResource.addProperty(RDF.type, DISCOBITS.InfoBit);
store.perform(identity, new StoreTransaction() {
public void execute(SourceStoreView storeView) {
NamedNode locationNode = new NamedNodeImpl(locationString);
FCAGraph origGraph = storeView.getGraph().filter(
Collections.singleton((GroundedNode) locationNode));