Click or drag to resize

OntologyProperty Constructor (INode, IGraph)

Creates a new Ontology Property for the given resource in the given Graph.

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

Parameters

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