SkosGraph.Collections Property |
Gets collections contained in the graph.
Namespace:
VDS.RDF.Skos
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic IEnumerable<SkosCollection> Collections { get; }
Public ReadOnly Property Collections As IEnumerable(Of SkosCollection)
Get
Property Value
Type:
IEnumerable<SkosCollection>
See Also