Click or drag to resize

SubTreeIndexedTripleCollectionWithObject Method

Gets all the triples with a given object.

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

Parameters

obj
Type: VDS.RDFINode
Object.

Return Value

Type: IEnumerableTriple

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

See Also