Show / Hide Table of Contents

Class SkosCollection

Represents a labelled group of SKOS concepts.

Inheritance
object
SkosResource
SkosMember
SkosCollection
SkosOrderedCollection
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 SkosCollection : SkosMember

Constructors

| Edit this page View Source

SkosCollection(INode, IGraph)

Creates a new collection for the given resource.

Declaration
public SkosCollection(INode resource, IGraph graph)
Parameters
Type Name Description
INode resource

Resource representing the collection.

IGraph graph

Graph containing the resource representing the collection.

Properties

| Edit this page View Source

Member

Gets the members of the collection.

Declaration
public IEnumerable<SkosMember> Member { get; }
Property Value
Type Description
IEnumerable<SkosMember>

Extension Methods

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