Uses of Class
org.eclipse.rdf4j.sparqlbuilder.rdf.RdfBlankNode.PropertiesBlankNode
Package
Description
-
Uses of RdfBlankNode.PropertiesBlankNode in org.eclipse.rdf4j.sparqlbuilder.graphpattern
Modifier and TypeMethodDescriptionstatic TriplePattern
GraphPatterns.tp
(RdfBlankNode.PropertiesBlankNode bnode) Create a triple pattern from a property-list blank node -
Uses of RdfBlankNode.PropertiesBlankNode in org.eclipse.rdf4j.sparqlbuilder.rdf
Modifier and TypeMethodDescriptionRdfBlankNode.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
(RdfPredicateObjectList... lists) Add predicate-object lists to this blank node's patternRdfBlankNode.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)creates 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 lists