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