ITripleStoreTriples Property |
Gets all the Triples in the Triple Store which are currently loaded in memory (see remarks).
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax IEnumerable<Triple> Triples { get; }
ReadOnly Property Triples As IEnumerable(Of Triple)
Get
Property Value
Type:
IEnumerableTripleRemarks Since a Triple Store object may represent only a snapshot of the underlying Store evaluating this enumerator may only return some of the Triples in the Store and may depending on specific Triple Store return nothing.
See Also