Click or drag to resize

BaseTripleStore.Triples Property

Gets all the Triples in the Triple Store.

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

Property Value

Type: IEnumerable<Triple>

Implements

ITripleStore.Triples
See Also