jar

org.xowl.infra : xowl-store

Maven & Gradle

Jun 27, 2020
15 usages
0 stars

xOWL Infra - Store · Provides storage and querying facilities for xOWL ontologies and RDF graphs

Table Of Contents

Latest Version

Download org.xowl.infra : xowl-store JAR file - Latest Versions:

All Versions

Download org.xowl.infra : xowl-store JAR file - All Versions:

Version Vulnerabilities Size Updated
2.3.x
2.2.x
2.1.x
2.0.x
1.0.x
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window xowl-store-2.3.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.xowl.infra.store.loaders

├─ org.xowl.infra.store.loaders.BaseTurtleLoader.class - [JAR]

├─ org.xowl.infra.store.loaders.FunctionalOWL2Lexer.class - [JAR]

├─ org.xowl.infra.store.loaders.FunctionalOWL2Loader.class - [JAR]

├─ org.xowl.infra.store.loaders.FunctionalOWL2Parser.class - [JAR]

├─ org.xowl.infra.store.loaders.JsonLdContainerType.class - [JAR]

├─ org.xowl.infra.store.loaders.JsonLdContext.class - [JAR]

├─ org.xowl.infra.store.loaders.JsonLdContextFragment.class - [JAR]

├─ org.xowl.infra.store.loaders.JsonLdExplicitList.class - [JAR]

├─ org.xowl.infra.store.loaders.JsonLdLoader.class - [JAR]

├─ org.xowl.infra.store.loaders.JsonLdNameInfo.class - [JAR]

├─ org.xowl.infra.store.loaders.JsonLoader.class - [JAR]

├─ org.xowl.infra.store.loaders.LexicalContext.class - [JAR]

├─ org.xowl.infra.store.loaders.Loader.class - [JAR]

├─ org.xowl.infra.store.loaders.LoaderException.class - [JAR]

├─ org.xowl.infra.store.loaders.NQuadsLexer.class - [JAR]

├─ org.xowl.infra.store.loaders.NQuadsLoader.class - [JAR]

├─ org.xowl.infra.store.loaders.NQuadsParser.class - [JAR]

├─ org.xowl.infra.store.loaders.NTriplesLexer.class - [JAR]

├─ org.xowl.infra.store.loaders.NTriplesLoader.class - [JAR]

├─ org.xowl.infra.store.loaders.NTriplesParser.class - [JAR]

├─ org.xowl.infra.store.loaders.OWLLoaderResult.class - [JAR]

├─ org.xowl.infra.store.loaders.OWLXMLLoader.class - [JAR]

├─ org.xowl.infra.store.loaders.RDFLoaderResult.class - [JAR]

├─ org.xowl.infra.store.loaders.RDFXMLLoader.class - [JAR]

├─ org.xowl.infra.store.loaders.SPARQLContext.class - [JAR]

├─ org.xowl.infra.store.loaders.SPARQLLexer.class - [JAR]

├─ org.xowl.infra.store.loaders.SPARQLLoader.class - [JAR]

├─ org.xowl.infra.store.loaders.SPARQLParser.class - [JAR]

├─ org.xowl.infra.store.loaders.TriGLexer.class - [JAR]

├─ org.xowl.infra.store.loaders.TriGLoader.class - [JAR]

├─ org.xowl.infra.store.loaders.TriGParser.class - [JAR]

├─ org.xowl.infra.store.loaders.TurtleLexer.class - [JAR]

├─ org.xowl.infra.store.loaders.TurtleLoader.class - [JAR]

├─ org.xowl.infra.store.loaders.TurtleParser.class - [JAR]

├─ org.xowl.infra.store.loaders.xOWLLexer.class - [JAR]

├─ org.xowl.infra.store.loaders.xOWLLoader.class - [JAR]

├─ org.xowl.infra.store.loaders.xOWLParser.class - [JAR]

├─ org.xowl.infra.store.loaders.xRDFLexer.class - [JAR]

├─ org.xowl.infra.store.loaders.xRDFLoader.class - [JAR]

├─ org.xowl.infra.store.loaders.xRDFParser.class - [JAR]

org.xowl.infra.store

├─ org.xowl.infra.store.Datatypes.class - [JAR]

├─ org.xowl.infra.store.EntailmentRegime.class - [JAR]

├─ org.xowl.infra.store.IRIMapper.class - [JAR]

├─ org.xowl.infra.store.IRIs.class - [JAR]

├─ org.xowl.infra.store.ProxyObject.class - [JAR]

├─ org.xowl.infra.store.RDFUtils.class - [JAR]

├─ org.xowl.infra.store.Repository.class - [JAR]

├─ org.xowl.infra.store.RepositoryDirectSemantics.class - [JAR]

├─ org.xowl.infra.store.RepositoryRDF.class - [JAR]

├─ org.xowl.infra.store.ResourceAccess.class - [JAR]

├─ org.xowl.infra.store.Vocabulary.class - [JAR]

org.xowl.infra.store.storage

├─ org.xowl.infra.store.storage.AggregateDataset.class - [JAR]

├─ org.xowl.infra.store.storage.BaseReasonableStore.class - [JAR]

├─ org.xowl.infra.store.storage.BaseStore.class - [JAR]

├─ org.xowl.infra.store.storage.Dataset.class - [JAR]

├─ org.xowl.infra.store.storage.DiffDataset.class - [JAR]

├─ org.xowl.infra.store.storage.InMemoryStore.class - [JAR]

├─ org.xowl.infra.store.storage.NodeManager.class - [JAR]

├─ org.xowl.infra.store.storage.OnDiskStore.class - [JAR]

├─ org.xowl.infra.store.storage.OnDiskStoreCache.class - [JAR]

├─ org.xowl.infra.store.storage.StoreFactory.class - [JAR]

├─ org.xowl.infra.store.storage.UnsupportedNodeType.class - [JAR]

org.xowl.infra.store.storage.cache

├─ org.xowl.infra.store.storage.cache.CachedAnonNode.class - [JAR]

├─ org.xowl.infra.store.storage.cache.CachedDataset.class - [JAR]

├─ org.xowl.infra.store.storage.cache.CachedDynamicNode.class - [JAR]

├─ org.xowl.infra.store.storage.cache.CachedIRINode.class - [JAR]

├─ org.xowl.infra.store.storage.cache.CachedLiteralNode.class - [JAR]

├─ org.xowl.infra.store.storage.cache.CachedNodes.class - [JAR]

├─ org.xowl.infra.store.storage.cache.Edge.class - [JAR]

├─ org.xowl.infra.store.storage.cache.EdgeBucket.class - [JAR]

├─ org.xowl.infra.store.storage.cache.EdgeTarget.class - [JAR]

├─ org.xowl.infra.store.storage.cache.LiteralBucket.class - [JAR]

org.xowl.infra.store.writers

├─ org.xowl.infra.store.writers.JsonLdSerializer.class - [JAR]

├─ org.xowl.infra.store.writers.JsonSerializer.class - [JAR]

├─ org.xowl.infra.store.writers.NQuadsSerializer.class - [JAR]

├─ org.xowl.infra.store.writers.NTripleSerializer.class - [JAR]

├─ org.xowl.infra.store.writers.NXSerializer.class - [JAR]

├─ org.xowl.infra.store.writers.OWLSerializer.class - [JAR]

├─ org.xowl.infra.store.writers.RDFSerializer.class - [JAR]

├─ org.xowl.infra.store.writers.RDFXMLSerializer.class - [JAR]

├─ org.xowl.infra.store.writers.StructuredSerializer.class - [JAR]

├─ org.xowl.infra.store.writers.TriGSerializer.class - [JAR]

├─ org.xowl.infra.store.writers.TurtleSerializer.class - [JAR]

├─ org.xowl.infra.store.writers.XMLSerializer.class - [JAR]

├─ org.xowl.infra.store.writers.xRDFSerializer.class - [JAR]

org.xowl.infra.store.owl

├─ org.xowl.infra.store.owl.Bindings.class - [JAR]

├─ org.xowl.infra.store.owl.OWLQuery.class - [JAR]

├─ org.xowl.infra.store.owl.OWLQueryEngine.class - [JAR]

├─ org.xowl.infra.store.owl.OWLRuleEngine.class - [JAR]

├─ org.xowl.infra.store.owl.RDFParser.class - [JAR]

├─ org.xowl.infra.store.owl.RDFParserExpressionSolver.class - [JAR]

├─ org.xowl.infra.store.owl.RDFParserRule.class - [JAR]

├─ org.xowl.infra.store.owl.RDFParserTrigger.class - [JAR]

├─ org.xowl.infra.store.owl.TranslationContext.class - [JAR]

├─ org.xowl.infra.store.owl.TranslationException.class - [JAR]

├─ org.xowl.infra.store.owl.Translator.class - [JAR]

org.xowl.infra.store.rdf

├─ org.xowl.infra.store.rdf.AnonymousNode.class - [JAR]

├─ org.xowl.infra.store.rdf.BlankNode.class - [JAR]

├─ org.xowl.infra.store.rdf.ChangeListener.class - [JAR]

├─ org.xowl.infra.store.rdf.Changeset.class - [JAR]

├─ org.xowl.infra.store.rdf.ClosingQuadIterator.class - [JAR]

├─ org.xowl.infra.store.rdf.DynamicNode.class - [JAR]

├─ org.xowl.infra.store.rdf.GraphNode.class - [JAR]

├─ org.xowl.infra.store.rdf.IRINode.class - [JAR]

├─ org.xowl.infra.store.rdf.ListIterator.class - [JAR]

├─ org.xowl.infra.store.rdf.LiteralNode.class - [JAR]

├─ org.xowl.infra.store.rdf.Node.class - [JAR]

├─ org.xowl.infra.store.rdf.Property.class - [JAR]

├─ org.xowl.infra.store.rdf.Quad.class - [JAR]

├─ org.xowl.infra.store.rdf.QuadField.class - [JAR]

├─ org.xowl.infra.store.rdf.RDFPattern.class - [JAR]

├─ org.xowl.infra.store.rdf.RDFPatternMatch.class - [JAR]

├─ org.xowl.infra.store.rdf.RDFPatternSolution.class - [JAR]

├─ org.xowl.infra.store.rdf.RDFQuery.class - [JAR]

├─ org.xowl.infra.store.rdf.RDFQueryEngine.class - [JAR]

├─ org.xowl.infra.store.rdf.RDFRule.class - [JAR]

├─ org.xowl.infra.store.rdf.RDFRuleEngine.class - [JAR]

├─ org.xowl.infra.store.rdf.RDFRuleExecution.class - [JAR]

├─ org.xowl.infra.store.rdf.RDFRuleExecutionSelect.class - [JAR]

├─ org.xowl.infra.store.rdf.RDFRuleExecutionSimple.class - [JAR]

├─ org.xowl.infra.store.rdf.RDFRuleSelect.class - [JAR]

├─ org.xowl.infra.store.rdf.RDFRuleSimple.class - [JAR]

├─ org.xowl.infra.store.rdf.RDFRuleStatus.class - [JAR]

├─ org.xowl.infra.store.rdf.SubjectNode.class - [JAR]

├─ org.xowl.infra.store.rdf.VariableNode.class - [JAR]

├─ org.xowl.infra.store.rdf.VariableResolveStandard.class - [JAR]

├─ org.xowl.infra.store.rdf.VariableResolver.class - [JAR]

├─ org.xowl.infra.store.rdf.VariableResolverComposite.class - [JAR]

├─ org.xowl.infra.store.rdf.VariableResolverIriTemplate.class - [JAR]

├─ org.xowl.infra.store.rdf.VariableResolverIrisOf.class - [JAR]

org.xowl.infra.store.storage.persistent

├─ org.xowl.infra.store.storage.persistent.FileBackend.class - [JAR]

├─ org.xowl.infra.store.storage.persistent.FileBlock.class - [JAR]

├─ org.xowl.infra.store.storage.persistent.FileBlockTS.class - [JAR]

├─ org.xowl.infra.store.storage.persistent.FileStore.class - [JAR]

├─ org.xowl.infra.store.storage.persistent.FileStoreFile.class - [JAR]

├─ org.xowl.infra.store.storage.persistent.IOAccess.class - [JAR]

├─ org.xowl.infra.store.storage.persistent.IOAccessManager.class - [JAR]

├─ org.xowl.infra.store.storage.persistent.IOBackend.class - [JAR]

├─ org.xowl.infra.store.storage.persistent.IOElement.class - [JAR]

├─ org.xowl.infra.store.storage.persistent.PersistedAnonNode.class - [JAR]

├─ org.xowl.infra.store.storage.persistent.PersistedBlankNode.class - [JAR]

├─ org.xowl.infra.store.storage.persistent.PersistedDataset.class - [JAR]

├─ org.xowl.infra.store.storage.persistent.PersistedDynamicNode.class - [JAR]

├─ org.xowl.infra.store.storage.persistent.PersistedIRINode.class - [JAR]

├─ org.xowl.infra.store.storage.persistent.PersistedLiteralNode.class - [JAR]

├─ org.xowl.infra.store.storage.persistent.PersistedLong.class - [JAR]

├─ org.xowl.infra.store.storage.persistent.PersistedMap.class - [JAR]

├─ org.xowl.infra.store.storage.persistent.PersistedNode.class - [JAR]

├─ org.xowl.infra.store.storage.persistent.PersistedNodeCache.class - [JAR]

├─ org.xowl.infra.store.storage.persistent.PersistedNodes.class - [JAR]

├─ org.xowl.infra.store.storage.persistent.StorageException.class - [JAR]

org.xowl.infra.store.execution

├─ org.xowl.infra.store.execution.EvaluableExpression.class - [JAR]

├─ org.xowl.infra.store.execution.EvaluableExpressionDefault.class - [JAR]

├─ org.xowl.infra.store.execution.EvaluationException.class - [JAR]

├─ org.xowl.infra.store.execution.EvaluationUtils.class - [JAR]

├─ org.xowl.infra.store.execution.Evaluator.class - [JAR]

├─ org.xowl.infra.store.execution.ExecutableFunction.class - [JAR]

├─ org.xowl.infra.store.execution.ExecutionManager.class - [JAR]

├─ org.xowl.infra.store.execution.ExecutionManagerProvider.class - [JAR]

org.xowl.infra.store.rete

├─ org.xowl.infra.store.rete.AlphaGraph.class - [JAR]

├─ org.xowl.infra.store.rete.AlphaMemory.class - [JAR]

├─ org.xowl.infra.store.rete.AlphaMemoryBucket.class - [JAR]

├─ org.xowl.infra.store.rete.AlphaMemoryBucketElement.class - [JAR]

├─ org.xowl.infra.store.rete.AlphaMemoryBuffer.class - [JAR]

├─ org.xowl.infra.store.rete.BetaJoinNode.class - [JAR]

├─ org.xowl.infra.store.rete.BetaMemory.class - [JAR]

├─ org.xowl.infra.store.rete.BetaNCCEntryNode.class - [JAR]

├─ org.xowl.infra.store.rete.BetaNCCExitNode.class - [JAR]

├─ org.xowl.infra.store.rete.BetaNegativeJoinNode.class - [JAR]

├─ org.xowl.infra.store.rete.Binder.class - [JAR]

├─ org.xowl.infra.store.rete.FactActivable.class - [JAR]

├─ org.xowl.infra.store.rete.FactCollection.class - [JAR]

├─ org.xowl.infra.store.rete.FactHolder.class - [JAR]

├─ org.xowl.infra.store.rete.GraceHashJoin.class - [JAR]

├─ org.xowl.infra.store.rete.JoinBase.class - [JAR]

├─ org.xowl.infra.store.rete.JoinMatch.class - [JAR]

├─ org.xowl.infra.store.rete.JoinStrategy.class - [JAR]

├─ org.xowl.infra.store.rete.JoinTest.class - [JAR]

├─ org.xowl.infra.store.rete.JoinTestBound.class - [JAR]

├─ org.xowl.infra.store.rete.JoinTestUnbound.class - [JAR]

├─ org.xowl.infra.store.rete.MatchStatus.class - [JAR]

├─ org.xowl.infra.store.rete.MatchStatusStep.class - [JAR]

├─ org.xowl.infra.store.rete.NestedLoopJoin.class - [JAR]

├─ org.xowl.infra.store.rete.RETENetwork.class - [JAR]

├─ org.xowl.infra.store.rete.RETERule.class - [JAR]

├─ org.xowl.infra.store.rete.SimpleHashJoin.class - [JAR]

├─ org.xowl.infra.store.rete.Token.class - [JAR]

├─ org.xowl.infra.store.rete.TokenActivable.class - [JAR]

├─ org.xowl.infra.store.rete.TokenCollection.class - [JAR]

├─ org.xowl.infra.store.rete.TokenHolder.class - [JAR]

org.xowl.infra.store.storage.impl

├─ org.xowl.infra.store.storage.impl.DatasetImpl.class - [JAR]

├─ org.xowl.infra.store.storage.impl.MQuad.class - [JAR]

├─ org.xowl.infra.store.storage.impl.NodeManagerImpl.class - [JAR]

org.xowl.infra.store.sparql

├─ org.xowl.infra.store.sparql.Command.class - [JAR]

├─ org.xowl.infra.store.sparql.CommandAdd.class - [JAR]

├─ org.xowl.infra.store.sparql.CommandAsk.class - [JAR]

├─ org.xowl.infra.store.sparql.CommandClear.class - [JAR]

├─ org.xowl.infra.store.sparql.CommandComposed.class - [JAR]

├─ org.xowl.infra.store.sparql.CommandConstruct.class - [JAR]

├─ org.xowl.infra.store.sparql.CommandCopy.class - [JAR]

├─ org.xowl.infra.store.sparql.CommandCreate.class - [JAR]

├─ org.xowl.infra.store.sparql.CommandDeleteData.class - [JAR]

├─ org.xowl.infra.store.sparql.CommandDeleteWhere.class - [JAR]

├─ org.xowl.infra.store.sparql.CommandDescribe.class - [JAR]

├─ org.xowl.infra.store.sparql.CommandDrop.class - [JAR]

├─ org.xowl.infra.store.sparql.CommandInsertData.class - [JAR]

├─ org.xowl.infra.store.sparql.CommandLoad.class - [JAR]

├─ org.xowl.infra.store.sparql.CommandModify.class - [JAR]

├─ org.xowl.infra.store.sparql.CommandMove.class - [JAR]

├─ org.xowl.infra.store.sparql.CommandSelect.class - [JAR]

├─ org.xowl.infra.store.sparql.EvalContext.class - [JAR]

├─ org.xowl.infra.store.sparql.EvalContextRepository.class - [JAR]

├─ org.xowl.infra.store.sparql.Expression.class - [JAR]

├─ org.xowl.infra.store.sparql.ExpressionConstant.class - [JAR]

├─ org.xowl.infra.store.sparql.ExpressionExists.class - [JAR]

├─ org.xowl.infra.store.sparql.ExpressionFunction.class - [JAR]

├─ org.xowl.infra.store.sparql.ExpressionFunctionCall.class - [JAR]

├─ org.xowl.infra.store.sparql.ExpressionFunctions.class - [JAR]

├─ org.xowl.infra.store.sparql.ExpressionIn.class - [JAR]

├─ org.xowl.infra.store.sparql.ExpressionOperator.class - [JAR]

├─ org.xowl.infra.store.sparql.ExpressionRDF.class - [JAR]

├─ org.xowl.infra.store.sparql.GraphPattern.class - [JAR]

├─ org.xowl.infra.store.sparql.GraphPatternBind.class - [JAR]

├─ org.xowl.infra.store.sparql.GraphPatternFilter.class - [JAR]

├─ org.xowl.infra.store.sparql.GraphPatternInlineData.class - [JAR]

├─ org.xowl.infra.store.sparql.GraphPatternJoin.class - [JAR]

├─ org.xowl.infra.store.sparql.GraphPatternLeftJoin.class - [JAR]

├─ org.xowl.infra.store.sparql.GraphPatternMinus.class - [JAR]

├─ org.xowl.infra.store.sparql.GraphPatternModifier.class - [JAR]

├─ org.xowl.infra.store.sparql.GraphPatternQuads.class - [JAR]

├─ org.xowl.infra.store.sparql.GraphPatternSelect.class - [JAR]

├─ org.xowl.infra.store.sparql.GraphPatternService.class - [JAR]

├─ org.xowl.infra.store.sparql.GraphPatternUnion.class - [JAR]

├─ org.xowl.infra.store.sparql.GraphPatternUnmatchable.class - [JAR]

├─ org.xowl.infra.store.sparql.GraphReferenceType.class - [JAR]

├─ org.xowl.infra.store.sparql.Inspector.class - [JAR]

├─ org.xowl.infra.store.sparql.Result.class - [JAR]

├─ org.xowl.infra.store.sparql.ResultFailure.class - [JAR]

├─ org.xowl.infra.store.sparql.ResultQuads.class - [JAR]

├─ org.xowl.infra.store.sparql.ResultSolutions.class - [JAR]

├─ org.xowl.infra.store.sparql.ResultSuccess.class - [JAR]

├─ org.xowl.infra.store.sparql.ResultUtils.class - [JAR]

├─ org.xowl.infra.store.sparql.ResultYesNo.class - [JAR]

├─ org.xowl.infra.store.sparql.Solutions.class - [JAR]

├─ org.xowl.infra.store.sparql.SolutionsGroup.class - [JAR]

├─ org.xowl.infra.store.sparql.SolutionsMultiset.class - [JAR]

├─ org.xowl.infra.store.sparql.Utils.class - [JAR]

Advertisement

Dependencies from Group

Jun 27, 2020
15 usages
0 stars
Jun 27, 2020
6 usages
0 stars
Mar 22, 2017
4 usages
Jun 27, 2020
3 usages
0 stars
Jun 27, 2020
3 usages
0 stars

Discover Dependencies

Sep 08, 2017
1 usages
2k stars
Dec 11, 2015
35 usages
Dec 11, 2015
33 usages
Aug 22, 2023
4 usages
juh
Aug 22, 2023
4 usages