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 DatasetRDF. 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 RDFParserRDFParser. target(Dataset dataset)Specify aDatasetto 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 interfaceJsonLdDatasetClasses in org.apache.commons.rdf.jsonldjava that implement Dataset Modifier and Type Class Description (package private) classJsonLdDatasetImpl -
Uses of Dataset in org.apache.commons.rdf.rdf4j
Subinterfaces of Dataset in org.apache.commons.rdf.rdf4j Modifier and Type Interface Description interfaceRDF4JDatasetMarker 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) classRepositoryDatasetImpl -
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) classDatasetImplA simple, memory-based implementation of Dataset.Fields in org.apache.commons.rdf.simple declared as Dataset Modifier and Type Field Description private DatasetDatasetGraphView. datasetMethods in org.apache.commons.rdf.simple that return Dataset Modifier and Type Method Description DatasetSimpleRDF. 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. targetDatasetMethods 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 TAbstractRDFParser. target(Dataset dataset)
-