Click or drag to resize

OutputRdfCollectionTriples 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: ListTriple
See Also