Click or drag to resize

BaseTripleCollectionWithSubject Method

Gets all the Triples with the given Subject.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public virtual IEnumerable<Triple> WithSubject(
	INode subj
)

Parameters

subj
Type: VDS.RDFINode
ubject to lookup.

Return Value

Type: IEnumerableTriple

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

See Also