conceptCacheGraphNode.addProperty(CONCEPTS.cacheEntry,
conceptCacheEntryGraphNode.getNode());
conceptCacheEntryGraphNode.addProperty(RDF.type, CONCEPTS.SearchTerm);
conceptCacheEntryGraphNode.addProperty(CONCEPTS.searchTerm,
LiteralFactory.getInstance().createTypedLiteral(searchTerm));
conceptCacheEntryGraphNode.addProperty(DC.date,
LiteralFactory.getInstance().createTypedLiteral(new Date()));
Iterator<Triple> concepts = parsedGraph.filter(null, RDF.type, SKOS.Concept);
while (concepts.hasNext()) {
conceptCacheEntryGraphNode.addProperty(CONCEPTS.searchResult,