SkosConceptScheme.HasTopConcept Property |
Gets the top concepts of the concept scheme.
Namespace:
VDS.RDF.Skos
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic IEnumerable<SkosConcept> HasTopConcept { get; }
Public ReadOnly Property HasTopConcept As IEnumerable(Of SkosConcept)
Get
Property Value
Type:
IEnumerable<SkosConcept>
See Also