Class BNodeTriplePattern
java.lang.Object
org.eclipse.rdf4j.sparqlbuilder.graphpattern.BNodeTriplePattern
- All Implemented Interfaces:
QueryElement,GraphPattern,TriplePattern
A triple pattern formed by a property-list blank node
- See Also:
-
Field Summary
FieldsFields inherited from interface org.eclipse.rdf4j.sparqlbuilder.graphpattern.TriplePattern
SUFFIX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionandHas(RdfPredicateObjectList... lists) Add predicate-object lists describing this triple pattern's subjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.rdf4j.sparqlbuilder.graphpattern.GraphPattern
and, filter, filterExists, filterExists, filterNotExists, from, minus, optional, optional, union
-
Field Details
-
bnode
-
-
Constructor Details
-
BNodeTriplePattern
BNodeTriplePattern(RdfBlankNode.PropertiesBlankNode subject)
-
-
Method Details
-
andHas
Description copied from interface:TriplePatternAdd predicate-object lists describing this triple pattern's subject- Specified by:
andHasin interfaceTriplePattern- Parameters:
lists- theRdfPredicateObjectList(s) to add- Returns:
- this triple pattern
-
getQueryString
- Specified by:
getQueryStringin interfaceQueryElement- Returns:
- the String representing the SPARQL syntax of this element
-