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