Package org.aksw.limes.core.io.query
Class NoPrefixSparqlQueryModule
- java.lang.Object
-
- org.aksw.limes.core.io.query.NoPrefixSparqlQueryModule
-
- All Implemented Interfaces:
IQueryModule
public class NoPrefixSparqlQueryModule extends Object implements IQueryModule
- Version:
- Nov 23, 2015
- Author:
- Axel-C. Ngonga Ngomo (ngonga@informatik.uni-leipzig.de), Mohamed Sherif (sherif@informatik.uni-leipzig.de)
-
-
Constructor Summary
Constructors Constructor Description NoPrefixSparqlQueryModule(KBInfo kbinfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfillCache(ACache cache)Reads from a SPARQL endpoint and writes the results in a cache
-
-
-
Constructor Detail
-
NoPrefixSparqlQueryModule
public NoPrefixSparqlQueryModule(KBInfo kbinfo)
-
-
Method Detail
-
fillCache
public void fillCache(ACache cache)
Reads from a SPARQL endpoint and writes the results in a cache- Specified by:
fillCachein interfaceIQueryModule- Parameters:
cache- The cache in which the content on the SPARQL endpoint is to be written
-
-