Class SkosConceptScheme
Represents an aggregation of one or more SKOS concepts.
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF.Skos
Assembly: dotNetRdf.Skos.dll
Syntax
public class SkosConceptScheme : SkosResource
Constructors
| Improve this Doc 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
| 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<T><SkosConcept> |