OntologyResource Constructor (Uri, IGraph) |
Creates a new Ontology Resource for the given Resource in the given Graph.
Namespace:
VDS.RDF.Ontology
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected OntologyResource(
Uri resource,
IGraph graph
)
Protected Sub New (
resource As Uri,
graph As IGraph
)
Parameters
- resource
- Type: SystemUri
Resource. - graph
- Type: VDS.RDFIGraph
Graph.
See Also