Click or drag to resize

OntologyGraphCreateIndividual 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.RDFINode
Individual Resource.
class
Type: VDS.RDFINode
Class.

Return Value

Type: Individual

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

See Also