com.hp.hpl.jena.sparql.pfunction.library
Class blankNode
java.lang.Object
com.hp.hpl.jena.sparql.pfunction.PropertyFunctionBase
com.hp.hpl.jena.sparql.pfunction.PropertyFunctionEval
com.hp.hpl.jena.sparql.pfunction.PFuncSimple
com.hp.hpl.jena.sparql.pfunction.library.blankNode
- All Implemented Interfaces:
- PropertyFunction
- Direct Known Subclasses:
- bnode
public class blankNode
- extends PFuncSimple
Relationship between a node (subject) and it's bNode label (object/string)
blankNode
public blankNode()
execEvaluated
public QueryIterator execEvaluated(Binding binding,
Node subject,
Node predicate,
Node object,
ExecutionContext execCxt)
- Specified by:
execEvaluated
in class PFuncSimple
- Parameters:
binding
- Current solution from previous query stagesubject
- Node in subject slot, after substitution if a bound variable in this bindingpredicate
- This predicateobject
- Node in object slot, after substitution if a bound variable in this bindingexecCxt
- Execution context
- Returns:
- QueryIterator
Licenced under the Apache License, Version 2.0