Click or drag to resize

BaseTripleCollectionWithObject Method

Gets all the Triples with the given Object.

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

Parameters

obj
Type: VDS.RDFINode
Object to lookup.

Return Value

Type: IEnumerableTriple

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

See Also