RdfPredicateObjectListCollection |
RdfPredicateObjectListCollection.andHas(Consumer<EmptyPropertyPathBuilder> propertyPathConfigurer,
RdfObject... objects) |
Add a predicate path with an object list to this collection.
|
RdfPredicateObjectListCollection |
RdfPredicateObjectListCollection.andHas(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(IRI predicate,
RdfObject... objects) |
|
static RdfPredicateObjectListCollection |
Rdf.predicateObjectListCollection(RdfPredicateObjectList... predicateObjectLists) |
|
static RdfPredicateObjectListCollection |
Rdf.predicateObjectListCollection(RdfPredicate predicate,
RdfObject... objects) |
|