Click or drag to resize

SkosGraph Constructor (IGraph)

Creates a new SKOS graph for the given graph.

Namespace:  VDS.RDF.Skos
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public SkosGraph(
	IGraph g
)

Parameters

g
Type: VDS.RDFIGraph
The graph this SKOS graph wraps.
See Also