Click or drag to resize

BaseDatasetGetTriplesWithPredicate 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.RDFINode
Predicate.

Return Value

Type: IEnumerableTriple

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

Implements

ISparqlDatasetGetTriplesWithPredicate(INode)
See Also