Uses of Class
org.eclipse.rdf4j.sparqlbuilder.rdf.RdfPredicateObjectList
Package
Description
-
Uses of RdfPredicateObjectList in org.eclipse.rdf4j.sparqlbuilder.graphpattern
Modifier and TypeMethodDescriptionTriplePattern.andHas
(RdfPredicateObjectList... lists) Add predicate-object lists describing this triple pattern's subjectstatic TriplePattern
GraphPatterns.tp
(RdfSubject subject, RdfPredicateObjectList... lists) Create a triple pattern with the given subject and predicate-object list(s) -
Uses of RdfPredicateObjectList in org.eclipse.rdf4j.sparqlbuilder.rdf
Modifier and TypeMethodDescriptionAddRdfObject
instances to this predicate-object liststatic RdfPredicateObjectList
Rdf.predicateObjectList
(IRI predicate, RdfObject... objects) Create aRdfPredicateObjectList
static RdfPredicateObjectList
Rdf.predicateObjectList
(RdfPredicate predicate, RdfObject... objects) Create aRdfPredicateObjectList
Modifier and TypeMethodDescriptionRdfBlankNode.PropertiesBlankNode.andHas
(RdfPredicateObjectList... lists) Add predicate-object lists to this blank node's patternRdfPredicateObjectListCollection.andHas
(RdfPredicateObjectList... lists) add predicate-object lists to this collectiondefault TriplePattern
RdfSubject.has
(RdfPredicateObjectList... lists) Create a triple pattern from this subject and the given predicate-object list(s)Rdf.predicateObjectListCollection
(RdfPredicateObjectList... predicateObjectLists) Create aRdfPredicateObjectListCollection
with the givenRdfPredicateObjectList
(s)