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 |
Variable
A 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 |
Iri
Denotes an RDF IRI
|
interface |
RdfBlankNode
Denotes an RDF Blank Node
|
interface |
RdfResource
Denotes an RDF Resource
|
Modifier and Type | Class and Description |
---|---|
static class |
RdfBlankNode.AnonymousBlankNode
an anonymous blank node
|
static class |
RdfBlankNode.LabeledBlankNode
a labeled blank node, of the form "_:
label " |
static class |
RdfBlankNode.PropertiesBlankNode
A blank node representing a resource that matches the contained set of predicate-object lists
|
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.