Click or drag to resize

OntologyPropertyAddSubProperty Method (OntologyProperty)

Adds a sub-property for the property.

Namespace:  VDS.RDF.Ontology
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool AddSubProperty(
	OntologyProperty property
)

Parameters

property
Type: VDS.RDF.OntologyOntologyProperty
Property.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Ontology.OntologyProperty.AddSubProperty(VDS.RDF.Ontology.OntologyProperty)"]

Remarks
This overload also adds this property as a super-property of the given property.
See Also