Click or drag to resize

BaseTripleStoreTriples 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: IEnumerableTriple

Implements

ITripleStoreTriples
See Also