Click or drag to resize

BaseDatasetTriples Property

Gets all the Triples in the Dataset.

Namespace:  VDS.RDF.Query.Datasets
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public IEnumerable<Triple> Triples { get; }

Property Value

Type: IEnumerableTriple

Implements

ISparqlDatasetTriples
See Also