World.findNodes

Nodes findNodes(Node subject, Node predicate, Node obj)

Find nodes matching a triple pattern. subject or object may be null (wildcard), but not both.

Parameters

subjectA subject URI (can be null for wildcard)
predicatePredicate URI
objObject (can be null for wildcard)

Returns

Collection of found nodes or null