Click or drag to resize

WrapperDatasetTriples Property

Gets all triples from the dataset.

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

Property Value

Type: IEnumerableTriple

Implements

ISparqlDatasetTriples
See Also