Click or drag to resize

BaseTripleCollectionWithPredicate Method

Gets all the Triples with the given Predicate.

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

Parameters

pred
Type: VDS.RDFINode
Predicate to lookup.

Return Value

Type: IEnumerableTriple

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

See Also