Click or drag to resize

OntologyPropertyRemoveSubProperty Method (OntologyProperty)

Removes a sub-property for the property.

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

Parameters

property
Type: VDS.RDF.OntologyOntologyProperty
Property.

Return Value

Type: Boolean

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

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