OntologyGraphCreateOntologyProperty Method (INode) |
Gets/Creates an ontology property in the Graph.
Namespace:
VDS.RDF.Ontology
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public virtual OntologyProperty CreateOntologyProperty(
INode resource
)
Public Overridable Function CreateOntologyProperty (
resource As INode
) As OntologyProperty
Parameters
- resource
- Type: VDS.RDFINode
Property Resource.
Return Value
Type:
OntologyProperty[Missing <returns> documentation for "M:VDS.RDF.Ontology.OntologyGraph.CreateOntologyProperty(VDS.RDF.INode)"]
See Also