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, wait
Methods 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:TriplePattern
Add predicate-object lists describing this triple pattern's subject- Specified by:
andHas
in interfaceTriplePattern
- Parameters:
lists
- theRdfPredicateObjectList
(s) to add- Returns:
- this triple pattern
-
getQueryString
- Specified by:
getQueryString
in interfaceQueryElement
- Returns:
- the String representing the SPARQL syntax of this element
-