| Package | Description | 
|---|---|
| org.eclipse.rdf4j.sparqlbuilder.core | Core classes and interfaces for the
 SPARQLBuilder. | 
| org.eclipse.rdf4j.sparqlbuilder.graphpattern | |
| org.eclipse.rdf4j.sparqlbuilder.rdf | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | VariableA SPARQL query variable | 
| Modifier and Type | Method and Description | 
|---|---|
| static TriplePattern | GraphPatterns. tp(RdfSubject subject,
  IRI predicate,
  RdfObject... objects)Create a triple pattern with the given subject, predicate, and object(s) | 
| static TriplePattern | GraphPatterns. tp(RdfSubject subject,
  IRI predicate,
  Value... objects) | 
| static TriplePattern | GraphPatterns. tp(RdfSubject subject,
  RdfPredicateObjectList... lists)Create a triple pattern with the given subject and predicate-object list(s) | 
| static TriplePattern | GraphPatterns. tp(RdfSubject subject,
  RdfPredicate predicate,
  RdfObject... objects)Create a triple pattern with the given subject, predicate, and object(s) | 
| static TriplePattern | GraphPatterns. tp(RdfSubject subject,
  RdfPredicate predicate,
  Value... objects) | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | IriDenotes an RDF IRI | 
| interface  | RdfBlankNodeDenotes an RDF Blank Node | 
| interface  | RdfResourceDenotes an RDF Resource | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | RdfBlankNode.AnonymousBlankNodean anonymous blank node | 
| static class  | RdfBlankNode.LabeledBlankNodea labeled blank node, of the form "_: label" | 
| static class  | RdfBlankNode.PropertiesBlankNodeA blank node representing a resource that matches the contained set of predicate-object lists | 
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.