Click or drag to resize

Ontology.IncompatibleWith Property

Gets all the Ontologies that this Ontology is incompatible with.

Namespace:  VDS.RDF.Ontology
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public IEnumerable<Ontology> IncompatibleWith { get; }

Property Value

Type: IEnumerable<Ontology>
See Also