Click or drag to resize

OntologyPropertyAddSuperProperty Method (OntologyProperty)

Adds a super-property for the property.

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

Parameters

property
Type: VDS.RDF.OntologyOntologyProperty
Property.

Return Value

Type: Boolean

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

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