Click or drag to resize

OutputRdfCollection.Triples Property

Gets the Triples that make up the Collection.

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

Property Value

Type: List<Triple>
See Also