Class ConjureContext
java.lang.Object
org.aksw.jena_sparql_api.conjure.fluent.ConjureContext
Context for fluent; contains the SPARQL statement parser for early validation
- Author:
- raven
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.apache.jena.rdf.model.ModelThe model into which to create the ops and other resources -
Constructor Summary
ConstructorsConstructorDescriptionConjureContext(org.apache.jena.rdf.model.Model model, Function<String, org.aksw.jenax.stmt.core.SparqlStmt> sparqlStmtParser) -
Method Summary
-
Field Details
-
model
protected org.apache.jena.rdf.model.Model modelThe model into which to create the ops and other resources -
sparqlStmtParser
-
-
Constructor Details
-
ConjureContext
public ConjureContext() -
ConjureContext
-
-
Method Details
-
getModel
public org.apache.jena.rdf.model.Model getModel() -
getSparqlStmtParser
-