OntologyAddBackwardsCompatibleWith Method (INode) |
Adds a new owl:backwardsCompatibleWith triple for this Ontology.
Namespace:
VDS.RDF.Ontology
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public bool AddBackwardsCompatibleWith(
INode resource
)
Public Function AddBackwardsCompatibleWith (
resource As INode
) As Boolean
Parameters
- resource
- Type: VDS.RDFINode
Resource.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Ontology.Ontology.AddBackwardsCompatibleWith(VDS.RDF.INode)"]
See Also