Class SkosConceptScheme
Represents an aggregation of one or more SKOS concepts.
Inherited Members
Namespace: VDS.RDF.Skos
Assembly: dotNetRdf.Skos.dll
Syntax
public class SkosConceptScheme : SkosResource
Constructors
| Edit this page View SourceSkosConceptScheme(INode, IGraph)
Creates a new concept schemes for the given resource.
Declaration
public SkosConceptScheme(INode resource, IGraph graph)
Parameters
Type | Name | Description |
---|---|---|
INode | resource | Resource representing the concept scheme. |
IGraph | graph | The graph containing the concept scheme. |
Properties
| Edit this page View SourceHasTopConcept
Gets the top concepts of the concept scheme.
Declaration
public IEnumerable<SkosConcept> HasTopConcept { get; }
Property Value
Type | Description |
---|---|
IEnumerable<SkosConcept> |