Click or drag to resize

IGraphGetTriplesWithSubject Method (INode)

Selects all Triples where the Subject is a given Node.

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

Parameters

n
Type: VDS.RDFINode
Node.

Return Value

Type: IEnumerableTriple

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

See Also