Ontology.RemoveIncompatibleWith Method (INode) |
Removes a owl:incompatibleWith triple for this Ontology.
Namespace:
VDS.RDF.Ontology
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic bool RemoveIncompatibleWith(
INode resource
)
Public Function RemoveIncompatibleWith (
resource As INode
) As Boolean
Parameters
- resource
- Type: VDS.RDF.INode
Resource.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Ontology.Ontology.RemoveIncompatibleWith(VDS.RDF.INode)"]
See Also