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