Class SPARQLExecutor

java.lang.Object
org.aksw.qa.commons.utils.SPARQLExecutor

@Deprecated public class SPARQLExecutor extends Object
Deprecated.
Please consider using SPARQL or ThreadedSPARQL
  • Constructor Details

    • SPARQLExecutor

      public SPARQLExecutor()
      Deprecated.
  • Method Details

    • isEndpointAlive

      @Deprecated public static boolean isEndpointAlive(String endpoint)
      Deprecated.
      An exact copy of this code is SPARQL.isEndpointAlive(String).
      Parameters:
      endpoint -
      Returns:
    • executeSelect

      @Deprecated public static Results executeSelect(String query, String endpoint)
      Deprecated.
      An exact copy of this code is SPARQL#executeSelect(String).
      Parameters:
      query -
      endpoint -
      Returns:
    • executeAsk

      @Deprecated public static Boolean executeAsk(String query, String endpoint)
      Deprecated.
      An exact copy of this code is SPARQL#executeAsk(String).
      Parameters:
      query -
      endpoint -
      Returns:
    • sparql

      @Deprecated public static Set<org.apache.jena.rdf.model.RDFNode> sparql(String service, String query)
      Deprecated.
      An exact copy of this code is SPARQL.sparql(String). Please consider using this, or even ThreadedSPARQL
      Parameters:
      service -
      query -
      Returns: