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
)
Protected MustOverride Function GetQuadsWithSubject (
graphUri As Uri,
subj As INode
) As IEnumerable(Of Triple)
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