Uses of Class
org.apache.jena.sparql.core.Quad
Packages that use Quad
Package
Description
ARQ - A query engine for Jena, implementing SPARQL.
In-memory, transactional dataset
-
Uses of Quad in org.apache.jena.query
Methods in org.apache.jena.query that return types with arguments of type QuadModifier and TypeMethodDescriptionQueryExecution.execConstructQuads()Execute a CONSTRUCT query, returning the results as an iterator ofQuad. -
Uses of Quad in org.apache.jena.rdfs
Methods in org.apache.jena.rdfs that return types with arguments of type QuadModifier and TypeMethodDescriptionDatasetGraphRDFS.find()DatasetGraphRDFS.find(org.apache.jena.graph.Node g, org.apache.jena.graph.Node s, org.apache.jena.graph.Node p, org.apache.jena.graph.Node o) DatasetGraphRDFS.findNG(org.apache.jena.graph.Node g, org.apache.jena.graph.Node s, org.apache.jena.graph.Node p, org.apache.jena.graph.Node o) Methods in org.apache.jena.rdfs with parameters of type Quad -
Uses of Quad in org.apache.jena.rdfs.engine
Methods in org.apache.jena.rdfs.engine that return types with arguments of type QuadModifier and TypeMethodDescriptionMappers.mapperQuad(org.apache.jena.graph.Node g) InfFindQuad.sourceFind(org.apache.jena.graph.Node s, org.apache.jena.graph.Node p, org.apache.jena.graph.Node o) -
Uses of Quad in org.apache.jena.riot
Methods in org.apache.jena.riot that return types with arguments of type QuadModifier and TypeMethodDescriptionRDFDataMgr.createIteratorQuads(InputStream input, Lang lang, String baseIRI) Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in org.apache.jena.riot with type arguments of type QuadModifier and TypeMethodDescriptionstatic voidRDFDataMgr.writeQuads(OutputStream out, Iterator<Quad> iterator) Write an iterator of quads (in N-Quads) -
Uses of Quad in org.apache.jena.riot.lang
Methods in org.apache.jena.riot.lang that return types with arguments of type QuadModifier and TypeMethodDescriptionIteratorParsers.createIteratorNQuads(InputStream input) Create an iterator for parsing N-Quads.IteratorParsers.createIteratorNQuads(InputStream input, ParserProfile profile) Create an iterator for parsing N-Quads.CollectorStreamQuads.getCollected()Deprecated, for removal: This API element is subject to removal in a future version.CollectorStreamRDF.getQuads()Methods in org.apache.jena.riot.lang with parameters of type Quad -
Uses of Quad in org.apache.jena.riot.out
Methods in org.apache.jena.riot.out with parameters of type Quad -
Uses of Quad in org.apache.jena.riot.process
Methods in org.apache.jena.riot.process with parameters of type Quad -
Uses of Quad in org.apache.jena.riot.protobuf
Methods in org.apache.jena.riot.protobuf that return QuadModifier and TypeMethodDescriptionstatic QuadProtobufConvert.convert(org.apache.jena.atlas.lib.Cache<String, org.apache.jena.graph.Node> uriCache, PB_RDF.RDF_Quad rq, PrefixMap pmap) static QuadProtobufConvert.convert(PB_RDF.RDF_Quad quad) static QuadProtobufConvert.convert(PB_RDF.RDF_Quad rq, PrefixMap pmap) Methods in org.apache.jena.riot.protobuf with parameters of type Quad -
Uses of Quad in org.apache.jena.riot.system
Methods in org.apache.jena.riot.system that return QuadModifier and TypeMethodDescriptionFactoryRDF.createQuad(org.apache.jena.graph.Node graph, org.apache.jena.graph.Node subject, org.apache.jena.graph.Node predicate, org.apache.jena.graph.Node object) FactoryRDFStd.createQuad(org.apache.jena.graph.Node graph, org.apache.jena.graph.Node subject, org.apache.jena.graph.Node predicate, org.apache.jena.graph.Node object) ParserProfile.createQuad(org.apache.jena.graph.Node graph, org.apache.jena.graph.Node subject, org.apache.jena.graph.Node predicate, org.apache.jena.graph.Node object, long line, long col) Create a quadParserProfileStd.createQuad(org.apache.jena.graph.Node graph, org.apache.jena.graph.Node subject, org.apache.jena.graph.Node predicate, org.apache.jena.graph.Node object, long line, long col) Create a quad - this operation callParserProfileStd.checkTriple(org.apache.jena.graph.Node, org.apache.jena.graph.Node, org.apache.jena.graph.Node, long, long)if checking is enabled.ParserProfileWrapper.createQuad(org.apache.jena.graph.Node graph, org.apache.jena.graph.Node subject, org.apache.jena.graph.Node predicate, org.apache.jena.graph.Node object, long line, long col) SQuad.getQuad()StreamRowRDF.getQuad()StreamRowRDFBase.getQuad()EltStreamRDF.quad()Methods in org.apache.jena.riot.system that return types with arguments of type QuadModifier and TypeMethodDescriptionstatic org.apache.jena.atlas.iterator.IteratorCloseable<Quad>AsyncParser.asyncParseQuads(InputStream input, Lang lang, String baseURI) Pull parser - quads.static org.apache.jena.atlas.iterator.IteratorCloseable<Quad>AsyncParser.asyncParseQuads(String fileOrURL) Pull parser - quadsstatic org.apache.jena.atlas.iterator.IteratorCloseable<Quad>AsyncParser.asyncParseQuads(List<String> filesOrURLs) Pull parser - quadsorg.apache.jena.atlas.iterator.IteratorCloseable<Quad>AsyncParserBuilder.asyncParseQuads()Serializer.getQuadSerializer()Return the current triple serializer replacement function.AsyncParserBuilder.streamQuads()Methods in org.apache.jena.riot.system with parameters of type QuadModifier and TypeMethodDescriptionstatic booleanstatic booleanChecker.checkQuad(Quad quad, ErrorHandler errorHandler, long line, long col) Check a quad - assumes individual nodes are legalvoidstatic EltStreamRDFvoidvoidvoidQuad emittedvoidvoidvoidvoidvoidvoidvoidvoidMethod parameters in org.apache.jena.riot.system with type arguments of type QuadModifier and TypeMethodDescriptionstatic StreamRDFStreamTriplesOnly.addActionIfQuads(StreamRDF stream, Function<Quad, StreamTriplesOnly.QuadPolicy> action) Add a new policy layer for quadsvoidStreamRDFBatchHandler.batchQuads(org.apache.jena.graph.Node currentGraph, org.apache.jena.graph.Node currentSubject, List<Quad> quads) Quad emittedstatic voidStreamRDFOps.sendQuadsToStream(Iterator<Quad> iter, StreamRDF dest) Set quads to a StreamRDF - does not call .start/.finishstatic StreamRDFStreamTriplesOnly.setActionIfQuads(StreamRDF stream, Function<Quad, StreamTriplesOnly.QuadPolicy> action) Replace an existing wrapper with a new policy for quadsstatic voidSerializer.setQuadSerializer(Function<Quad, Object> writeReplaceFunction) Set the quad serializer replacement function.static StreamRDFOutput to a sink; prefix and base handled only within the parser.Constructors in org.apache.jena.riot.system with parameters of type Quad -
Uses of Quad in org.apache.jena.riot.thrift
Methods in org.apache.jena.riot.thrift that return QuadModifier and TypeMethodDescriptionstatic QuadThriftConvert.convert(org.apache.jena.atlas.lib.Cache<String, org.apache.jena.graph.Node> uriCache, RDF_Quad rq, PrefixMap pmap) static Quadstatic QuadMethods in org.apache.jena.riot.thrift with parameters of type Quad -
Uses of Quad in org.apache.jena.riot.writer
Methods in org.apache.jena.riot.writer with parameters of type QuadModifier and TypeMethodDescriptionvoidfinal voidvoidMethod parameters in org.apache.jena.riot.writer with type arguments of type QuadModifier and TypeMethodDescriptionstatic voidNQuadsWriter.write(OutputStream out, Iterator<Quad> iter) static voidNQuadsWriter.write(OutputStream out, Iterator<Quad> iter, org.apache.jena.atlas.lib.CharSpace charSpace) static voidstatic void -
Uses of Quad in org.apache.jena.sparql.algebra.op
Methods in org.apache.jena.sparql.algebra.op that return QuadConstructors in org.apache.jena.sparql.algebra.op with parameters of type Quad -
Uses of Quad in org.apache.jena.sparql.core
Fields in org.apache.jena.sparql.core declared as QuadModifier and TypeFieldDescriptionstatic final QuadQuad.ANYAQuadthat has a wildcard in all fields.Methods in org.apache.jena.sparql.core that return QuadModifier and TypeMethodDescriptionstatic QuadQuad.create(org.apache.jena.graph.Node g, org.apache.jena.graph.Node s, org.apache.jena.graph.Node p, org.apache.jena.graph.Node o) static QuadQuad.create(org.apache.jena.graph.Node g, org.apache.jena.graph.Triple t) QuadPattern.get(int i) static QuadSubstitute.substitute(Quad quad, Binding binding) Methods in org.apache.jena.sparql.core that return types with arguments of type QuadModifier and TypeMethodDescriptionDatasetGraph.find()Iterate over all quads in the dataset graphDatasetGraph.find(org.apache.jena.graph.Node g, org.apache.jena.graph.Node s, org.apache.jena.graph.Node p, org.apache.jena.graph.Node o) Find matching quads in the dataset (including default graph) - may include wildcards, Node.ANY or nullFind matching quads in the dataset - may include wildcards, Node.ANY or nullDatasetGraphBase.find()DatasetGraphBaseFind.find(org.apache.jena.graph.Node g, org.apache.jena.graph.Node s, org.apache.jena.graph.Node p, org.apache.jena.graph.Node o) Implementation of find based on splitting into triples (default graph) and quads (named graph)DatasetGraphFilteredView.find()DatasetGraphFilteredView.find(org.apache.jena.graph.Node g, org.apache.jena.graph.Node s, org.apache.jena.graph.Node p, org.apache.jena.graph.Node o) DatasetGraphOne.find(org.apache.jena.graph.Node g, org.apache.jena.graph.Node s, org.apache.jena.graph.Node p, org.apache.jena.graph.Node o) DatasetGraphQuads.find(org.apache.jena.graph.Node g, org.apache.jena.graph.Node s, org.apache.jena.graph.Node p, org.apache.jena.graph.Node o) DatasetGraphWrapper.find()DatasetGraphWrapper.find(org.apache.jena.graph.Node g, org.apache.jena.graph.Node s, org.apache.jena.graph.Node p, org.apache.jena.graph.Node o) DatasetGraph.findNG(org.apache.jena.graph.Node g, org.apache.jena.graph.Node s, org.apache.jena.graph.Node p, org.apache.jena.graph.Node o) Find matching quads in the dataset in named graphs only - may include wildcards, Node.ANY or nullDatasetGraphBaseFind.findNG(org.apache.jena.graph.Node g, org.apache.jena.graph.Node s, org.apache.jena.graph.Node p, org.apache.jena.graph.Node o) DatasetGraphFilteredView.findNG(org.apache.jena.graph.Node g, org.apache.jena.graph.Node s, org.apache.jena.graph.Node p, org.apache.jena.graph.Node o) DatasetGraphQuads.findNG(org.apache.jena.graph.Node g, org.apache.jena.graph.Node s, org.apache.jena.graph.Node p, org.apache.jena.graph.Node o) DatasetGraphWrapper.findNG(org.apache.jena.graph.Node g, org.apache.jena.graph.Node s, org.apache.jena.graph.Node p, org.apache.jena.graph.Node o) DatasetGraphBaseFind.findQuadsInUnionGraph(org.apache.jena.graph.Node s, org.apache.jena.graph.Node p, org.apache.jena.graph.Node o) Find matches in the notional union of all named graphs - return as quads.QuadPattern.getList()QuadPattern.iterator()Match.match(Collection<Quad> quads, org.apache.jena.graph.Node g, org.apache.jena.graph.Node s, org.apache.jena.graph.Node p, org.apache.jena.graph.Node o) Return a filter stream of matches for quads in the collection.DatasetGraph.stream()DatasetGraph.stream(org.apache.jena.graph.Node g, org.apache.jena.graph.Node s, org.apache.jena.graph.Node p, org.apache.jena.graph.Node o) Methods in org.apache.jena.sparql.core with parameters of type QuadModifier and TypeMethodDescriptionvoidAdd a quadvoidvoidvoidvoidabstract voidvoidfinal voidvoidvoidvoidstatic voidVars.addVarsFromQuad(Collection<Var> acc, Quad q) booleanTest whether the dataset contains a quad (including default graph)- may include wildcards, Node.ANY or nullbooleanbooleanbooleanvoidDelete a quadvoidvoidvoidvoidabstract voidvoidfinal voidvoidFind matching quads in the dataset - may include wildcards, Node.ANY or nullstatic booleanMatch.match(Quad quad, org.apache.jena.graph.Node g, org.apache.jena.graph.Node s, org.apache.jena.graph.Node p, org.apache.jena.graph.Node o) Match a quad.static QuadSubstitute.substitute(Quad quad, Binding binding) Method parameters in org.apache.jena.sparql.core with type arguments of type QuadModifier and TypeMethodDescriptionMatch.match(Collection<Quad> quads, org.apache.jena.graph.Node g, org.apache.jena.graph.Node s, org.apache.jena.graph.Node p, org.apache.jena.graph.Node o) Return a filter stream of matches for quads in the collection.Constructor parameters in org.apache.jena.sparql.core with type arguments of type QuadModifierConstructorDescriptionDatasetGraphFilteredView(DatasetGraph dsg, Predicate<Quad> filter, Collection<org.apache.jena.graph.Node> visibleGraphs) -
Uses of Quad in org.apache.jena.sparql.core.mem
Methods in org.apache.jena.sparql.core.mem that return types with arguments of type QuadModifier and TypeMethodDescriptionHexTable.find(org.apache.jena.graph.Node g, org.apache.jena.graph.Node s, org.apache.jena.graph.Node p, org.apache.jena.graph.Node o) PMapQuadTable.find(org.apache.jena.graph.Node g, org.apache.jena.graph.Node s, org.apache.jena.graph.Node p, org.apache.jena.graph.Node o) QuadTable.find(org.apache.jena.graph.Node g, org.apache.jena.graph.Node s, org.apache.jena.graph.Node p, org.apache.jena.graph.Node o) Search the table using a pattern of slots.HexTable.findInUnionGraph(org.apache.jena.graph.Node s, org.apache.jena.graph.Node p, org.apache.jena.graph.Node o) QuadTable.findInUnionGraph(org.apache.jena.graph.Node s, org.apache.jena.graph.Node p, org.apache.jena.graph.Node o) Methods in org.apache.jena.sparql.core.mem with parameters of type Quad -
Uses of Quad in org.apache.jena.sparql.engine.main.solver
Methods in org.apache.jena.sparql.engine.main.solver with parameters of type QuadModifier and TypeMethodDescriptionstatic BindingSolverRX4.matchQuad(Binding input, Quad qData, org.apache.jena.graph.Node tGraphNode, org.apache.jena.graph.Triple tPattern) Match data "qData" against "tGraphNode, tPattern", including RDF-star terms.static booleanSolverLib.quadHasEmbTripleWithVars(Quad quad) Test whether a quad has a triple term (RDF-star) as one of its components and that embedded triple term has variables.static booleanSolverLib.quadHasNodeTriple(Quad quad) Test whether a quad has an triple term as one of its components.SolverRX4.rdfStarQuad(Iterator<Binding> chain, Quad pattern, ExecutionContext execCxt) Method parameters in org.apache.jena.sparql.engine.main.solver with type arguments of type QuadModifier and TypeMethodDescriptionstatic QueryIteratorPatternMatchData.execute(DatasetGraph dsg, org.apache.jena.graph.Node graphNode, BasicPattern pattern, QueryIterator input, Predicate<Quad> filter, ExecutionContext execCxt) Non-reordering execution of a quad pattern, a graph name and a basic graph pattern, given an iterator of bindings as input. -
Uses of Quad in org.apache.jena.sparql.exec
Methods in org.apache.jena.sparql.exec that return types with arguments of type QuadModifier and TypeMethodDescriptionQueryExec.constructQuads()Execute a CONSTRUCT query, returning the results as an iterator ofQuad.QueryExecAdapter.constructQuads()QueryExecApp.constructQuads()QueryExecDataset.constructQuads()QueryExecutionAdapter.execConstructQuads()Execute a CONSTRUCT query, returning the results as an iterator ofQuad.QueryExecutionCompat.execConstructQuads() -
Uses of Quad in org.apache.jena.sparql.exec.http
Methods in org.apache.jena.sparql.exec.http that return types with arguments of type Quad -
Uses of Quad in org.apache.jena.sparql.graph
Methods in org.apache.jena.sparql.graph that return QuadModifier and TypeMethodDescriptionstatic QuadNodeTransformLib.transform(NodeTransform nodeTransform, Quad quad) Do a node->node conversion of a Quad - return original Quad for "no change"Methods in org.apache.jena.sparql.graph that return types with arguments of type QuadModifier and TypeMethodDescriptionNodeTransformLib.transformQuads(NodeTransform nodeTransform, List<Quad> quads) Do a node->node conversion of a List<Quad> - return original List<Quad> for "no change"Methods in org.apache.jena.sparql.graph with parameters of type QuadModifier and TypeMethodDescriptionstatic QuadNodeTransformLib.transform(NodeTransform nodeTransform, Quad quad) Do a node->node conversion of a Quad - return original Quad for "no change"Method parameters in org.apache.jena.sparql.graph with type arguments of type QuadModifier and TypeMethodDescriptionNodeTransformLib.transformQuads(NodeTransform nodeTransform, List<Quad> quads) Do a node->node conversion of a List<Quad> - return original List<Quad> for "no change" -
Uses of Quad in org.apache.jena.sparql.modify
Methods in org.apache.jena.sparql.modify that return QuadModifier and TypeMethodDescriptionstatic QuadTemplateLib.subst(Quad quad, Binding b, Map<org.apache.jena.graph.Node, org.apache.jena.graph.Node> bNodeMap) Substitute into a quad, with rewriting of bNodesMethods in org.apache.jena.sparql.modify that return types with arguments of type QuadModifier and TypeMethodDescriptionSubstitute into quad patternsTemplateLib.remapDefaultGraph(List<Quad> quads, org.apache.jena.graph.Node dftGraph) Map quads to a different graph if they are in the default graph.TemplateLib.template(List<Quad> quads, org.apache.jena.graph.Node dftGraph, Iterator<Binding> bindings) Take a template, as a list of quad patterns, a default graph, and an iterator of bindings, and produce an iterator of quads that results from applying the template to the bindings.Methods in org.apache.jena.sparql.modify with parameters of type QuadModifier and TypeMethodDescriptionstatic QuadTemplateLib.subst(Quad quad, Binding b, Map<org.apache.jena.graph.Node, org.apache.jena.graph.Node> bNodeMap) Substitute into a quad, with rewriting of bNodesMethod parameters in org.apache.jena.sparql.modify with type arguments of type QuadModifier and TypeMethodDescriptionSubstitute into quad patternsTemplateLib.remapDefaultGraph(List<Quad> quads, org.apache.jena.graph.Node dftGraph) Map quads to a different graph if they are in the default graph.TemplateLib.template(List<Quad> quads, org.apache.jena.graph.Node dftGraph, Iterator<Binding> bindings) Take a template, as a list of quad patterns, a default graph, and an iterator of bindings, and produce an iterator of quads that results from applying the template to the bindings.Constructor parameters in org.apache.jena.sparql.modify with type arguments of type QuadModifierConstructorDescriptionUpdateVisitorSink(UpdateVisitor worker, org.apache.jena.atlas.lib.Sink<Quad> addSink, org.apache.jena.atlas.lib.Sink<Quad> delSink) -
Uses of Quad in org.apache.jena.sparql.modify.request
Methods in org.apache.jena.sparql.modify.request that return types with arguments of type QuadModifier and TypeMethodDescriptionUpdateModify.getDeleteQuads()UpdateModify.getInsertQuads()QuadAcc.getQuads()QuadDataAcc.getQuads()UpdateData.getQuads()UpdateDeleteWhere.getQuads()Methods in org.apache.jena.sparql.modify.request with parameters of type QuadModifier and TypeMethodDescriptionvoidvoidvoidMethod parameters in org.apache.jena.sparql.modify.request with type arguments of type QuadModifier and TypeMethodDescriptionvoidvoidConstructor parameters in org.apache.jena.sparql.modify.request with type arguments of type QuadModifierConstructorDescriptionQuadAccSink(org.apache.jena.atlas.lib.Sink<Quad> sink) QuadDataAcc(List<Quad> quads) QuadDataAccSink(org.apache.jena.atlas.lib.Sink<Quad> sink) -
Uses of Quad in org.apache.jena.sparql.sse
Methods in org.apache.jena.sparql.sse that return QuadModifier and TypeMethodDescriptionstatic QuadParse a string to obtain a Quadstatic QuadParse a string to obtain a QuadMethods in org.apache.jena.sparql.sse with parameters of type Quad -
Uses of Quad in org.apache.jena.sparql.sse.builders
Methods in org.apache.jena.sparql.sse.builders that return Quad -
Uses of Quad in org.apache.jena.sparql.sse.writers
Methods in org.apache.jena.sparql.sse.writers with parameters of type QuadModifier and TypeMethodDescriptionstatic voidWriterNode.output(org.apache.jena.atlas.io.IndentedWriter out, Quad quad, SerializationContext naming) static voidWriterNode.outputNoTag(org.apache.jena.atlas.io.IndentedWriter out, Quad quad, SerializationContext naming) static voidWriterNode.outputPlain(org.apache.jena.atlas.io.IndentedWriter out, Quad quad, SerializationContext naming) -
Uses of Quad in org.apache.jena.sparql.syntax
Methods in org.apache.jena.sparql.syntax that return types with arguments of type Quad -
Uses of Quad in org.apache.jena.sparql.syntax.syntaxtransform
Methods in org.apache.jena.sparql.syntax.syntaxtransform that return QuadModifier and TypeMethodDescriptionMethods in org.apache.jena.sparql.syntax.syntaxtransform with parameters of type Quad -
Uses of Quad in org.apache.jena.sparql.system
Methods in org.apache.jena.sparql.system with parameters of type Quad -
Uses of Quad in org.apache.jena.sparql.util
Methods in org.apache.jena.sparql.util that return types with arguments of type QuadModifier and TypeMethodDescriptionDyadicDatasetGraph.find()DyadicDatasetGraph.find(org.apache.jena.graph.Node g, org.apache.jena.graph.Node s, org.apache.jena.graph.Node p, org.apache.jena.graph.Node o) UnionDatasetGraph.find(org.apache.jena.graph.Node g, org.apache.jena.graph.Node s, org.apache.jena.graph.Node p, org.apache.jena.graph.Node o) DyadicDatasetGraph.findNG(org.apache.jena.graph.Node g, org.apache.jena.graph.Node s, org.apache.jena.graph.Node p, org.apache.jena.graph.Node o) UnionDatasetGraph.findNG(org.apache.jena.graph.Node g, org.apache.jena.graph.Node s, org.apache.jena.graph.Node p, org.apache.jena.graph.Node o) Methods in org.apache.jena.sparql.util with parameters of type QuadModifier and TypeMethodDescriptionvoidstatic voidVarUtils.addVarsFromQuad(Collection<Var> acc, Quad quad) booleanvoidstatic booleanIso.quadIso(Quad t1, Quad t2, NodeIsomorphismMap labelMap) Are two quads isomorphic?static voidFmtUtils.stringForQuad(StringBuilder sb, Quad quad, SerializationContext sCxt) static StringFmtUtils.stringForQuad(Quad quad) static StringFmtUtils.stringForQuad(Quad quad, org.apache.jena.shared.PrefixMapping prefixMap) static StringFmtUtils.stringForQuad(Quad quad, SerializationContext sCxt) Method parameters in org.apache.jena.sparql.util with type arguments of type QuadModifier and TypeMethodDescriptionstatic booleanIso.isomorphicQuads(List<Quad> quads1, List<Quad> quads2, NodeIsomorphismMap isoMap) Are lists of quads isomorphic? -
Uses of Quad in org.apache.jena.system
Methods in org.apache.jena.system that return QuadModifier and TypeMethodDescriptionstatic QuadG.getOne(DatasetGraph dsg, org.apache.jena.graph.Node graph, org.apache.jena.graph.Node subject, org.apache.jena.graph.Node predicate, org.apache.jena.graph.Node object) Get quad if there is exactly one to match the s/p/o, else throw RDFDataException.static QuadG.getOneOrNull(DatasetGraph dsg, org.apache.jena.graph.Node graph, org.apache.jena.graph.Node subject, org.apache.jena.graph.Node predicate, org.apache.jena.graph.Node object) Get triple if there is exactly one to match the s/p/o; else return null if none or more than one.static QuadG.getZeroOrOne(DatasetGraph dsg, org.apache.jena.graph.Node graph, org.apache.jena.graph.Node subject, org.apache.jena.graph.Node predicate, org.apache.jena.graph.Node object) Get triple if there is exactly one to match the s/p/o; return null if none; throw RDFDataException if more than one.static QuadConvert any null terms in a quad to "ANY".Methods in org.apache.jena.system that return types with arguments of type QuadModifier and TypeMethodDescriptionstatic org.apache.jena.atlas.iterator.Iter<Quad>G.triples2quads(org.apache.jena.graph.Node graphNode, Iterator<org.apache.jena.graph.Triple> iter) Convert an iterator of triples into quads for the specified graph name.static org.apache.jena.atlas.iterator.Iter<Quad>G.triples2quadsDftGraph(Iterator<org.apache.jena.graph.Triple> iter) Convert an iterator of triples into quads for the default graph.Methods in org.apache.jena.system with parameters of type QuadMethod parameters in org.apache.jena.system with type arguments of type QuadModifier and TypeMethodDescriptionstatic Iterator<org.apache.jena.graph.Node>G.quad2graphName(Iterator<Quad> iter) Project quad to graph namestatic Iterator<org.apache.jena.graph.Node>G.quad2object(Iterator<Quad> iter) Project quad to objectstatic Iterator<org.apache.jena.graph.Node>G.quad2predicate(Iterator<Quad> iter) Project quad to predicatestatic Iterator<org.apache.jena.graph.Node>G.quad2subject(Iterator<Quad> iter) Project quad to subjectstatic org.apache.jena.atlas.iterator.Iter<org.apache.jena.graph.Triple>G.quads2triples(Iterator<Quad> iter) Project quads to triples -
Uses of Quad in org.apache.jena.system.buffering
Methods in org.apache.jena.system.buffering that return types with arguments of type QuadModifier and TypeMethodDescriptionBufferingDatasetGraph.getAddedQuads()BufferingDatasetGraph.getDeletedQuads()Methods in org.apache.jena.system.buffering with parameters of type Quad -
Uses of Quad in org.apache.jena.system.progress
Methods in org.apache.jena.system.progress with parameters of type Quad
AsyncParser.asyncParseQuads(java.lang.String)or for N-Triples,IteratorParsers.createIteratorNQuads(java.io.InputStream)