Individual Constructor (INode, IGraph) | 
 
            Gets an Individual from the Graph.
            
 
    Namespace: 
   VDS.RDF.Ontology
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic Individual(
	INode resource,
	IGraph graph
)
Public Sub New ( 
	resource As INode,
	graph As IGraph
)
Parameters
- resource
 - Type: VDS.RDFINode
Resource that represents the Individual. - graph
 - Type: VDS.RDFIGraph
Graph the Individual is in. 
Remarks
            Requires that an individual (a resource which is the subject of at least one triple where the predicate is rdf:type) is already present in the Graph.
            
See Also