Click or drag to resize

WrapperTripleCollectionWithSubjectObject Method

Gets all the triples with the given subject and object.

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

Parameters

subj
Type: VDS.RDFINode
Subject.
obj
Type: VDS.RDFINode
Object.

Return Value

Type: IEnumerableTriple

[Missing <returns> documentation for "M:VDS.RDF.WrapperTripleCollection.WithSubjectObject(VDS.RDF.INode,VDS.RDF.INode)"]

See Also