Package | Description |
---|---|
com.hp.hpl.jena.query |
ARQ - A query engine for Jena, implementing SPARQL.
|
com.hp.hpl.jena.sparql.resultset |
Modifier and Type | Method and Description |
---|---|
static SPARQLResult |
ResultSetFactory.result(String filenameOrURI)
Read in any kind of result kind (result set, boolean, graph) Guess the
syntax based on filename/URL extension.
|
static SPARQLResult |
ResultSetFactory.result(String filenameOrURI,
ResultsFormat format)
Read in any kind of result kind (result set, boolean, graph)
|
Modifier and Type | Class and Description |
---|---|
class |
JSONInput |
Modifier and Type | Method and Description |
---|---|
static SPARQLResult |
JSONInput.make(InputStream input) |
static SPARQLResult |
XMLInput.make(InputStream in) |
static SPARQLResult |
JSONInput.make(InputStream input,
Model model) |
static SPARQLResult |
XMLInput.make(InputStream in,
Model model) |
static SPARQLResult |
XMLInput.make(String str) |
static SPARQLResult |
XMLInput.make(String str,
Model model) |
Licenced under the Apache License, Version 2.0