Class SparqlPatternRequest

java.lang.Object
org.aksw.qa.annotation.webservice.SparqlPatternRequest

@RestController @RequestMapping("/sparql") public class SparqlPatternRequest extends Object
  • Field Details

  • Constructor Details

    • SparqlPatternRequest

      public SparqlPatternRequest()
  • Method Details

    • getClass

      @RequestMapping(method=GET) public String getClass(@RequestParam("q") String q)
    • postClass

      @RequestMapping(method=POST) public String postClass(@RequestBody String input)