OntologyIncompatibleWith 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; }
Public ReadOnly Property IncompatibleWith As IEnumerable(Of Ontology)
Get
Property Value
Type:
IEnumerableOntologySee Also