Click or drag to resize

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
)

Parameters

resource
Type: SystemUri
Property Resource.

Return Value

Type: OntologyProperty

[Missing <returns> documentation for "M:VDS.RDF.Ontology.OntologyGraph.CreateOntologyProperty(System.Uri)"]

See Also