Class KnowledgeCardCreator
java.lang.Object
org.aksw.qa.commons.knowledgecard.KnowledgeCardCreator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate org.apache.jena.query.QueryExecutionexecuteQuery(String queryString)private List<ExplorerProperties>readCSVWithExplorerProperties(HashSet<String> properties)
-
Field Details
-
MAX_FIELD_SIZE
private static final int MAX_FIELD_SIZE- See Also:
- Constant Field Values
-
API_TIMEOUT
private static final int API_TIMEOUT- See Also:
- Constant Field Values
-
ENDPOINT
- See Also:
- Constant Field Values
-
PREFIXES
-
-
Constructor Details
-
KnowledgeCardCreator
public KnowledgeCardCreator()
-
-
Method Details
-
executeQuery
-
process
public String process(String uri) throws com.fasterxml.jackson.core.JsonGenerationException, IOException- Throws:
com.fasterxml.jackson.core.JsonGenerationExceptionIOException
-
getRelevantProperties
-
readCSVWithExplorerProperties
private List<ExplorerProperties> readCSVWithExplorerProperties(HashSet<String> properties) throws IOException- Throws:
IOException
-