Click or drag to resize

BaseDataset.GetTriplesWithPredicate Method

Gets all the Triples in the Dataset with the given Predicate.

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

Parameters

pred
Type: VDS.RDF.INode
Predicate.

Return Value

Type: IEnumerable<Triple>

[Missing <returns> documentation for "M:VDS.RDF.Query.Datasets.BaseDataset.GetTriplesWithPredicate(VDS.RDF.INode)"]

Implements

ISparqlDataset.GetTriplesWithPredicate(INode)
See Also