Show / Hide Table of Contents

Class SkosConceptScheme

Represents an aggregation of one or more SKOS concepts.

Inheritance
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

| Edit this page 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

| Edit this page View Source

HasTopConcept

Gets the top concepts of the concept scheme.

Declaration
public IEnumerable<SkosConcept> HasTopConcept { get; }
Property Value
Type Description
IEnumerable<SkosConcept>

Extension Methods

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