RdfPredicateObjectListCollection |
RdfPredicateObjectListCollection.andHas(Consumer<EmptyPropertyPathBuilder> propertyPathConfigurer,
RdfObject... objects) |
Add a predicate path with an object list to this collection.
|
RdfPredicateObjectListCollection |
RdfPredicateObjectListCollection.andHas(org.eclipse.rdf4j.model.IRI predicate,
RdfObject... objects) |
add predicate-object lists to this collection
|
RdfPredicateObjectListCollection |
RdfPredicateObjectListCollection.andHas(RdfPredicateObjectList... lists) |
add predicate-object lists to this collection
|
RdfPredicateObjectListCollection |
RdfPredicateObjectListCollection.andHas(RdfPredicate predicate,
RdfObject... objects) |
add predicate-object lists to this collection
|
static RdfPredicateObjectListCollection |
Rdf.predicateObjectListCollection(org.eclipse.rdf4j.model.IRI predicate,
RdfObject... objects) |
|
static RdfPredicateObjectListCollection |
Rdf.predicateObjectListCollection(RdfPredicateObjectList... predicateObjectLists) |
|
static RdfPredicateObjectListCollection |
Rdf.predicateObjectListCollection(RdfPredicate predicate,
RdfObject... objects) |
|