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
)
Public Sub New (
resource As Uri,
graph As IGraph
)
Parameters
- resource
- Type: SystemUri
Resource. - graph
- Type: VDS.RDFIGraph
Graph.
See Also