Click or drag to resize

OntologyRemoveBackwardsCompatibleWith Method (Uri)

Removes a owl:backwardsCompatibleWith triple for this Ontology.

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

Parameters

resource
Type: SystemUri
Resource.

Return Value

Type: Boolean

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

See Also