Find a single node matching a triple pattern. Like findNodes() but only returns the first item.
Parameters
subject | A subject URI (can be null for wildcard) |
predicate | Predicate URI |
obj | Object (can be null for wildcard) |
Returns
The first found node or null