Uses of Interface
org.apache.commons.rdf.api.Dataset
-
Packages that use Dataset Package Description org.apache.commons.rdf.api Commons RDF, a common library of RDF 1.1 concepts.org.apache.commons.rdf.experimental Experimental Commons RDF features.org.apache.commons.rdf.jsonldjava Integration with jsonld-javaorg.apache.commons.rdf.rdf4j Commons RDF integration with RDF4J.org.apache.commons.rdf.rdf4j.impl org.apache.commons.rdf.simple A simple in-memory implementation of the Commons RDF API.org.apache.commons.rdf.simple.experimental Experimental Commons RDF Simple implementations. -
-
Uses of Dataset in org.apache.commons.rdf.api
Methods in org.apache.commons.rdf.api that return Dataset Modifier and Type Method Description Dataset
RDF. createDataset()
Create a new dataset. -
Uses of Dataset in org.apache.commons.rdf.experimental
Methods in org.apache.commons.rdf.experimental with parameters of type Dataset Modifier and Type Method Description default RDFParser
RDFParser. target(Dataset dataset)
Specify aDataset
to add parsed quads to. -
Uses of Dataset in org.apache.commons.rdf.jsonldjava
Subinterfaces of Dataset in org.apache.commons.rdf.jsonldjava Modifier and Type Interface Description interface
JsonLdDataset
Classes in org.apache.commons.rdf.jsonldjava that implement Dataset Modifier and Type Class Description (package private) class
JsonLdDatasetImpl
-
Uses of Dataset in org.apache.commons.rdf.rdf4j
Subinterfaces of Dataset in org.apache.commons.rdf.rdf4j Modifier and Type Interface Description interface
RDF4JDataset
Marker interface for RDF4J implementations of Dataset. -
Uses of Dataset in org.apache.commons.rdf.rdf4j.impl
Classes in org.apache.commons.rdf.rdf4j.impl that implement Dataset Modifier and Type Class Description (package private) class
RepositoryDatasetImpl
-
Uses of Dataset in org.apache.commons.rdf.simple
Classes in org.apache.commons.rdf.simple that implement Dataset Modifier and Type Class Description (package private) class
DatasetImpl
A simple, memory-based implementation of Dataset.Fields in org.apache.commons.rdf.simple declared as Dataset Modifier and Type Field Description private Dataset
DatasetGraphView. dataset
Methods in org.apache.commons.rdf.simple that return Dataset Modifier and Type Method Description Dataset
SimpleRDF. createDataset()
Constructors in org.apache.commons.rdf.simple with parameters of type Dataset Constructor Description DatasetGraphView(Dataset dataset)
DatasetGraphView(Dataset dataset, BlankNodeOrIRI namedGraph)
-
Uses of Dataset in org.apache.commons.rdf.simple.experimental
Fields in org.apache.commons.rdf.simple.experimental with type parameters of type Dataset Modifier and Type Field Description private java.util.Optional<Dataset>
AbstractRDFParser. targetDataset
Methods in org.apache.commons.rdf.simple.experimental that return types with arguments of type Dataset Modifier and Type Method Description java.util.Optional<Dataset>
AbstractRDFParser. getTargetDataset()
Get the target dataset as set byAbstractRDFParser.target(Dataset)
.Methods in org.apache.commons.rdf.simple.experimental with parameters of type Dataset Modifier and Type Method Description T
AbstractRDFParser. target(Dataset dataset)
-