Click or drag to resize

OntologyPropertyRemoveEquivalentProperty Method (OntologyResource)

Removes an equivalent property for the property.

Namespace:  VDS.RDF.Ontology
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool RemoveEquivalentProperty(
	OntologyResource resource
)

Parameters

resource
Type: VDS.RDF.OntologyOntologyResource
Resource.

Return Value

Type: Boolean

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

See Also