Show / Hide Table of Contents

Class SkosResource

Represents a SKOS resource.
Inheritance
System.Object
SkosResource
SkosConceptScheme
SkosMember
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 abstract class SkosResource

Properties

| Improve this Doc View Source

Resource

Gets the original resource underlying the SKOS resource.
Declaration
public INode Resource { get; }
Property Value
Type Description
INode

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Properties
    • Resource
  • Extension Methods
Back to top Generated by DocFX