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
)
Public Function RemoveBackwardsCompatibleWith (
resource As Uri
) As Boolean
Parameters
- resource
- Type: SystemUri
Resource.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Ontology.Ontology.RemoveBackwardsCompatibleWith(System.Uri)"]
See Also