Class SkosConceptScheme
Represents an aggregation of one or more SKOS concepts.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VDS.RDF.Skos
Assembly: dotNetRDF.dll
Syntax
public class SkosConceptScheme : SkosResource
Constructors
| Improve this Doc View SourceSkosConceptScheme(INode)
Creates a new concept schemes for the given resource.
Declaration
public SkosConceptScheme(INode resource)
Parameters
Type | Name | Description |
---|---|---|
INode | resource | Resource representing the concept scheme. |
Properties
| Improve this Doc View SourceHasTopConcept
Gets the top concepts of the concept scheme.
Declaration
public IEnumerable<SkosConcept> HasTopConcept { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<SkosConcept> |