RdfBlankNode.PropertiesBlankNode |
RdfBlankNode.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)
|
RdfBlankNode.PropertiesBlankNode |
RdfBlankNode.PropertiesBlankNode.andHas(IRI 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)
|
RdfBlankNode.PropertiesBlankNode |
RdfBlankNode.PropertiesBlankNode.andHas(RdfPredicateObjectList... lists) |
Add predicate-object lists to this blank node's pattern
|
RdfBlankNode.PropertiesBlankNode |
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)
|
static RdfBlankNode.PropertiesBlankNode |
Rdf.bNode(IRI predicate,
RdfObject... objects) |
creates a label-less blank node, identified by the supplied predicate-object lists
|
static RdfBlankNode.PropertiesBlankNode |
Rdf.bNode(RdfPredicate predicate,
RdfObject... objects) |
creates a label-less blank node, identified by the supplied predicate-object lists
|