Click or drag to resize

BaseQuadDataset.GetQuadsWithPredicateObject Method

Gets all the Triples with a given predicate and object from a specific graph of the dataset.

Namespace:  VDS.RDF.Query.Datasets
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected abstract IEnumerable<Triple> GetQuadsWithPredicateObject(
	Uri graphUri,
	INode pred,
	INode obj
)

Parameters

graphUri
Type: System.Uri
Graph URI.
pred
Type: VDS.RDF.INode
Predicate.
obj
Type: VDS.RDF.INode
Object.

Return Value

Type: IEnumerable<Triple>

[Missing <returns> documentation for "M:VDS.RDF.Query.Datasets.BaseQuadDataset.GetQuadsWithPredicateObject(System.Uri,VDS.RDF.INode,VDS.RDF.INode)"]

See Also