Uses of Class
tech.oxfordsemantic.jrdfox.Prefixes
Packages that use Prefixes
Package
Description
-
Uses of Prefixes in tech.oxfordsemantic.jrdfox
Fields in tech.oxfordsemantic.jrdfox declared as PrefixesModifier and TypeFieldDescriptionstatic final PrefixesPrefixes.s_defaultPrefixesstatic final PrefixesPrefixes.s_emptyPrefixesConstructors in tech.oxfordsemantic.jrdfox with parameters of type Prefixes -
Uses of Prefixes in tech.oxfordsemantic.jrdfox.client
Methods in tech.oxfordsemantic.jrdfox.client that return PrefixesModifier and TypeMethodDescriptionDataStoreConnection.getPrefixes()Returns the prefixes of the data store.ImportResult.getPrefixes()Returns the set of prefixes at the end of the import process.Methods in tech.oxfordsemantic.jrdfox.client with parameters of type PrefixesModifier and TypeMethodDescriptionvoidQueryAnswerMonitor.queryAnswersStarted(Prefixes prefixes, String[] answerVariableNames) Called at the start of query answering.booleanDataStoreConnection.setPrefixes(Prefixes prefixes) Replaces all mappings of the prefix names to IRIs maintained by the data store to the collection given in the argument.static voidResourceValue.toString(Prefixes prefixes, Consumer<String> consumer, String lexicalForm, Datatype datatype) Constructors in tech.oxfordsemantic.jrdfox.client with parameters of type PrefixesModifierConstructorDescriptionImportResult(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 PrefixesModifierConstructorDescriptionDatalogParser(Resource defaultGraph, String baseIRI, Prefixes prefixes) SPARQLParser(String baseIRI, Prefixes prefixes, InputStream inputStream) SPARQLParser(String baseIRI, Prefixes prefixes, Reader reader) SPARQLParser(String baseIRI, Prefixes prefixes, tech.oxfordsemantic.jrdfox.formats.internal.InputSource inputSource) TurtleTriGWriter(Prefixes prefixes, 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 -
Uses of Prefixes in tech.oxfordsemantic.jrdfox.logic.datalog
Methods in tech.oxfordsemantic.jrdfox.logic.datalog with parameters of type Prefixes -
Uses of Prefixes in tech.oxfordsemantic.jrdfox.logic.expression
Methods in tech.oxfordsemantic.jrdfox.logic.expression with parameters of type PrefixesModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoid -
Uses of Prefixes in tech.oxfordsemantic.jrdfox.logic.sparql.path
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.path with parameters of type PrefixesModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoid -
Uses of Prefixes in tech.oxfordsemantic.jrdfox.logic.sparql.pattern
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.pattern with parameters of type PrefixesModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid -
Uses of Prefixes in tech.oxfordsemantic.jrdfox.logic.sparql.statement
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.statement with parameters of type Prefixes