Uses of Class
org.eclipse.rdf4j.model.util.ModelBuilder
Packages that use ModelBuilder
-
Uses of ModelBuilder in org.eclipse.rdf4j.model.util
Methods in org.eclipse.rdf4j.model.util that return ModelBuilderModifier and TypeMethodDescriptionAdd an RDF statement with the predicate and object to the model, using the current subject and graph (either named or default).Add an RDF statement with the given subject, predicate and object to the model, using the current graph (either named or default).Add an RDF statement with the given subject, predicate and object to the model, using the current graph (either named or default).Add an RDF statement with the predicate and object to the model, using the current subject and graph (either named or default).Add an RDF statement with the given subject, predicate and object to the model, using the current graph (either named or default).ModelBuilder.defaultGraph()
Set the current graph in which to add new statements to the default graph.ModelBuilder.namedGraph
(String prefixedNameOrIRI) Set the current graph in which to add new statements to the supplied named graph.ModelBuilder.namedGraph
(Resource namedGraph) Set the current graph in which to add new statements to the supplied named graph.ModelBuilder.setNamespace
(String prefix, String namespace) Set the namespace mapping defined by the supplied prefix and nameModelBuilder.setNamespace
(Namespace ns) Set the suppliedNamespace
mapping.Set the subject about which statements are to be added to the model, defined by a prefixed name or an IRI reference.Set the subject resource about which statements are to be added to the model.