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; }
Public ReadOnly Property Triples As List(Of Triple)
Get
Property Value
Type:
ListTripleSee Also