Uses of Class
tech.oxfordsemantic.jrdfox.Prefixes
-
Uses of Prefixes in tech.oxfordsemantic.jrdfox
Fields in tech.oxfordsemantic.jrdfox declared as Prefixes Modifier and Type Field Description static Prefixes
Prefixes. s_defaultPrefixes
static Prefixes
Prefixes. s_emptyPrefixes
Constructors in tech.oxfordsemantic.jrdfox with parameters of type Prefixes Constructor Description Prefixes(Prefixes prefixes)
-
Uses of Prefixes in tech.oxfordsemantic.jrdfox.client
Methods in tech.oxfordsemantic.jrdfox.client that return Prefixes Modifier and Type Method Description Prefixes
DataStoreConnection. getPrefixes()
Returns the prefixes of the data store.Prefixes
ImportResult. getPrefixes()
Returns the set of prefixes at the end of the import process.Methods in tech.oxfordsemantic.jrdfox.client with parameters of type Prefixes Modifier and Type Method Description void
QueryAnswerMonitor. queryAnswersStarted(Prefixes prefixes, java.lang.String[] answerVariableNames)
Called at the start of query answering.boolean
DataStoreConnection. setPrefixes(Prefixes prefixes)
Replaces all mappings of the prefix names to IRIs maintained by the data store to the collection given in the argument.java.lang.String
ResourceValue. toString(Prefixes prefixes)
static void
ResourceValue. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, java.lang.String lexicalForm, Datatype datatype)
Constructors in tech.oxfordsemantic.jrdfox.client with parameters of type Prefixes Constructor Description ImportResult(boolean importAborted, long numberOfErrors, long numberOfWarnings, long numberOfProcessedFacts, long numberOfChangedFacts, long numberOfProcessedRules, long numberOfChangedRules, long numberOfProcessedAxioms, long numberOfChangedAxioms, Prefixes prefixes)
-
Uses of Prefixes in tech.oxfordsemantic.jrdfox.formats
Constructors in tech.oxfordsemantic.jrdfox.formats with parameters of type Prefixes Constructor Description DatalogParser(Resource defaultGraph, Prefixes prefixes)
SPARQLParser(Prefixes prefixes, java.io.InputStream inputStream)
SPARQLParser(Prefixes prefixes, java.io.Reader reader)
SPARQLParser(Prefixes prefixes, tech.oxfordsemantic.jrdfox.formats.internal.InputSource inputSource)
TurtleTriGWriter(Prefixes prefixes, java.io.OutputStream outputStream)
Creates a new TurtleTriGWriter object that writes to the specified output stream. -
Uses of Prefixes in tech.oxfordsemantic.jrdfox.logic
Methods in tech.oxfordsemantic.jrdfox.logic with parameters of type Prefixes Modifier and Type Method Description java.lang.String
LogicObject. toString(Prefixes prefixes)
void
LogicObject. toString(Prefixes prefixes, java.lang.StringBuilder stringBuilder)
abstract void
LogicObject. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)
-
Uses of Prefixes in tech.oxfordsemantic.jrdfox.logic.datalog
Methods in tech.oxfordsemantic.jrdfox.logic.datalog with parameters of type Prefixes Modifier and Type Method Description static Rule
Rule. parse(Prefixes prefixes, java.lang.String ruleText)
void
Aggregate. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)
void
BindAtom. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)
void
FilterAtom. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)
void
Negation. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)
void
Rule. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)
void
TupleTableAtom. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)
void
TupleTableName. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)
-
Uses of Prefixes in tech.oxfordsemantic.jrdfox.logic.expression
Methods in tech.oxfordsemantic.jrdfox.logic.expression with parameters of type Prefixes Modifier and Type Method Description void
BlankNode. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)
void
ExistenceExpression. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)
void
FunctionCall. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)
void
IRI. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)
void
Literal. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)
void
Variable. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)
-
Uses of Prefixes in tech.oxfordsemantic.jrdfox.logic.sparql.path
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.path with parameters of type Prefixes Modifier and Type Method Description void
AlternativePath. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)
void
CountingPath. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)
void
InversePath. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)
void
NegativePath. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)
void
ResourcePath. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)
void
SequencePath. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)
-
Uses of Prefixes in tech.oxfordsemantic.jrdfox.logic.sparql.pattern
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.pattern with parameters of type Prefixes Modifier and Type Method Description void
BindPattern. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)
void
ConjunctionPattern. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)
void
DisjunctionPattern. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)
void
FilterPattern. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)
void
GraphPattern. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)
void
MinusPattern. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)
void
OptionalPattern. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)
void
PathPattern. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)
void
SubselectPattern. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)
void
TriplePattern. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)
void
TupleTablePattern. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)
void
ValuesPattern. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)
-
Uses of Prefixes in tech.oxfordsemantic.jrdfox.logic.sparql.statement
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.statement with parameters of type Prefixes Modifier and Type Method Description static Query
Query. parse(Prefixes prefixes, java.lang.String queryText)
static Statement
Statement. parse(Prefixes prefixes, java.lang.String statementText)
static Update
Update. parse(Prefixes prefixes, java.lang.String updateText)
void
ConstructQuery. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)
void
DeleteInsertUpdate. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)
void
GraphUpdate. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)
void
LoadUpdate. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)
void
QueryBody. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, boolean datasetAsFROM)
void
SelectQuery. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)