Click or drag to resize

OntologyGraph.CreateIndividual Method (INode, INode)

Gets/Creates an individual in the Graph of the given class.

Namespace:  VDS.RDF.Ontology
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public virtual Individual CreateIndividual(
	INode resource,
	INode class
)

Parameters

resource
Type: VDS.RDF.INode
Individual Resource.
class
Type: VDS.RDF.INode
Class.

Return Value

Type: Individual

[Missing <returns> documentation for "M:VDS.RDF.Ontology.OntologyGraph.CreateIndividual(VDS.RDF.INode,VDS.RDF.INode)"]

See Also