Click or drag to resize

OntologyProperty Constructor (Uri, IGraph)

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

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

Parameters

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