Click or drag to resize

Graph.GetTriplesWithObject Method (INode)

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

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

Parameters

n
Type: VDS.RDF.INode
The Node to find Triples with it as the Object.

Return Value

Type: IEnumerable<Triple>

[Missing <returns> documentation for "M:VDS.RDF.Graph.GetTriplesWithObject(VDS.RDF.INode)"]

Implements

IGraph.GetTriplesWithObject(INode)
See Also