Class SkosResource
Represents a SKOS resource.
Inherited Members
Namespace: VDS.RDF.Skos
Assembly: dotNetRdf.Skos.dll
Syntax
public abstract class SkosResource
Properties
| Edit this page View SourceGraph
Gets the graph containing the SKOS resource.
Declaration
public IGraph Graph { get; }
Property Value
Type | Description |
---|---|
IGraph |
Resource
Gets the original resource underlying the SKOS resource.
Declaration
public INode Resource { get; }
Property Value
Type | Description |
---|---|
INode |