Uses of Interface
org.eclipse.rdf4j.sparqlbuilder.rdf.RdfObject
-
Uses of RdfObject in org.eclipse.rdf4j.sparqlbuilder.core
-
Uses of RdfObject in org.eclipse.rdf4j.sparqlbuilder.graphpattern
Modifier and TypeMethodDescriptiondefault TriplePattern
TriplePattern.andHas
(Consumer<EmptyPropertyPathBuilder> propertyPathConfigurer, RdfObject... objects) Add a property path with an object list describing this triple pattern's subjectdefault TriplePattern
Add predicate-object lists describing this triple pattern's subjectdefault TriplePattern
TriplePattern.andHas
(RdfPredicate predicate, RdfObject... objects) Add predicate-object lists describing this triple pattern's subjectdefault TriplePattern
Use the built-in RDF shortcuta
forrdf:type
to specify the subject's typestatic TriplePattern
Create a triple pattern with the given subject, predicate, and object(s)static TriplePattern
GraphPatterns.tp
(Resource subject, RdfPredicate predicate, RdfObject... objects) Create a triple pattern with the given subject, predicate, and object(s)static TriplePattern
GraphPatterns.tp
(RdfSubject subject, Consumer<EmptyPropertyPathBuilder> propertyPathConfigurer, RdfObject... objects) Create a triple pattern from a property path and a list of objects.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, RdfPredicate predicate, RdfObject... objects) Create a triple pattern with the given subject, predicate, and object(s) -
Uses of RdfObject in org.eclipse.rdf4j.sparqlbuilder.rdf
Modifier and TypeInterfaceDescriptioninterface
Denotes an RDF IRIinterface
Denotes an RDF Blank Nodeinterface
Denotes an RDF Resourceinterface
Denotes an RDF Value.Modifier and TypeClassDescriptionstatic class
an anonymous blank nodestatic class
a labeled blank node, of the form "_:label
"static class
A blank node representing a resource that matches the contained set of predicate-object listsclass
RdfLiteral<T>
Denotes an RDF literalstatic class
Represents an RDF boolean literalstatic class
Represents an RDF number literalstatic class
Represents an RDF string literalModifier and TypeMethodDescriptionAddRdfObject
instances to this predicate-object listRdfBlankNode.PropertiesBlankNode.andHas
(Consumer<EmptyPropertyPathBuilder> propertyPathConfigurer, RdfObject... objects) Using the predicate-object and object list mechanisms, expand this blank node's pattern to include triples consisting of this blank node as the subject, and the configured predicate path and object(s)Using the predicate-object and object list mechanisms, expand this blank node's pattern to include triples consisting of this blank node as the subject, and the given predicate and object(s)RdfBlankNode.PropertiesBlankNode.andHas
(RdfPredicate predicate, RdfObject... objects) Using the predicate-object and object list mechanisms, expand this blank node's pattern to include triples consisting of this blank node as the subject, and the given predicate and object(s)RdfPredicateObjectListCollection.andHas
(Consumer<EmptyPropertyPathBuilder> propertyPathConfigurer, RdfObject... objects) Add a predicate path with an object list to this collection.add predicate-object lists to this collectionRdfPredicateObjectListCollection.andHas
(RdfPredicate predicate, RdfObject... objects) add predicate-object lists to this collectioncreates a label-less blank node, identified by the supplied predicate-object listsRdf.bNode
(RdfPredicate predicate, RdfObject... objects) creates a label-less blank node, identified by the supplied predicate-object listsdefault TriplePattern
RdfSubject.has
(Consumer<EmptyPropertyPathBuilder> propertyPathConfigurer, RdfObject... objects) Create a triple pattern from this subject, predicate path and object.default TriplePattern
Create a triple pattern from this subject and the given predicate and objectdefault TriplePattern
RdfSubject.has
(RdfPredicate predicate, RdfObject... objects) Create a triple pattern from this subject and the given predicate and objectdefault TriplePattern
Use the built-in shortcut "a" forrdf:type
to build a triple with this subject and the given objectsstatic RdfPredicateObjectList
Rdf.predicateObjectList
(IRI predicate, RdfObject... objects) Create aRdfPredicateObjectList
static RdfPredicateObjectList
Rdf.predicateObjectList
(RdfPredicate predicate, RdfObject... objects) Create aRdfPredicateObjectList
Rdf.predicateObjectListCollection
(IRI predicate, RdfObject... objects) Create aRdfPredicateObjectListCollection
with an initialRdfPredicateObjectList
Rdf.predicateObjectListCollection
(RdfPredicate predicate, RdfObject... objects) Create aRdfPredicateObjectListCollection
with an initialRdfPredicateObjectList