Click or drag to resize

WrapperTripleStoreTriples Property

Gets the triples of the store.

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

Property Value

Type: IEnumerableTriple

Implements

ITripleStoreTriples
See Also