Class SkosResource
Represents a SKOS resource.
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
| Improve this Doc 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 |