Click or drag to resize

SkosCollection Constructor

Creates a new collection for the given resource.

Namespace:  VDS.RDF.Skos
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public SkosCollection(
	INode resource
)

Parameters

resource
Type: VDS.RDFINode
Resource representing the collection.
See Also