Show / Hide Table of Contents

Class SkosConceptScheme

Represents an aggregation of one or more SKOS concepts.

Inheritance
System.Object
SkosResource
SkosConceptScheme
Inherited Members
SkosResource.Resource
SkosResource.Graph
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 Source

SkosConceptScheme(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 Source

HasTopConcept

Gets the top concepts of the concept scheme.

Declaration
public IEnumerable<SkosConcept> HasTopConcept { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<T><SkosConcept>

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SkosConceptScheme(INode, IGraph)
  • Properties
    • HasTopConcept
  • Extension Methods
Back to top Generated by DocFX