public static class RdfBlankNode.PropertiesBlankNode extends Object implements RdfBlankNode
RdfBlankNode.AnonymousBlankNode, RdfBlankNode.LabeledBlankNode, RdfBlankNode.PropertiesBlankNode
Modifier and Type | Method and Description |
---|---|
RdfBlankNode.PropertiesBlankNode |
andHas(RdfPredicateObjectList... lists)
Add predicate-object lists to this blank node's pattern
|
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)
|
String |
getQueryString() |
TriplePattern |
toTp()
convert this blank node to a triple pattern
|
public RdfBlankNode.PropertiesBlankNode andHas(RdfPredicate predicate, RdfObject... objects)
predicate
- the predicate of the triple to addobjects
- the object or objects of the triple to addpublic RdfBlankNode.PropertiesBlankNode andHas(RdfPredicateObjectList... lists)
lists
- the RdfPredicateObjectList
(s) to addpublic TriplePattern toTp()
public String getQueryString()
getQueryString
in interface QueryElement
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.