Click or drag to resize

OntologyRemoveBackwardsCompatibleWith Method (INode)

Removes a owl:backwardsCompatibleWith triple for this Ontology.

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

Parameters

resource
Type: VDS.RDFINode
Resource.

Return Value

Type: Boolean

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

See Also