Class SkosCollection
Represents a labelled group of 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 SkosCollection : SkosMember
Constructors
| Improve this Doc View SourceSkosCollection(INode)
Creates a new collection for the given resource.
Declaration
public SkosCollection(INode resource)
Parameters
Type | Name | Description |
---|---|---|
INode | resource | Resource representing the collection. |
Properties
| Improve this Doc View SourceMember
Gets the members of the collection.
Declaration
public IEnumerable<SkosMember> Member { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<SkosMember> |