Click or drag to resize

ThreadSafeGraphGetTriplesWithSubject Method (INode)

Gets all the Triples with the given Node as the Subject.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override IEnumerable<Triple> GetTriplesWithSubject(
	INode n
)

Parameters

n
Type: VDS.RDFINode
The Node to find Triples with it as the Subject.

Return Value

Type: IEnumerableTriple
Zero/More Triples.

Implements

IGraphGetTriplesWithSubject(INode)
See Also