Click or drag to resize

BaseQuadDatasetGetQuadsWithSubject Method

Gets all the Triples with a given subject from a specific graph of the dataset.

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

Parameters

graphUri
Type: SystemUri
Graph URI.
subj
Type: VDS.RDFINode
Subject.

Return Value

Type: IEnumerableTriple

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

See Also