Click or drag to resize

OntologyClass Constructor

Creates a new representation of a Class in the given Ontology Mode.

Namespace:  VDS.RDF.Ontology
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public OntologyClass(
	INode resource,
	IGraph graph
)

Parameters

resource
Type: VDS.RDFINode
Resource.
graph
Type: VDS.RDFIGraph
Graph.
See Also