Uses of Interface
org.apache.commons.rdf.api.Quad
Packages that use Quad
Package
Description
Commons RDF, a common library of RDF 1.1 concepts.
Experimental Commons RDF features.
Integration with jsonld-java
Commons RDF integration with RDF4J.
A simple in-memory implementation of the Commons RDF API.
Experimental Commons RDF Simple implementations.
-
Uses of Quad in org.apache.commons.rdf.api
Subinterfaces with type arguments of type Quad in org.apache.commons.rdf.apiModifier and TypeInterfaceDescriptioninterfaceAn RDF 1.1 Dataset, a set of RDF quads, as defined by RDF-1.1 Concepts and Abstract Syntax, a W3C Recommendation published on 25 February 2014.Methods in org.apache.commons.rdf.api that return QuadModifier and TypeMethodDescriptionRDF.createQuad(BlankNodeOrIRI graphName, BlankNodeOrIRI subject, IRI predicate, RDFTerm object) Create a quad.Methods in org.apache.commons.rdf.api that return types with arguments of type QuadModifier and TypeMethodDescriptionDataset.iterate()Get an Iterable for iterating over all quads in the dataset.Dataset.iterate(Optional<BlankNodeOrIRI> graphName, BlankNodeOrIRI subject, IRI predicate, RDFTerm object) Get an Iterable for iterating over the quads in the dataset that match the pattern.Dataset.stream()Get all quads contained by the dataset.Dataset.stream(Optional<BlankNodeOrIRI> graphName, BlankNodeOrIRI subject, IRI predicate, RDFTerm object) Get all quads contained by the dataset matched with the pattern.Methods in org.apache.commons.rdf.api with parameters of type QuadModifier and TypeMethodDescriptionvoidAdd a quad to the dataset, possibly mapping any of the components of the Quad to those supported by this dataset.booleanCheck if dataset contains quad.voidRemove a concrete quad from the dataset. -
Uses of Quad in org.apache.commons.rdf.experimental
Method parameters in org.apache.commons.rdf.experimental with type arguments of type Quad -
Uses of Quad in org.apache.commons.rdf.jsonldjava
Subinterfaces of Quad in org.apache.commons.rdf.jsonldjavaSubinterfaces with type arguments of type Quad in org.apache.commons.rdf.jsonldjavaMethods in org.apache.commons.rdf.jsonldjava with parameters of type QuadModifier and TypeMethodDescriptioncom.github.jsonldjava.core.RDFDataset.QuadJsonLdRDF.asJsonLdQuad(Quad quad) Adapt a Commons RDFQuadas a JsonLdRDFDataset.Quad. -
Uses of Quad in org.apache.commons.rdf.rdf4j
Subinterfaces of Quad in org.apache.commons.rdf.rdf4jModifier and TypeInterfaceDescriptioninterfaceMarker interface for RDF4J implementations of Quad.Subinterfaces with type arguments of type Quad in org.apache.commons.rdf.rdf4jModifier and TypeInterfaceDescriptioninterfaceMarker interface for RDF4J implementations of Dataset.Methods in org.apache.commons.rdf.rdf4j that return QuadModifier and TypeMethodDescriptionRDF4J.createQuad(BlankNodeOrIRI graphName, BlankNodeOrIRI subject, IRI predicate, RDFTerm object) Methods in org.apache.commons.rdf.rdf4j that return types with arguments of type QuadModifier and TypeMethodDescriptionRDF4JDataset.iterate()Get an Iterable for iterating over all quads in the dataset.RDF4JDataset.iterate(Optional<BlankNodeOrIRI> graphName, BlankNodeOrIRI subject, IRI predicate, RDFTerm object) Get an Iterable for iterating over the quads in the dataset that match the pattern. -
Uses of Quad in org.apache.commons.rdf.simple
Methods in org.apache.commons.rdf.simple that return QuadModifier and TypeMethodDescriptionSimpleRDF.createQuad(BlankNodeOrIRI graphName, BlankNodeOrIRI subject, IRI predicate, RDFTerm object) -
Uses of Quad in org.apache.commons.rdf.simple.experimental
Methods in org.apache.commons.rdf.simple.experimental that return types with arguments of type QuadModifier and TypeMethodDescriptionAbstractRDFParser.getTarget()Get the target to consume parsed Quads.Method parameters in org.apache.commons.rdf.simple.experimental with type arguments of type Quad