Show / Hide Table of Contents

Class SkosResource

Represents a SKOS resource.

Inheritance
object
SkosResource
SkosConceptScheme
SkosMember
Inherited Members
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 abstract class SkosResource

Properties

| Edit this page View Source

Graph

Gets the graph containing the SKOS resource.

Declaration
public IGraph Graph { get; }
Property Value
Type Description
IGraph
| Edit this page View Source

Resource

Gets the original resource underlying the SKOS resource.

Declaration
public INode Resource { get; }
Property Value
Type Description
INode

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Properties
    • Graph
    • Resource
  • Extension Methods
Back to top Generated by DocFX