OntologyIncompatibleWith Property  | 
 
            Gets all the Ontologies that this Ontology is incompatible with.
            
 
    Namespace: 
   VDS.RDF.Ontology
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic IEnumerable<Ontology> IncompatibleWith { get; }Public ReadOnly Property IncompatibleWith As IEnumerable(Of Ontology)
	Get
Property Value
Type: 
IEnumerableOntology
See Also